/*STORAGE CALCULATOR*/

#storage-calculator hr {
	margin-top: 20px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid #024a94;
}

#storage-calculator p {
	text-align: left;
}

#weeklyrate1, #weeklyrate2, #costresult {
	display: inline;
	}

.prev, .prevUnit, .next, .nextUnit {
    float: left;
    width: 5%;
    min-height: inherit;
    height: 60px;
    padding: 2px;
    border-top: 1px solid #024a94;
    border-left: 1px solid #024a94;
    border-right: 1px solid #024a94;
    border-bottom: 1px solid #024a94;
    color: #024a94;
    background-color: #fff;
/*  background: -moz-linear-gradient(top, #008fd0 0%, #2989d8 33%, #024a94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd0), color-stop(33%,#2989d8), color-stop(100%,#024a94));
    background: -webkit-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: -o-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: -ms-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: linear-gradient(to bottom, #008fd0 0%,#2989d8 33%,#024a94 100%);
*/  }

.prev:hover, .prevUnit:hover, .next:hover, .nextUnit:hover {
    float: left;
    width: 5%;
    min-height: inherit;
    height: 60px;
    padding: 2px;
    border-top: 1px solid #024a94;
    border-bottom: 1px solid #024a94;
    color: white;
    background-color: #024a94;
/*  background: -moz-linear-gradient(top, #024a94 0%, #2989d8 66%, #008fd0 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024a94), color-stop(66%,#2989d8), color-stop(100%,#008fd0));
    background: -webkit-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
    background: -o-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
    background: -ms-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
    background: linear-gradient(to bottom, #024a94 0%,#2989d8 66%,#008fd0 100%);
*/  }

.prev, .prevUnit {
	border-right: 1px solid #024a94;
    border-left: 1px solid #024a94;
}

.next, .nextUnit {
	border-right: 1px solid #024a94;
}

#genericunits, .datetablinks {
	padding: 20px;
	}

.tab {
    float: left;
    width: 100%;
    min-height: 60px;
    }

.storetablinks {
    width: 30%;
    min-height: inherit;
    }

.store-tab-content, .unitselection, .unittabcontent, .datetablinks {
    display: none;
    text-align: left;
    }

.store-tab-content {
    min-height: 80px;
    }

.unittabcontent {
	min-height: 80px;
	}

#storage-calculator .unittabcontent .unit-dimensions {
    width: 100%;
    float: left;
}

#storage-calculator .unittabcontent .unit-dimensions h3, #storage-calculator .unittabcontent .unit-dimensions p {
    text-align: center;
}

#storage-calculator .unittabcontent .unit-dimensions h3 {
    /*background-color: #024a94;*/
    color: #024a94;
    font-weight: 600;
    padding: 10px 0 10px 0;
    font-size: 4rem;
    margin: 5px;
}

#storage-calculator .unittabcontent p {
    font-size: 0.9em;
}

.datetabcontent {
    min-height: 80px;
    text-align: center;
    }

div#leeds, div#harrogate, div#wakefield {
	width: 100%;
	overflow: hidden;
}

#leeds-units button.unittablinks, #harrogate-units button.unittablinks, #wakefield-units button.unittablinks {
	width: 6%;
	min-height: inherit;
	}

.unittablinks, .storetablinks, .unitselection {
	color: #ffffff;
	text-transform: uppercase;
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
	text-align: center;
	border: none;
	float: left;
	}

#genericunits, .datetablinks {
    background-color: #024a94;
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    text-align: center;
    border: none;
    float: left;
    }

button.unittablinks, button.storetablinks {
    color: #024a94;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-right: 1px solid #024a94;
    border-top: 1px solid #024a94;
    border-bottom: 1px solid #024a94;
    float: left;
    height: 60px;
	background-color: #fff;
/*  background: -moz-linear-gradient(top, #008fd0 0%, #2989d8 33%, #024a94 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd0), color-stop(33%,#2989d8), color-stop(100%,#024a94));
	background: -webkit-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: -o-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: -ms-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: linear-gradient(to bottom, #008fd0 0%,#2989d8 33%,#024a94 100%);
*/	}

