styles.css 626 B

123456789101112131415161718192021222324252627282930313233343536373839404142
  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. .eba-h3 {
  21. text-align: center;
  22. color: #607D8B;
  23. font-family: Verdana, Geneva, sans-serif;
  24. font-size: 20px
  25. }
  26. th.callout-inner-eba {
  27. padding: 0 30px;
  28. text-align: center;
  29. border: 0;
  30. }
  31. th.callout-inner-eba > p {
  32. text-align: center;
  33. }
  34. .bold-eba {
  35. font-weight: bold;
  36. color: #546E7A;
  37. }