| Line 1,771: |
Line 1,771: |
| | padding:5%; | | padding:5%; |
| | } | | } |
| | + | |
| | + | .customers { |
| | + | font-family: Arial, Helvetica, sans-serif; |
| | + | border-collapse: collapse; |
| | + | border: 1px dotted #ddd !important; |
| | + | width: 100%; |
| | + | } |
| | + | |
| | + | .customers td, .customers th { |
| | + | border: 1px solid #ddd !important; |
| | + | padding: 8px; |
| | + | } |
| | + | |
| | + | .customers tr:nth-child(even){background-color: #f2f2f2;} |
| | + | |
| | + | .customers tr:hover {background-color: #ddd;} |
| | + | |
| | + | .customers th { |
| | + | padding-top: 12px; |
| | + | padding-bottom: 12px; |
| | + | text-align: left; |
| | + | background-color: #4CAF50; |
| | + | 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; |
| | + | } |
| | + | } |