Advertisement
Guest User

Untitled

a guest
Jun 28th, 2017
56
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.82 KB | None | 0 0
  1. <style type="text/css">
  2. .outletConsumptionText {
  3. color: black;
  4. font-size: 14px;
  5. }
  6.  
  7. .outletConsumptionTextTitle {
  8. color: black;
  9. font-size: 14px;
  10. text-align: justify;
  11. margin-left: 5%;
  12. margin-right: 5%;
  13. }
  14.  
  15. .outletConsumptionTextBold {
  16. color: black;
  17. font-weight: bold;
  18. font-size: 14px;
  19.  
  20. }
  21. .outletConsumptionTextBigBold {
  22. color: black;
  23. font-weight: bold;
  24. font-size: 18px;
  25.  
  26. }
  27. table.outletConsumptionTable{
  28. text-align: center;
  29. width: 90%;
  30. margin-left: 5%;
  31. margin-right: 5%;
  32. }
  33. table.outletConsumptionTable td {
  34. width: 50%;
  35. border-width: 2px 2px 2px 2px;
  36. border-style: solid solid solid solid;
  37. border-color: black black black black;
  38. padding: 20px 20px 20px 20px;
  39. }
  40. </style>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement