index.css 858 B

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081
  1. body {
  2. }
  3. input {
  4. color: black;
  5. padding-bottom: 0px;
  6. margin-bottom: 0px;
  7. }
  8. textarea {
  9. color: black;
  10. padding-bottom: 0px;
  11. margin-bottom: 0px;
  12. }
  13. h4{
  14. padding-left: 0 !important;
  15. }
  16. .noPadLeft{
  17. padding-left: 0px !important;
  18. }
  19. hr{
  20. margin-top: 5px;
  21. }
  22. .inputLine
  23. {
  24. margin-bottom: 5px ;
  25. }
  26. .noMarginBottom
  27. {
  28. padding-bottom: 0px !important;
  29. margin-bottom: 0px;
  30. }
  31. .noMarginTop
  32. {
  33. padding-top: 0px !important;
  34. margin-top: 0px;
  35. }
  36. #mapid { height: 180px; }
  37. .areaPicker
  38. {
  39. height: 70vmin;
  40. margin-left: 30px;
  41. margin-right: : 30px;
  42. margin-bottom: 30px;
  43. margin-top: 5px;
  44. }
  45. .subCat{
  46. margin-left: 30px;
  47. border: solid;
  48. border-width: thin;
  49. border-color: lightgrey;
  50. width: 100% !important;
  51. padding-top: 20px;
  52. margin-top:
  53. }
  54. .toBottom
  55. {
  56. margin-top: 25px;
  57. }
  58. .sw
  59. {
  60. }
  61. .newCat
  62. {
  63. margin-top: 20px;
  64. }
  65. .noBorder{
  66. border: none;
  67. }