button.unittablinks:hover, button.storetablinks:hover {
    color: #ffffff;
    text-transform: uppercase;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    border-right: 1px solid #3371b1;
    float: left;
    height: 60px;
	background-color: #024a94;
/*	background: -moz-linear-gradient(top, #024a94 0%, #2989d8 66%, #008fd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024a94), color-stop(66%,#2989d8), color-stop(100%,#008fd0));
	background: -webkit-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
	background: -o-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
	background: -ms-linear-gradient(top, #024a94 0%,#2989d8 66%,#008fd0 100%);
	background: linear-gradient(to bottom, #024a94 0%,#2989d8 66%,#008fd0 100%);
*/	}

button.storage-calculate {
    background: #009c47;
/*    background: -moz-linear-gradient(top, #02926e 0%, #029202 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02926e), color-stop(100%,#029202));
    background: -webkit-linear-gradient(top, #02926e 0%,#029202 100%);
    background: -o-linear-gradient(top, #02926e 0%,#029202 100%);
    background: -ms-linear-gradient(top, #02926e 0%,#029202 100%);
    background: linear-gradient(to bottom, #02926e 0%,#029202 100%);
*/    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#02926e', endColorstr='#029202',GradientType=0 );
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    font-size: 1em;
    padding: 10px;
    color: #fff !important;
    min-width: 20%;
    width: auto;
    float: right;
    margin: 15px 0 15px 0;
    }

button.storage-calculate:hover {
    color: #fff;
    background: #72bbfa;
/*    background: -moz-linear-gradient(top, #029202 0%, #02926e 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#02926e), color-stop(100%,#029202));
    background: -webkit-linear-gradient(top, #029202 0%, #02926e 100%);
    background: -o-linear-gradient(top, #029202 0%, #02926e 100%);
    background: -ms-linear-gradient(top, #029202 0%, #02926e 100%);
    background: linear-gradient(to bottom, #029202 0%, #02926e 100%);
*/    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#029202', endColorstr='#02926e',GradientType=0 );
    text-decoration: none;
    }

button.blue-button {
    background: #024a94;
/*	background: -moz-linear-gradient(top, #008fd0 0%, #024a94 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd0), color-stop(100%,#024a94));
	background: -webkit-linear-gradient(top, #008fd0 0%, #024a94 100%);
	background: -o-linear-gradient(top, #008fd0 0%, #024a94 100%);
	background: -ms-linear-gradient(top, #008fd0 0%, #024a94 100%);
	background: linear-gradient(to bottom, #008fd0 0%, #024a94 100%);*/
    color: #fff;
    text-transform: uppercase;
    -webkit-border-radius: 10px;
    -moz-border-radius: 10px;
    border-radius: 10px;
    border: none;
    font-size: 1em;
    padding: 10px;
    color: #fff !important;
    min-width: 20%;
    width: auto;
    float: left;
    margin: 15px 0 15px 0;
    }

button.blue-button:hover {
    background: #72bbfa;
/*	background: -moz-linear-gradient(top, #024a94 0%, #008fd0 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#024a94), color-stop(100%,#008fd0));
	background: -webkit-linear-gradient(top, #024a94 0%, #008fd0 100%);
	background: -o-linear-gradient(top, #024a94 0%, #008fd0 100%);
	background: -ms-linear-gradient(top, #024a94 0%, #008fd0 100%);
	background: linear-gradient(to bottom, #024a94 0%, #008fd0 100%);*/
    }

.store-tab-content .calculator-panel-right button.blue-button, button.flat-blue {
	box-sizing: inherit;
	border-radius: 0;
	border: #3371b1 solid 1px;
	margin: 0;
    background: #024a94;
    color: #fff !important;
	width: 50%;
}

button.flat-blue {
	text-transform: none;
	margin: 15px 0 15px 0;
}

.store-tab-content .calculator-panel-right button.blue-button:hover, button.flat-blue:hover {
    background: #fff;
    color: #024a94 !important;
}

#step-3 button.flat-blue, #step-4 button.flat-blue, #step-5 button.flat-blue {
	box-sizing: inherit;
	border-radius: 0;
	border: #3371b1 solid 1px;
	margin: 0;
	background: #fff;
	color: #024a94 !important;
}

