| 1234567891011121314151617181920212223242526272829303132333435 |
- body,
- table.body,
- p,
- td,
- th {
- font-family: Verdana, Helvetica, sans-serif!important;
- font-size: 12px!important;
- color:#616161!important;
- }
- .eba-header {
- background-color: #546E7A;
- }
- .eba-h1 {
- text-align: center;
- color: #607D8B;
- font-family: Verdana, Geneva, sans-serif;
- font-weight: 700;
- font-size: 27px;
- }
- th.callout-inner-eba {
- padding: 0 30px;
- text-align: center;
- border: 0;
- }
- th.callout-inner-eba > p {
- text-align: center;
- }
- .bold-eba {
- font-weight: bold;
- color: #546E7A;
- }
|