Line 1,772: |
Line 1,772: |
| } | | } |
| | | |
− | #customers {
| + | .customers { |
| font-family: Arial, Helvetica, sans-serif; | | font-family: Arial, Helvetica, sans-serif; |
| border-collapse: collapse; | | border-collapse: collapse; |
Line 1,779: |
Line 1,779: |
| } | | } |
| | | |
− | #customers td, #customers th {
| + | .customers td, .customers th { |
| border: 1px solid #ddd !important; | | border: 1px solid #ddd !important; |
| padding: 8px; | | padding: 8px; |
| } | | } |
| | | |
− | #customers tr:nth-child(even){background-color: #f2f2f2;}
| + | .customers tr:nth-child(even){background-color: #f2f2f2;} |
| | | |
− | #customers tr:hover {background-color: #ddd;}
| + | .customers tr:hover {background-color: #ddd;} |
| | | |
− | #customers th {
| + | .customers th { |
| padding-top: 12px; | | padding-top: 12px; |
| padding-bottom: 12px; | | padding-bottom: 12px; |
Line 1,795: |
Line 1,795: |
| color: white; | | color: white; |
| } | | } |
| + | |
| + | |
| + | .bookind { |
| + | font-size:88%; |
| + | /*font-weight: 400;*/ |
| + | list-style-type: none; |
| + | padding: 1px; |
| + | margin: 1px; |
| + | text-indent:-4px; |
| + | } |
| + | |
| + | .bookind:ul, .bookind:li { |
| + | list-style-type: none; |
| + | text-indent:-4px; |
| + | } |
| + | |
| + | @media only screen and (max-width: 600px) { |
| + | .bookind { |
| + | font-size:80%; |
| + | margin-right: 1px; |
| + | } |
| + | |
| + | } |
| + | |
| + | |
| + | .header-container, .header-chrome { |
| + | /* background-color: #97D6F7 !important; |
| + | position: fixed !important; |
| + | display: block !important; |
| + | width: 100% !important; |
| + | z-index: 99 !important;*/ |
| + | border-bottom: 2px solid orange !important; |
| + | } |
| + | |
| + | input { |
| + | border: 1px solid grey !important; |
| + | border-radius: 6px !important; |
| + | padding: 12px !important; |
| + | } |
| + | |
| + | |
| + | @media print { |
| + | .noprint { |
| + | visibility: hidden; |
| + | } |
| + | } |