#step-3 button.flat-blue:hover, #step-4 button.flat-blue:hover, #step-5 button.flat-blue:hover {
	background: #024a94;
	color: #fff !important;
}

div#leeds-store-details-calculator-sidebar, div#harrogate-store-details-calculator-sidebar, div#wakefield-store-details-calculator-sidebar {
    float: left;
    width: 100%;
}

#storage-calculator .map {
	border-top: 8px solid #024a94;
}

#storage-calculator .map-text  {
	position: relative;
	background: #fff;
	margin-top: 8.3em;
	padding: 1.3em;
	height: auto;
    border: #007bff solid 1px;
    background-color: #eee;
}

#storage-calculator .map p {
    font-weight: 500;
    margin-top: 10px;
    text-align: left;
}

#storage-calculator .disclaimer {
	float: left;
    margin-top: 10px;
    padding: 0 15px 0 15px;
}

#step-5 .disclaimer {
    float: left;
    margin-top: 15px;
    clear: both;
    font-weight: initial;
}

#storage-calculator .disclaimer p {
    margin-top: 10px;
    text-align: left;
}

#storage-calculator .map-text .corner-cutout {
    position: absolute;
    bottom: 0;
    right: 0;
    width: 0px;
    height: 0px;
    border-style: solid;
    border-width: 0 0 50px 50px;
    border-color: transparent transparent #007bff transparent;
    line-height: 0px;
    _border-color: #000000 #000000 #007bff #000000;
    _filter: progid:DXImageTransform.Microsoft.Chroma(color='#000000');
}

.store-tab-content .calculator-panel-right {
	padding: 10px 0 0 0;
	width: 33%;
	min-height: 400px;
    max-width: 520px;
}

.store-tab-content .calculator-panel-left {
	padding: 10px 0 0 0;
	width: 66%;
	margin-right: 1%;
}

.store-tab-content .calculator-panel-right .map-tab, .store-tab-content .calculator-panel-right .directions-tab {
	min-height: 400px;
	height: auto;
	overflow-y: scroll;
}

.store-tab-content .fifty-width {
    min-height: 210px;
    background-color: #eee;
    width: 50%;
    float: left;
    padding: 10px;
}

button.active {
	background: #024a94;
    color: #fff;
/*	background: -moz-linear-gradient(top, #72bbfa 0%, #029202 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#72bbfa), color-stop(100%,#029202));
	background: -webkit-linear-gradient(top, #72bbfa 0%,#029202 100%);
	background: -o-linear-gradient(top, #72bbfa 0%,#029202 100%);
	background: -ms-linear-gradient(top, #72bbfa 0%,#029202 100%);
	background: linear-gradient(to bottom, #72bbfa 0%,#029202 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#72bbfa', endColorstr='#029202',GradientType=0 );
*/	}

/*button.active:hover {
    background: #72bbfa;
  background: -moz-linear-gradient(top, #008fd0 0%, #2989d8 33%, #024a94 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd0), color-stop(33%,#2989d8), color-stop(100%,#024a94));
    background: -webkit-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: -o-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: -ms-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
    background: linear-gradient(to bottom, #008fd0 0%,#2989d8 33%,#024a94 100%);
  }*/

#datepickers {
	width: 100%;
	}

#datepickers .datepicker, .datepicker.requirements-panel-1, .datepicker.requirements-panel-2, .datepicker.requirements-panel-3, .datepicker.requirements-panel-4, .datepicker.requirements-panel-5 {
	width: 100%;
	padding: 8px;
/*	background-color: #024a94;
	text-transform: uppercase;*/
	font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
/*	border-right: 1px solid #3371b1;*/
	float: left;
/*	box-sizing: content-box;
/*	background: #008fd0;
	background: -moz-linear-gradient(top, #008fd0 0%, #2989d8 33%, #024a94 100%);
	background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#008fd0), color-stop(33%,#2989d8), color-stop(100%,#024a94));
	background: -webkit-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: -o-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: -ms-linear-gradient(top, #008fd0 0%,#2989d8 33%,#024a94 100%);
	background: linear-gradient(to bottom, #008fd0 0%,#2989d8 33%,#024a94 100%);*/
	}

.datepicker-tag {
/*	color: #fff;*/
	font-size: initial;
	display: inline;
	margin-right: 15px;
	}

