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.

118 lines
1.4 KiB

  1. * {
  2. font-size: 14px;
  3. line-height:15px;
  4. }
  5. p {
  6. line-height: 16px;
  7. }
  8. table {
  9. border-collapse: collapse;
  10. }
  11. .table-data table,
  12. .table-data th,
  13. .table-data td {
  14. border: 1px solid #000;
  15. }
  16. td {
  17. padding: 0;
  18. margin: 0;
  19. }
  20. thead.headerRow {
  21. background-color: #00008b;
  22. color: #fff;
  23. }
  24. thead.headerRow th,
  25. tbody.info-data td,
  26. tr.total td {
  27. font-size: 12px;
  28. padding: 3px;
  29. }
  30. tr.total td {
  31. background: #808080;
  32. color: #000;
  33. font-size: 11px;
  34. font-weight: 600;
  35. }
  36. .info-data tr:nth-child(even) {
  37. background-color: #87ceeb;
  38. }
  39. p {
  40. padding: 1px 0;
  41. margin: 0;
  42. }
  43. .logo {
  44. width: 400px;
  45. }
  46. .logo img {
  47. width: 100%;
  48. }
  49. h2,
  50. h2 span {
  51. padding: 0;
  52. margin: 3px 0;
  53. font-size: 16px;
  54. }
  55. h3 {
  56. font-size: 14px;
  57. font-weight: 600;
  58. padding: 0;
  59. margin: 3px 0;
  60. }
  61. h3 span {
  62. font-size: 14px;
  63. font-weight: 600;
  64. }
  65. .copy p {
  66. font-size: 12px;
  67. font-weight: 600;
  68. color: #ff0000;
  69. }
  70. label {
  71. font-weight: 400;
  72. }
  73. .info {
  74. text-transform: uppercase;
  75. font-weight: 600;
  76. }
  77. .tright {
  78. text-align: right;
  79. }
  80. .tleft {
  81. text-align: left;
  82. }
  83. .tcenter {
  84. text-align: center;
  85. }
  86. .water-mark {
  87. width: 50px;
  88. /* width and height of image */
  89. height: 50px;
  90. position: absolute;
  91. left: 20%;
  92. margin-top: -50px;
  93. z-index: -1;
  94. }
  95. .water-mark img {
  96. width: 100%;
  97. }