/* colours


Dark blue: #001441
Light blue: #9dbed1

Brown: #8d5329

Light grey: # ececec
Medium grey: #666666;

White: #fff

Dark cream: # b0a395
Light cream: #ece8e3


<link href="https://fonts.googleapis.com/css?family=Roboto:300,400,500,700" rel="stylesheet">
<link href="https://fonts.googleapis.com/css?family=Roboto+Slab:400,700" rel="stylesheet">


*/

img
{
	width:15px;
	height:15px;
}
	

.feed_code {
	font-size: 18px;
	color: red;
	font-weight: bold;
}



body {
	margin: 0px;
}


td,th,p {
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	text-align: left;
	line-height: 22px;
}

table {
    border-collapse: collapse;
}

b {
	font-weight: bold;
}

.right {
	text-align: right;
}


.table_left {
	padding: 6px 0px 6px 8px;
}

.table_left_no_bottom {
	padding: 6px 0px 0px 8px;
}

.table_left_no_top {
	padding: 0px 0px 6px 8px;
}

.table_center {
	text-align: center;
}

.table_right {
	text-align: right;
	padding: 6px 8px 6px 0px;
}

.price {
	font-size: 36px;
	color: #9dbed1;
	font-weight: 700;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.date_left_flat {
	font-family: 'Roboto', serif;
	font-weight: 300;
	color: #aaaaaa;
	text-align: left;
	padding: 4px 8px;
}


.date_right {
	font-family: 'Roboto', serif;
	font-weight: 300;
	color: #aaaaaa;
	text-align: right;
	padding: 4px 8px;
}

.column_head_left {
	color: #333333;
	font-weight: 700;
	text-align: left;
	padding: 5px 0px 2px 8px;
}

.column_head_right {
	color: #333333;
	font-weight: 700;
	text-align: right;
	padding: 5px 8px 2px 0px;

}


.notes {
	font-size: 10px;
	padding-left: 8px;
}


.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 0px;
	letter-spacing: 2px;
	height: 0px;
}

a.powered:link, a.powered:visited {
	background-color: #ffffff;
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: 400;
	padding: 0px;
}

a.powered:hover, a.powered:active {
	color: #999999;
	text-decoration: none;
	font-weight: 400;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 0px;
	font-size: 1px;
}

hr {
	color: #ececec;
	background-color: #ececec;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


a:link, a:visited, a:hover, a:active {
	background-color: #e5eff5;
	padding: 4px 8px;
	color: #006699;
	text-decoration: none;
}



sup {
	font-size: 8px;
        vertical-align: super;
        line-height: 0;
	padding-right: 2px;
}


.spacer_xs {
	height: 4px;
	font-size: 1px;
}

.spacer_s {
	height: 8px;
	font-size: 1px;
}

.spacer {
	height: 15px;
	font-size: 1px;
}

.spacer_l {
	height: 18px;
	font-size: 1px;
}

.spacer_xl {
	height: 26px;
	font-size: 1px;
}


/*---- drop-down and checkbox selectors styles starts here ------*/

select {
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #666666;
	font-weight: 400;
	text-align: left;
	height: 40px;
	outline: none;
	border: 1px solid #ececec;
	border-radius: 0px;
	cursor: hand;
	padding-left: 10px;
	padding-right: 0px;
	background: url(images/select_down_arrow.png) no-repeat right #fff;
	background-position-x: calc(100% - 5px);
	-webkit-appearance: none;
}

select::-ms-expand{
    display:none;
}

select {
    -moz-appearance: none;
    text-indent: 0.01px;
    text-overflow: '';
}

select[name="month1"], [name="month2"] {
	width: 110px;
}

select[name="year1"], [name="year2"] {
	width: 80px;
}


input {
	font-family: 'Roboto Slab', serif;
	font-size: 15px;
	color: #ffffff;
	background: #4c94b7;
	font-weight: 400;
	text-align: center;
	height: 40px;
	outline: none;
	border: 1px solid #4c94b7;
	border-radius: 0px;
	cursor: hand;
	padding-left: 0px;
	padding-right: 0px;
}

input[name="submit"] {
	width: 80px;
}


input[name="go"] {
	width: 120px;
}


input[type="checkbox"] {
	width: 14px;
	height: 14px;
}

select[name="startdate"], select[name="enddate"] {
	width: 150px;
}




input[type="image"] {
	background: #ffffff;
	border: 0px;
	margin-top: -5px;
}


/*---- drop-down and checkbox selectors styles ends here ------*/


/*---- SENS pop-up styles starts here ------*/

body.sens	{
	margin-top: 20px;

}


.sens_head {

	font-size: 28px;
	color: #333333;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	height: 24px;

	padding-left: 20px;

	padding-bottom: 10px;
}

.sens_date {
	font-family: 'Roboto', serif;
	font-weight: 300;
	color: #aaaaaa;

	height: 28px;

	padding-left: 20px;

	padding-bottom: 10px;




	border-bottom: solid #2a2a2a 1px;

}

.sens_body {
	text-align: justify;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.sens_left {
	padding-left: 20px;
}

.mono_type {
	padding-left: 20px;
	padding-right: 20px;
}

/*---- SENS pop-up styles starts here ------*/




/*----------	PC size    ---------*/		

#e03_pc {
	display: block;
}

#e03_mob {
	display: none;
}



#n03_pc {
	display: block;
}

#n03_mob {
	display: none;
}




#s06_mob {
	display: none;
}


/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 600px) {


#e03_pc {
	display: none;
}

#e03_mob {
	display: block;
}



#n03_pc {
	display: none;
}

#n03_mob {
	display: block;
}


#s06_pc {
	display: none;
}

#s06_mob {
	display: block;
}