/*#storage-calculator .calculator-form-tag {
	min-width: 55px;
	min-height: 40px;	
	float: left;
	clear: left;
	margin: 8px;
	}*/

form#requirements {
    font-weight: initial;
}

form#storage-calculator-form {
    margin: 2px;
    padding: 2px;
}

form#postdatacapture {
    display: none;
}

.calculationresult p {
    font-size: 1.6rem;
    line-height: initial;
    clear: both;
}

.results-page-block {
    float: left;
    padding: 2px;
/*    height: 200px;*/
}

#unit-store-block {
	width: 25%;
	color: #fff;
	margin-bottom: 15px;
/*	border-right: solid #024a94 1px;*/
}

#unit-store-block input#storeresult {
    width: 100%;
    height: 90px;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    text-align: center;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2.3rem;
}

#unit-store-block input#unitresultdigits {
    width: 56%;
    height: 90px;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    text-align: right;
    text-transform: uppercase;
    display: inline-block;
    font-size: 2.3em;
    padding-right: 2%;
}

#unit-store-block input#unitresultsquarefeet {
    width: 44%;
    height: 90px;
    box-sizing: border-box;
    margin: 0;
    color: #fff;
    text-align: left;
    display: inline-block;
    font-size: 1em;
    padding-left: 2%;
}

#unit-store-block input#storeresult {
	background-color: #024a94;
}

#unit-store-block input#unitresultdigits, #unit-store-block input#unitresultsquarefeet {
    float: left;
    background-color: #72bbfa;
    clear: none;
}

#date-duration-block {
	width:25%;
/*	background-color: #024a94;
	color: #fff;*/
	border-right: solid #024a94 1px;	
}

.results-page-block input[type="text"] {
	background-color: #024a94;
	color: #fff;
}

div#discountdoesnotapply, div#discountapplies {
	width: 75%;
	padding: 2%;
} 

div#discountdoesnotapply p, div#discountapplies p {
/*	padding: 25px;
    color: #fff;
    background-color: #024a94;
    font-size: xx-large;*/
    line-height: normal;
    font-weight: 800;
    text-align: left;
}

#step-5 .calculator-panel-left p {
    text-align: left;
}

#storeresult, #unitresult {
	text-transform: capitalize;
	font-weight: 700;
	}

#unitplaceholder, .step-disclaimer {
	clear: both;
	}

#storage-calculator {
        margin-bottom: 10px;
}
#storage-calculator h3 {
	clear:both;
	padding-top: 20px;
	padding-bottom: 10px;
	}

.calculator-unit-description p {
	font-weight: 600;
	text-align: left;
	}

.calculator-unit-features {
    clear: both;
    padding-top: 10px;
    float: left;
    background-color: #eee;
    margin-bottom: 15px;
}

.calculator-unit-features, .calculator-unit-features li {
    text-align: left;
    padding: 3px;
}

.calculator-unit-features li {
    text-align: left;
    padding: 1%;
    margin: 1%;
    width: 48%;
    float: left;
}

.calculator-unit-features img {
    max-width: 75%;
    clear: both;
    float: left;
}

.calculator-unit-features p {
    float: left;
    font-size: 1.5rem;
    width: 75%;
}

.store-tab-content img {
	width: 100%;
	float: left;
	margin-bottom: 24px;
}

.calculator-panel-left {
	width: 66%;
	margin-right: 1%;
	float: left;
	word-break: break-word;
    padding: 10px;
}

.calculator-panel-right {
	width: 33%;
	float: left;
	word-break: break-word;
    padding: 10px;
/*    border: 1px solid #024a94;*/
}

.unittabcontent .calculator-panel-right {
	background-color: #FFFDE1;
}

.store-tab-content .calculator-panel-right {
	min-height: 400px;
	max-width: 520px;
}

.requirements-panel-1, .requirements-panel-2, .requirements-panel-3, .requirements-panel-4, .requirements-panel-5 {
	width: 75%;
	float:left;
	text-align: left;
	padding: 5px;
}

.requirements-panel-1 select, .requirements-panel-2 select, .requirements-panel-3 select, .requirements-panel-4 select, .requirements-panel-5 select {
	width: 75%;
	height: 40px;
	padding-left: 12px;
}

