/* Form Master Styling by Malta 2018-05-08 { */

.c5sFormMain tr:first-child td p {
   margin-left: 16px !important;
}

.tblForm td  {
   padding: 2px;
   width: 50%;
}

.tblForm td:first-child {
    width: 1%;
}

.tblFormTextBox {
   color: #4F4F4F;
   height: 40px;
   padding: 10px;
   width: 100%;
   border-radius: 0px !important;
   border-color: #ABABAB;
}

.tblFormTextBoxL {
   color: #4F4F4F;
   height: 40px;
   padding: 10px;
   width: 100%;
   border-radius: 0px !important;
   border-color: #ABABAB;
}

.tblFormTextBoxML {
   border: 1px solid #d9e2ed;
   color: #4F4F4F;
   height: 120px !important;
   padding: 10px;
   width: 100%;
   border-radius: 0px !important;
   border-color: #ABABAB;
}

.tblFormSubmitBTN {
    background-image: url("/Portals/0/Images/submit-form.png");
    border: 0 none transparent;
    height: 50px;
    width: 237px;
    margin-top: 54px;
    background-color: transparent;
    background-repeat: no-repeat;
}

.tblFormTextBox {
   font-family: sans-serif !important;
}

.tblForm, .desk-form, .c5sFormMain {
   width: 98% !important;
   margin-left: auto;
   margin-right: auto;
}

#SubMsg {
    display: block;
    margin-top: 18px !important;
}
#SubMsgBottom {
   display: none;
}
#SubMsg span {
   text-align: right;
   display: block;
   margin-right: 3px;
}
.tblForm {
   max-width: 57% !important;
   float: left;
   margin-left: 16px;
}
.tblForm tr:nth-child(4) td:nth-child(1) {
   width: 0.5% !important;
}
@media screen and (max-width: 1410px) {
   .tblForm {
      max-width: 62.5% !important;
   }
}
@media screen and (max-width: 1280px) {
   .tblForm {
      max-width: 67.5% !important;
   }
}
@media screen and (max-width: 640px) {
   #SubMsg {
      display: none;
   }
   #SubMsgBottom {
      display: block;
   }
	#SubMsgBottom span {
		text-align: left;
		display: block;
		margin-right: 3px;
        width: 100%;
	}
   .tblForm {
      width: 98% !important;
      float: inherit;
      margin-left: auto;
     margin-left: 16px;
   }
   .tblForm tr:nth-child(4) td:nth-child(1) {
      width: inherit;
   }
	.tblFormSubmitBTN {
		margin-top: 0px;
	}
   .tblForm input[type="checkbox"] ~ label {
		display: inherit !important;
		margin-top: -15px;
		padding-left: 16px !important;
	}
}
/* Form Master Styling by Malta 2018-05-08 } */

/* EasyDNNNews { */
.edn_article time {
   margin-left: 37px !important;
}
.edn_metaDetails time {
	margin-left: 0 !important;
}

@media only screen and (max-width: 768px) {
	.eds_news_Ozone.eds_subCollection_news .edn_metaDetails {
		text-align: left !important;
	}
}
/* EasyDNNNews } */

