/* colours


blue: #0571c6
grey: #767676

	font-family: Futura, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, "Helvetica Neue", Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"


<link href="https://fonts.googleapis.com/css?family=Open+Sans+Condensed:300,700|Open+Sans:400,700" rel="stylesheet">

font-family: 'Futura_Book', sans-serif;
font-family: 'Open Sans Condensed', sans-serif;


*/


@font-face {
    font-family: 'Futura_Book';
    src: url('fonts/futura_book.eot');
    src: url('fonts/futura_book.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_book.woff') format('woff'),
         url('fonts/futura_book.woff2') format('woff2'),
    	 url('fonts/futura_book') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura_bold';
    src: url('fonts/futura_bold.eot');
    src: url('fonts/futura_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_bold.woff') format('woff'),
         url('fonts/futura_bold.woff2') format('woff2'),
    	 url('fonts/futura_bold') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura_Xbold';
    src: url('fonts/futura_extra_bold.eot');
    src: url('fonts/futura_extra_bold.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_extra_bold.woff') format('woff'),
         url('fonts/futura_extra_bold.woff2') format('woff2'),
    	 url('fonts/futura_extra_bold') format('truetype');
    font-weight: normal;
    font-style: normal;
}


@font-face {
    font-family: 'Futura_Xblack';
    src: url('fonts/futura_extra_black.eot');
    src: url('fonts/futura_extra_black.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_extra_black.woff') format('woff'),
         url('fonts/futura_extra_black.woff2') format('woff2'),
    	 url('fonts/futura_extra_black') format('truetype');
    font-weight: normal;
    font-style: normal;
}

@font-face {
    font-family: 'Futura_medium_condensed_bt';
    src: url('fonts/futura_medium_condensed_bt.eot');
    src: url('fonts/futura_medium_condensed_bt.eot?#iefix') format('embedded-opentype'),
         url('fonts/futura_medium_condensed_bt.woff') format('woff'),
         url('fonts/futura_medium_condensed_bt.woff2') format('woff2'),
    	 url('fonts/futura_medium_condensed_bt') format('truetype');
    font-weight: normal;
    font-style: normal;
}

.mob_view, .sharemob
{
	display:none;
}

.BodyMob
{
	display:none;
}
.tdFilter {width:837;}

.div_period_wrap {
	width:635;
	overflow:hidden;
	float:left;
		
}
.div_date_from {
	width:256;
	overflow:hidden;
	float:left;

	
	
}
.div_date_to {
	width:252;
	overflow:hidden;
	float:left;
	margin-left:8px;
	
	
}
.div_search_button {
	width:118;
	overflow:hidden;
	float:left;
	margin-top:5px;
}
 
#month1,#month2
{
	margin-right:7px;
}



.feed_code {
	font-size: 20px;
	color: red;
	font-weight: 700;
}



body {
	margin: 0px;
}


td,th,p {
	font-family: 'Futura_Book', Arial, sans-serif;
	font-size: 20px;
	color: #767676;
	font-weight: normal;
	text-align: left;
	line-height: 135%;
}



table {
    border-collapse: collapse;
}

b {
	font-family: 'Futura_bold', sans-serif;
	font-weight: normal;
}

.right {
	text-align: right;
}


.table_left {
	padding: 6px 0px 6px 10px;
}

.table_left_blue {
	color: #0571c6;
	padding: 8px 0px 8px 10px;
}


.table_left_no_bottom {
	padding: 8px 0px 0px 10px;
}

.table_left_no_top {
	padding: 0px 0px 8px 10px;
}

.table_center {
	text-align: center;
	padding: 8px 0px;
}

.table_right {
	text-align: right;
	padding: 8px 10px 8px 0px;
}

.table_right_xb  {
	font-family: 'Futura_XBold', sans-serif;
	font-weight: normal;
	text-align: right;
	padding: 6px 10px 6px 0px;
}



.column_head_left {
	font-family: 'Futura_bold', sans-serif;
	font-size: 20px;
	color: #0571c6;
	font-weight: normal;
	text-align: left;
	padding: 5px 0px 2px 10px;
}

.column_head_right {
	font-family: 'Futura_bold', sans-serif;
	font-size: 20px;
	color: #0571c6;
	font-weight: normal;
	text-align: right;
	padding: 5px 15px 2px 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: 700;
}

a.powered:hover, a.powered:active {
	color: #999999;
	font-size: 8px;
	text-decoration: none;
	font-weight: 700;
}

.rule {
	height: 10px;
	font-size: 1px;
}

.last_rule {
	height: 10px;
	padding-top: 12px;
	font-size: 1px;
}