form#requirements p {
/*	color: #fff;*/
    font-weight: 700;
    font-size: initial;
}

/*.calculator-panel-right p {
    text-align: center;
}*/

.unittabcontent .calculator-panel-left img {
    margin: 20px;
	}

div#unit-disclaimer {
    font-weight: initial;
    clear: both;
}

.calculator-address, .calculator-telephone, .calculator-email, .calculator-storemanager, .calculator-directions {
	float: left;
	clear: left;
    width: 99%;
    margin: 0.5% 0.5% 15px 0.5%;
    text-align: left;
    }

.calculator-openinghours {
    float: left;
	clear: left;
    margin: 0.5%;
    text-align: left;
}

.calculator-directions {
	font-weight: initial;
	font-size: 1.2rem;
	display: inline-block;
	min-height: 400px;
	margin: 1%;
    background-color: #eee;
}

.calculator-error-message {
    color: red;
    clear: both;
    float: right;
}

.ui-datepicker-calendar {
	color: #fff;
}

.ui-datepicker table {
	background: #72bbfa !important;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
	background: #72bbfa;
}

.ui-datepicker .ui-datepicker-header, .ui-datepicker .ui-datepicker-title {
	background: #0060b0 !important;
}

.ui-datepicker .ui-datepicker-title .ui-datepicker-month, .ui-datepicker-year {
	color:#fff;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
	background: #72bbfa;
	color: #fff;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default {
	background: #fffac2 !important;
	color: #024a94 !important;
}

.ui-state-default:hover, .ui-widget-content .ui-state-default:hover, .ui-widget-header .ui-state-default:hover {
	color: #0060b0 !important;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
    background: #428bca !important;
	color: #fff !important;
}

/*#book-now, #calculate-now, #boxes-now, #van-hire-now {
	height: 80px;
	font-size: 2rem;
	color: #fff;
}*/

#boxes-now, #van-hire-now {
	margin-top: 10px;
}

#storage-calculator .datepicker input {
	width: 75%;
    cursor: pointer;
    font-weight: initial;
    border: 1px solid #CCCCCC;
    height: 40px;
    padding: 10px;
}

.discount-status {
	background-color: #024a94;
	color: #fff;
	padding: 5px;
	font-size: initial;
/*	text-align: center;
	margin: 0 0 25px 0;*/
	text-transform: uppercase;
}

/*#discountdoesnotapply .discount-status {
	background-color: #FF0000;
}*/

.price-highlight {
	color: #72bbfa;
	font-weight: 600;
	display: inline;
}

span.price-highlight.featured-price {
    display: inline-block;
    margin: 5px;
}

.featured-price {
    padding: 10px 0 10px 0;
    font-size: 5rem;
}

#calculationresult input {
	color: #024a94;
}

.progress-indicator {
    margin: 0 auto;
    max-width: 100%;
    margin-top: 24px;
}

.progress-wrapper {
    max-width: 240px;
    margin: 0 auto;
}

#step-indicator-title {
/*    margin-top: 20px;
    font-size: 1.3em;
    font-weight: 600;*/
    text-align: center;
    text-transform: uppercase;
    padding: 10px;
    margin-top: 20px;
    background-color: #024a94;
    color: #fff;
}

#step-indicator-subtitle {
	padding: 5px;
    margin-top: 5px;
    font-size: 1em;
    font-weight: 500;
    text-align: center;
}

#storage-calculator .error {
	color: red;
	clear: both;
	float: right;
}

#storage-calculator-form input {
	border: 0;
	width: 75%;
	clear: left;
    display: flex;
    height: 40px;
    margin: 5px 0 5px 0;
    box-sizing: content-box;
}

#datacapture input {
	border: 1px solid #024a94;
	width: 75%;
	clear: left;
    display: flex;
    height: 40px;
    margin-bottom: 15px;
    padding: 10px;
}

.mobile-controls {
	display: none;
}

