You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

62 lines
1.3 KiB

4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
4 years ago
  1. /*! normalize.css v3.0.0 | MIT License | git.io/normalize */
  2. .main_table
  3. {
  4. background:#d6f4fb;
  5. font-family:Alef-Regular;
  6. font-size: 16px;
  7. border="0";
  8. cellspacing="0";
  9. cellpadding="0";
  10. width="100%";
  11. mso-cellspacing:0cm;
  12. mso-yfti-tbllook:1184;
  13. mso-padding-alt:0cm 0cm 0cm 0cm;
  14. }
  15. hr {
  16. color: #4a94a6;
  17. background: #4a94a6;
  18. width: 100%;
  19. height: 2px;
  20. }
  21. .box_title {
  22. width: 375px;
  23. margin: 0px;
  24. margin-top:15px;
  25. padding: 0px;
  26. height:25px;
  27. background-color: #4a94a6;
  28. border-top-left-radius: 5px 5px;
  29. border-top-right-radius: 5px 5px;
  30. background-repeat: repeat no-repeat;
  31. color: white;
  32. font-family:Calibri;
  33. font-size: 16px;
  34. }
  35. .box-body {
  36. width: 375px;
  37. border-left: 1px solid #4a94a6;
  38. border-right: 1px solid #4a94a6;
  39. font-family:Calibri;
  40. font-size: 16px;
  41. }
  42. .box_bottom {
  43. width: 375px;
  44. margin: 0px;
  45. padding: 0px;
  46. height:25px;
  47. background-color: #4a94a6;
  48. border-bottom-left-radius: 5px 5px;
  49. border-bottom-right-radius: 5px 5px;
  50. background-repeat: repeat no-repeat;
  51. }
  52. .company_text {
  53. font-family:Calibri;
  54. font-size: 12px;
  55. color: #4a94a6;
  56. }