| -webkit-transform: rotate(45deg); |
| -moz-transform: rotate(45deg); |
| -ms-transform: rotate(45deg); |
| -o-transform: rotate(45deg); |
| transform: rotate(45deg); |
| -webkit-box-shadow: 0 0 10px #888; |
| -moz-box-shadow: 0 0 10px #888; |
| box-shadow: 0 0 10px #888; |
| font: bold 81.25% 'Helvetica Neue', Helvetica, Arial, sans-serif; |
| text-shadow: 0 0 5px #444; |
| /* override table width restrictions */ |
| @media screen and (min-width: 767px) { |
| .wy-table-responsive table td, .wy-table-responsive table th { |
| /* !important prevents the common CSS stylesheets from overriding |
| this as on RTD they are loaded after this stylesheet */ |
| white-space: normal !important; |
| overflow: visible !important; |
| @media screen and (max-width: 767px) { |
| .wy-table-responsive table td { |
| /* fix width of the screen */ |