3 background-color: #a00;
9 -webkit-transform: rotate(45deg);
10 -moz-transform: rotate(45deg);
11 -ms-transform: rotate(45deg);
12 -o-transform: rotate(45deg);
13 transform: rotate(45deg);
14 -webkit-box-shadow: 0 0 10px #888;
15 -moz-box-shadow: 0 0 10px #888;
16 box-shadow: 0 0 10px #888;
21 border: 1px solid #faa;
24 font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif;
28 text-decoration: none;
29 text-shadow: 0 0 5px #444;
39 /* override table width restrictions */
40 @media screen and (min-width: 767px) {
42 .wy-table-responsive table td, .wy-table-responsive table th {
43 /* !important prevents the common CSS stylesheets from overriding
44 this as on RTD they are loaded after this stylesheet */
45 white-space: normal !important;
48 .wy-table-responsive {
49 overflow: visible !important;
53 @media screen and (max-width: 767px) {
54 .wy-table-responsive table td {
59 /* fix width of the screen */