123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- body {
- }
- input {
- color: black;
- padding-bottom: 0px;
- margin-bottom: 0px;
- }
- textarea {
- color: black;
- padding-bottom: 0px;
- margin-bottom: 0px;
- }
- h4{
- padding-left: 0 !important;
- }
- .noPadLeft{
- padding-left: 0px !important;
- }
- hr{
- margin-top: 5px;
- }
- .inputLine
- {
- margin-bottom: 5px ;
- }
- .noMarginBottom
- {
- padding-bottom: 0px !important;
- margin-bottom: 0px;
- }
- .noMarginTop
- {
- padding-top: 0px !important;
- margin-top: 0px;
- }
- #mapid { height: 180px; }
- .areaPicker
- {
- height: 70vmin;
- margin-left: 30px;
- margin-right: : 30px;
- margin-bottom: 30px;
- margin-top: 5px;
- }
- .subCat{
- margin-left: 30px;
- border: solid;
- border-width: thin;
- border-color: lightgrey;
- width: 100% !important;
- padding-top: 20px;
- margin-top:
- }
- .toBottom
- {
- margin-top: 25px;
- }
- .sw
- {
- }
- .newCat
- {
- margin-top: 20px;
- }
- .noBorder{
- border: none;
- }
|