hr {
	color: #999999;
	background-color: #999999;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


hr.blue {
	color: #0571c6;
	background-color: #0571c6;
	height: 1px;
	border: 0px;
	width: 100%;
	margin: 0px;
}


a:link, a:visited {
	color: #000000;
	text-decoration: none;

-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
}
a:hover, a:active {
	color: #0571c6;
	text-decoration: none;
}



.spacer_xs {
	height: 2px;
	font-size: 1px;
}

.spacer_s {
	height: 5px;
	font-size: 1px;
}

.spacer {
	height: 18px;
	font-size: 1px;
}

.spacer_l {
	height: 24px;
	font-size: 1px;
}

.spacer_xl {
	height: 30px;
	font-size: 1px;
}


.price {
	font-family: 'Futura_XBold', sans-serif;
	font-size: 33px;
	color: #0571c6;
	font-weight: normal;
	padding-left: 8px;
	padding-top: 0px;
	padding-bottom: 0px;
}

.price_currency {
	font-size: 21px;
}



/*---- drop-down and checkbox selectors styles starts here ------*/


select {
	font-family: 'Futura_Book', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	height: 39px;
	outline: none;
	border: 1px solid #999999;
	border-radius: 100px;
	cursor: hand;
	padding-left: 10px;
	padding-right: 0px;
	background: url(images/select_down_arrow.png) no-repeat right #fff;
	background-position-x: calc(100% - 10px);
	-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: 75px;
}


input {
font-family: 'futura_medium_condensed_bt', sans-serif;
	font-size: 16px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	height: 39px;
	outline: none;
	border: 1px solid #999999;
	border-radius: 100px;
	background-color: #ffffff;
	padding-left: 10px;
	padding-right: 0px;
}

input[name="submit"] {
	width: 120px;
	background: url(images/submit_arrow.png) no-repeat right #fff;
	background-position-x: calc(100% - 15px);
	padding-left: 15px;
	padding-right: 0px;
	border: 2px solid #0571c6;
	border-radius: 100px;

-webkit-transition-duration: 0.3s;
-moz-transition-duration: 0.3s;
-o-transition-duration: 0.3s;
-ms-transition-duration: 0.3s;
transition-duration: 0.3s;
}

input[name="submit"]:hover {
	color: #ffffff;
	background: url(images/submit_arrow_over.png) no-repeat right #0571c6;
	background-position-x: calc(100% - 15px);
	border: 2px solid #0571c6;
}

select[name="CE"], input[name="keyword"] {
	font-family: 'Futura_Book', sans-serif;
	font-size: 14px;
	color: #000000;
	font-weight: normal;
	text-align: left;
	width: 270px;
}










/*---- drop-down and checkbox selectors styles ends here ------*/




/*---- zebra styles starts here ------*/


table.n03_pc tr:nth-child(2n+1), table.n03_pc td.spacer, table.n03_pc td.last_rule, table.n03_pc td.poweredby {
	background: #ffffff;
}

table.n03_pc tr:nth-child(2n+4) {
	background: #f5f5f5;
}





table.n03_mob tr:nth-child(4n+3), table.n03_mob tr:nth-child(4n+4) {
	background: #f5f5f5;
}




/*---- zebra styles ens here ------*/



/*---- SENS pop-up styles starts here ------*/

body.sens	{
	margin-top: 20px;

}


.sens_head {
	font-size: 24px;
	color: #0571c6;
	text-align: left;
	text-transform: uppercase;
	height: 24px;

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

	padding-left: 20px;

	padding-bottom: 10px;
	border-bottom: solid #2a2a2a 1px;

}

.sens_body {
	text-align: justify;
	line-height: 28px;
	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 ------*/


@media only screen and (max-width: 700px) {
	

.pc_view, .sharepc
{
display:none;
}
.mob_view, .sharemob
{
display:inline;
}

.BodyPc
	{
		display:none;
	}
	.BodyMob
	{
		display:inline;
	}
.div_period_wrap {
width:542;
overflow:hidden;
}
.div_date_from {
	width:277;
	overflow:hidden;
	float:none;
}

.div_date_to {
	width:290;
	overflow:hidden;
	float:none;
	margin-left:0px;
}
.labelTo
{
	padding-right:0px;
}
.labelFrom
{
	padding-right:18px;
}
.div_search_button {
	margin-left:140px;
	
}
#month1,#month2
{
	margin-right:0px;
}
.alignT
{
	padding-right:30px;
}
	
}


/*----------	PC size    ---------*/		

#n03_pc {
	display: block;
}

#n03_mob {
	display: none;
}


/*----------	Mob size    ---------*/		
		
@media only screen and (max-width: 680px) {

#n03_pc {
	display: none;
}

#n03_mob {
	display: block;
}