/* colours


Text:  #898989
green: #93c03d
L blue: #00aaff
D blue: #114672


<link href="https://fonts.googleapis.com/css?family=Open+Sans:300,700" rel="stylesheet">



*/



.feed_code {
	font-size: 18px;
	color: red;
	font-weight: bold;
}



body {
	margin: 0px;
}


td,th,p {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #898989;
	text-align: left;
	font-weight: 300;
	line-height: 18px;
}

table {
    border-collapse: collapse;
}

b {
	font-weight: 700;
}
.right {
	text-align: right;
}


.table_left {
	padding: 5px 0px 5px 5px;
}


.table_left_no_bottom {
	padding: 5px 0px 0px 5px;
}

.table_left_no_top {
	padding: 0px 0px 5px 5px;
}

.table_left_flush {
	padding: 5px 0px 5px 0px;
}

.table_center {
	text-align: center;
	padding: 5px 0px;
}

.table_right {
	text-align: right;
	padding: 5px 5px 5px 0px;

}

.sml {
	font-size: 82%;
	padding-left: 5px;
}


.column_head_left {
	font-size: 18px;
	color: #114672;
	font-weight: 300;
	text-align: left;
	padding: 5px 0px 5px 5px;
}

.column_head_right {
	font-size: 18px;
	color: #114672;
	font-weight: 300;
	text-align: right;
	padding: 5px 5px 5px 0px;

}


.poweredby {
	font-size: 8px;
	color: #999999;
	text-align: right;
	padding-right: 8px;
	padding-top: 5px;
	letter-spacing: 2px;
	height: 0px;
}

a.powered:link, a.powered:visited {
	color: #666666;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: bold;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #e2e2e2;
	background-color: #e2e2e2;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


a:link, a:visited {
	color: #898989;
	text-decoration: none;
}
a:hover, a:active {
	color: #93c03d;
	text-decoration: underline;
}

.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: 25px;
	font-size: 1px;
}



/*---- SENS pop-up styles starts here ------*/

body.sens	{
	margin-top: 20px;

}


.sens_head {

	font-size: 20px;
	color: #114672;
	text-align: left;
	font-weight: 400;
	text-transform: uppercase;
	height: 24px;

	padding-left: 20px;
}

.sens_date {
	height: 28px;

	padding-left: 20px;

	padding-bottom: 10px;
	border-bottom: solid #e2e2e2 1px;
}

.sens_body {
	text-align: justify;
	line-height: 24px;
	padding-left: 20px;
	padding-right: 20px;
}

.mono_type {
	padding-left: 20px;
	padding-right: 20px;
}

.sens_left {

	padding-left: 20px;
}

/*---- SENS pop-up styles starts here ------*/


/*---- drop-down and checkbox selectors styles starts here ------*/
select {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #898989;
	font-weight: 300;
	text-align: left;
	height: 46px;
	outline: none;
	border: 1px solid #e2e2e2;
	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: 100px;
}

select[name="year1"], [name="year2"] {
	width: 65px;
}

input {
	font-family: 'Open Sans', sans-serif;
	font-size: 14px;
	color: #898989;
	font-weight: 300;
	text-align: center;
	height: 46px;
	outline: none;
	border: 1px solid #e2e2e2;
	border-radius: 0px;
	cursor: hand;
	padding-left: 0px;
	padding-right: 0px;
}

input[name="submit"] {
	width: 120px;
	color: #93c03d;
	text-align: left;
	padding-left: 25px;
	background: url(images/button_arrow_out.png) no-repeat right #ffffff;
	background-position-x: calc(100% - 15px);
	border: 2px solid #93c03d;
-webkit-transition-duration: 0.2s;
-moz-transition-duration: 0.2s;
-o-transition-duration: 0.2s;
-ms-transition-duration: 0.2s;
transition-duration: 0.2s;

}


input[name="submit"]:hover {
	width: 120px;
	color: #ffffff;
	text-align: left;
	padding-left: 25px;
	background: url(images/button_arrow_over.png) no-repeat right #93c03d;
	background-position-x: calc(100% - 15px);
	border: 2px solid #93c03d;
}








/*----------	PC size    ---------*/		

#n03_pc {
	display: block;
}

#n03_mob {
	display: none;
}


/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 600px) {

#n03_pc {
	display: none;
}

#n03_mob {
	display: block;
}

select[name="month1"], [name="month2"] {
	width: 125px;
}

select[name="year1"], [name="year2"] {
	width: 80px;
}