/* It is recommended to place all your extra/additional CSS rules here */
.logotext {
	margin: 10px 0px 0px 0px !important;
	padding: 0px !important;
	font-family: 'open_sansbold', sans-serif;
	font-size:1.30em;
}

.mypagetext {
	padding:0px 5px 0px 5px;
	font-size:0.8em;
	cursor:pointer;
}
.mypagetext:hover {
	font-weight:bold;
}

.mypagetext a {
	border-bottom:none !important;
	font-weight:normal !important;
}

.footertext {
	padding:0px 7px 0px 7px;cursor:pointer;
}
.footertext:hover {
	font-weight:bold;
}

.footertext a {
	border-bottom:none !important;
	font-weight:normal !important;
}

.pricelist {
	font-size:1.0em;
	width:100%;
}
	
@media (min-width: 300px) {
	.pricelist {
		font-size:0.8em;
	}
 }
 @media (min-width: 768px) {
	.pricelist {
		font-size:0.9em;
	}
 }
 @media (min-width: 992px) {
    .pricelist {
		font-size:1.0em;
	}
  }
  @media (min-width: 1200px) {
	.pricelist {
		font-size:1.1em;
	}
  }


.pricelisttab {
	font-size:1.1em;
}

.whychooseus {
	font-size:1.2em;
}

.faqspan {
	cursor:pointer;
}

.policy {
	text-align:left !important;font-size:0.7em !important;
}

.leftorder {
	padding:5px 0 10px 0;
    text-align: center;
}

.spinnerdiv {
	width:115px;
}

#postcode_result, #suburb_result, #postcode_result {
	margin-top: -15px;
    display: none;
    background:#fff;
    color:#119400;
    font-size: 0.7em;
    font-family: 'open_sansbold', sans-serif;
    border-radius: 0;
    padding:8px 10px;
	line-height: 2.0em;
}

.forgotpassword {
	cursor:pointer;
}

.forgotpasswordDiv {
	 display: none;
}

.datepicker {
background-color: #000 ;
color: #fff ;
}

#myaccounttable th, #myaccounttable td {
	font-size: 1.0em !important;
}
	@media (min-width: 768px) {
		#myaccounttable th, #myaccounttable td {
			font-size: 0.6em !important;
		}
    }
    @media (min-width: 1200px) {
		 #myaccounttable th, #myaccounttable td {
			font-size: 0.8em !important;
		}
    }
    @media (min-width: 1500px) {
		#myaccounttable th, #myaccounttable td {
			font-size: 1.0em !important;
		}
    }

