styles.css 511 B

1234567891011121314151617181920212223242526272829303132333435
  1. body,
  2. table.body,
  3. p,
  4. td,
  5. th {
  6. font-family: Verdana, Helvetica, sans-serif!important;
  7. font-size: 12px!important;
  8. color:#616161!important;
  9. }
  10. .eba-header {
  11. background-color: #546E7A;
  12. }
  13. .eba-h1 {
  14. text-align: center;
  15. color: #607D8B;
  16. font-family: Verdana, Geneva, sans-serif;
  17. font-weight: 700;
  18. font-size: 27px;
  19. }
  20. th.callout-inner-eba {
  21. padding: 0 30px;
  22. text-align: center;
  23. border: 0;
  24. }
  25. th.callout-inner-eba > p {
  26. text-align: center;
  27. }
  28. .bold-eba {
  29. font-weight: bold;
  30. color: #546E7A;
  31. }