@media (max-width: 1000px) {

	.prevUnit, .nextUnit, .unittablinks {
		display: none;
	}

	.mobile-controls, .mobile-controls .storage-calculate {
		display: block;
		margin: 0 auto 0 auto;
		float: none;
		width: 100%;
		color: #000;
	}

    .mobile-controls .dropdown-content {
        display: none;
	}

	.mobile-controls:hover .dropdown-content {
        /**display: block;
        width: 90%;
        text-align: center;*/
	}

	.mobile-controls .dropdown-content a {
		width: 100%;
		float: left;
		text-align: center;
	}

	#storeselection button {
    font-size: xx-small;
    padding: 2px;
    }

  .store-tab-content iframe {
    display: none;
  }

  .store-tab-content .calculator-panel-right .map-tab {
  	display: none;
  	height: auto;
  }

  .calculator-unit-description {
  	max-width: 95%;
  }

  .calculator-unit-features p {
    width: 100%;
  }

  .calculator-unit-features img {
  	width: 100%;
  }

  .requirements-panel-1 select, .requirements-panel-2 select, .requirements-panel-3 select, .requirements-panel-4 select, .requirements-panel-5 select {
  	width: 100%;
  }

  #datacapture input {
  	width: 100%;
  }

  .unittabcontent img {
    margin: 10px 0 10px 0;
  }

  #datepickers .datepicker {
  	width: 100%;
  	margin-bottom: 5px;
  }

  #storage-calculator .datepicker input {
	width: 100%;
	border: 1px solid #CCCCCC;
  }

/*  button.blue-button, button.storage-calculate {
  	max-width: 47%;
    height: 60px;
    box-sizing: content-box;
  }*/

  .calculator-panel-left, .calculator-panel-right {
  	width: 99%;
  	padding: 1%;
  }

  #storage-calculator .calculator-panel-left, #storage-calculator .calculator-panel-right {
  	width: 100%;
  }

.store-tab-content .calculator-panel-right .map-tab, .store-tab-content .calculator-panel-right .directions-tab {
  	display:inline-block !important;
  	min-height: auto;
  }

  .calculator-panel-right button.blue-button.map-button, .calculator-panel-right button.blue-button.directions-button {
  	display: none;
  }

  .calculator-address, .calculator-telephone, .calculator-email, .calculator-storemanager, .calculator-openinghours, .calculator-directions {
  	margin: 1%;
  }

  .store-tab-content img, .unittabcontent img {
  	max-width: 100%;
  	width: auto;
  	margin: 15px 0 15px 0;
  }

  .requirements-panel-1, .requirements-panel-2, .requirements-panel-3, .requirements-panel-4, .requirements-panel-5 {
    width: 50%;
  }

  .unittabcontent .calculator-panel-left {
    border-right: 0;
  }

  .store-tab-content .calculator-panel-right {
    border: 0;
  }

  .calculator-openinghours {
  	width: 99%;
  }

  .store-tab-content button#boxes-now, .store-tab-content button#van-hire-now {
    width: 42%;
    margin: 2%;
    float: left;
    box-sizing: content-box;
    }

    #storage-calculator button.flat-blue {
    background-color: #024a94;
    color: #fff !important;
    box-sizing: content-box;
    text-transform: none;
    font-size: inherit;
    margin: 2.5% 0 2.5% 0;
    width: 98%;
    float: left;
	}

	div#unit-store-block {
	    width: 100%;
        box-sizing: content-box;
        height: auto;
	}

	div#discountdoesnotapply, div#discountapplies {
		width: 100%;
		height: auto;
	    margin-top: 15px;
	}

	#unit-store-block input#storeresult, #unit-store-block input#unitresult, #unit-store-block input#durationresult {
		margin-bottom: 0;
	}

@media (max-width: 400px) {

    .requirements-panel-1, .requirements-panel-2, .requirements-panel-3, .requirements-panel-4, .requirements-panel-5 {
    	width: 100%;
    }

    .store-tab-content, .unitselection, .unittabcontent, .datetablinks {
    	margin: 0;
    }

    button.blue-button, button.storage-calculate {
    	box-sizing: inherit;
    	font-size: x-small;
    	min-width: 30%;
    }

    button#boxes-now, button#van-hire-now {
    width: 100%;
    }

    .unittabcontent .calculator-panel-left img {
    margin: 0;
	}

    .store-tab-content .fifty-width {
        min-width: 100%;
        min-height: 0;
    }

    .calculator-unit-features li {
        width: 100%;
    }
}