@import "../../../css/chart-v2.0.css";
@font-face {
    font-family: "newsGothic_light";
    src: url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot?#iefix");
    src: url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot?#iefix") format("eot"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.woff") format("woff"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.ttf") format("truetype"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.svg#NewsGothicBT-Light") format("svg");
}

@font-face {
    font-family: 'newsgoth_dm_btdemi';
	src: url("fonts/NewsGothicBT-Demi/newsgothicbt-demi-bt-webfont.eot?#iefix");
    src: url("fonts/NewsGothicBT-Demi/newsgothicbt-demi-bt-webfont.eot?#iefix") format("eot"),
         url("fonts/NewsGothicBT-Demi/newsgothicbt-demi-bt-webfont.woff") format("woff"),
		 url("fonts/NewsGothicBT-Demi/newsgothicbt-demi-bt-webfont.woff2") format("woff2"),
         url("fonts/NewsGothicBT-Demi/newsgothicbt-demi-bt-webfont.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
}


@font-face {
  font-family: 'icomoon';
  src:  url('fonts/icomoon/icomoon.eot?bps04p');
  src:  url('fonts/icomoon/icomoon.eot?bps04p#iefix') format('embedded-opentype'),
    url('fonts/icomoon/icomoon.ttf?bps04p') format('truetype'),
    url('fonts/icomoon/icomoon.woff?bps04p') format('woff'),
    url('fonts/icomoon/icomoon.svg?bps04p#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
}

@font-face {
    font-family: 'icomoons';
    src:    url('fonts/icomoon-arrow/icomoon.eot?tl0bzb');
    src:    url('fonts/icomoon-arrow/icomoon.eot?tl0bzb#iefix') format('embedded-opentype'),
        url('fonts/icomoon-arrow/icomoon.ttf?tl0bzb') format('truetype'),
        url('fonts/icomoon-arrow/icomoon.woff?tl0bzb') format('woff'),
        url('fonts/icomoon-arrow/icomoon.svg?tl0bzb#icomoon') format('svg');
    font-weight: normal;
    font-style: normal;
}

[class^="icon-"], [class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

/*.icon-down:before*/
.icon-down::before {
  content: "\e900";
  font-family: 'icomoon' !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;

  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-db-calender:before {
  content: "\e901";
}
.icon-db-download:before {
  content: "\e902";
}
.icon-db-print:before {
  content: "\e903";
}



body {
	color: #333333;
	font-family: "newsGothic_light";
	font-size:17px;
	background-color: #fff;
}

.clear {
    clear: both;
    display: block;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
    width: 0 !important;
}

#footer, 
#bottom, 
#chart-wrapper, 
#top, #chart, 
#chartexport, 
#news-information, 
#range-input, 
#range-input, 
#range-selector, 
#chart-footer{
 border-width: 0;
}
#chart-wrapper{
	padding: 0px 8px;
	}

.pika-table abbr {
	cursor: default;
}
#range-selector ul {
	/* background-color: #eeeeee; */
}
/*#range-selector ul:hover {
  background-color: #c2c2c2;
}*/
#navigation li{
 background: #eee !important;
}
#navigation li:active{
 background: #f00 !important;
}
#navigation li:hover{
 background: #fff !important;
}
#navigation a {
	margin-right: 0px !important;
	background: #eee !important;
}
#navigation .active a {
    background: #fff !important;
}


#error-wrapper {
	display: none;
}
#chart-footer > div:nth-child(2), #chart-footer > div:nth-child(3n+5), #chart-footer > div:nth-child(2n+2) {
	padding-right: 0 !important;
}
#chart-footer {
	padding: 0.4em 0.95em;
}
#chart-footer > div {
	padding-right: 0 !important;
}
/*input[type="checkbox"] + label::before {
	bottom: -1px;
}*/
body #wrapper {
	color: #333333;
	font-size: 15px;
	margin-bottom: 25px;
	max-width: 100%;
}
body #wrapper.first {
	color: #333333;
	font-size: 15px;
	margin-bottom: 0px;
	max-width: 100%;
}

body #wrapper .dropdown select.benchmark-select{
	color: #333333;
	border-color: #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
body #wrapper .dropdown select {
	color: #333333;
	padding-left: 10px;
}
/* body #wrapper #range-selector a {
    background: transparent;
    border-color: #ccc;
    color: #333333; }
    body #wrapper #range-selector a:hover {
      background: transparent;
      color: #e60000; }
  body #wrapper #range-selector .active a, body #wrapper #range-selector .active a:hover {
    background: transparent;
    border-color: #e60000;
    color: #e60000; }*/
body #wrapper #range-input .submit {
	width: auto;
	color: #000;
	background-color: transparent;
	line-height: 31px;
}
body #wrapper #range-input .submit:hover {
	background-color: transparent;
	text-decoration: underline;
}
body #wrapper #chartexport a {
	background-color: transparent;
}
body #wrapper #chartexport a:hover {
	background-color: transparent;
}
body #wrapper #news-information .news-option label {
	color: #000;
}
body #wrapper #news-information .news-option label:hover {
	color: #000;
	text-decoration: underline;
}
body #wrapper #news-information .news-option label:hover:before {
	text-decoration: none;
}
body #wrapper #chart-footer .history-download a {
	background-color: transparent;
	padding-left: 0;
}
body #wrapper #chart-footer .history-download a:hover {
	background-color: transparent;
}
body #wrapper #chart-footer .history-download a:hover span {
	text-decoration: underline;
}
body #wrapper .history-download {
	display: block !important;
}
.fa-lg {
    font-size: 1.33333em;
    line-height: 0.75em;
    vertical-align: -38%;
}
@media only screen and (min-width: 715px) {
	body #wrapper #range-selector ul {
		display: table;
		table-layout: fixed;
	}
	body #wrapper #range-selector ul li {
		width: auto;
		display: table-cell;
		float: none;
	}
}
/*@media only screen and (min-width: 676px) {
  }*/

#wrapper {
	border: none;
}
#news-information .news-icons .news-icon {
	border: 1px solid #666a6c;
	color: #666a6c;
}
.top-company-info{
    font-weight: bold;
    width: 50%;
    float: left;
}
.top-share-info{
	float: right;
	width:100px;
	height:80px;
}
	
#range-selector a {
	color: #000;
	background-color: #FFFFFF;
	border: 1px solid #000099;
	transition: none;
}
#range-selector a:hover {
	background: #000099;
	color:#FFF;
}
#range-selector .active a {
	background: #000099;
	color:#FFF;
}
.dropdown {
	border: 1px solid #000099;
	color: #000000;
}
select {
	color: #000000;
}

#top-table tr.row1 td.col2 {
    text-align: left ;
}



#top-table tr.row2 td {
	padding-top: 2px;
}
#top-table .row1 td.col1{
	font-size: 14px;
}
#top-table .row2 td{
	font-size: 18px;
	line-height: 19px;
}
#top-table tr.row2 .col1, #top-table tr.row2 .col3{
	padding-right: 8px;
}


#bottom-table thead tr:last-child th, .bottom-table thead tr:last-child th, #bottom-table td, .bottom-table td {
	border-bottom: 1px solid #666a6c;
	font-size: 12px;
}
#bottom-table th, .bottom-table th {
	font-size: 12px;
}
#bottom-table tr.row1 th.col5 {
	text-align: center;
}
.history-download {
	clear: both!important;
}

.pika-button:hover {
	color: #fff !important;
	background: #c2c2c2 !important;
}
.is-today .pika-button {
	color: #666a6c;
}
.is-selected .pika-button {
	background: #666a6c;
	box-shadow: none;
	color: #fff;
}
#chart-info {
	padding-right: 10px;
	font-size: 16px;
}
#info-footer{
	float: left;
	font-size: 16px;
}
#info-disclaimer {
	display: none!important;
}
.dropdown select {
	padding: 0;
	height: 34px;
	font-size: 15px;
	font-family: 'newsGothic_light';
}
#range-input .range-wrap input {
	font-family: 'newsGothic_light';
	font-size: 15px;
}
#chartexport {
	width: 153px;
	float: right;
	border-left: 0;

}
#range-input .range-wrap .calendar-icon {
	bottom: 8px;
}
#chartexport a {
	padding: 5px 7px 5px 10px;
}
#news-information {
	width: auto;
	border-right: 0 none;
}
#chart-footer .history-download .select-format {
	display: none;
}
#chart {
/*	background: #fff url("images/logo.png") no-repeat scroll 48.7% 35%;/*background-size: 325px;*/}
#bottom-table td::before, .bottom-table td::before {
	color: #333333;
	font-size: 12px;
}
@media (max-width: 1000px) {
.history-download {
	display: none!important;
}
}

@media (max-width: 917px) {
	#top-table .row1 {
		width: auto;
	}
	#top-table tr.row2 td {
		width: auto;
	}
}

@media (max-width: 498px){
	#top-table .row2 td {
    font-size: 15px;
}
}
@media (max-width: 480px){
	#top .top-share-info {
		clear: none;
		display: block;
		float: right;
	}
	#top-table tr.row2 td{
		padding-right: 8px;
	}
	#top-table tr.bond td.col1 {
	  text-align: left;
	}
	#top-table .row1 td.col1 {
	  text-align: right;
	}
	#top-table tr.bond td.col2 {
		text-align: right;
	}
}

@media (min-width: 480px) {
	#range-selector .active a {
		/*color: #000000;*/
	}
	#range-selector li:last-child a {
		margin: 0 2px 2px 0;
	}
	#top-table .row2 td{
		font-size: 16px;
	}
	#top-table tr.row2 .col1, #top-table tr.row2 .col3 {
		padding-right: 8px;
		padding-left: 11px;
		 padding-top: 2px;
	}
}

@media (max-width: 470px){
	.dropdown select{font-size:12px;
	padding-left: 0px !important;	}
}
@media (max-width: 360px){
	.dropdown select{font-size:10px;
	padding-left: 0px !important;	}
}
@media (max-width: 420px) {
.top-info{
	font-size: 13px;
	}
	#top-table .row2 td{font-size:14px;}
}
@media (max-width: 360px){
	#top-table .row2 td{font-size:12px;}
}
@media (max-width: 320px) {
.dropdown {
	width: 97%;
}
}
@media (max-width: 600px) {
#bottom-table table tr:nth-child(even) td {
	background: #f5f5f5;
}
body #wrapper{
	width: 600px;
}
#range-input .submit{
	margin-left: 5px;
	}
}
#top{
	 border-width: 0 0 !important;
	 padding:10px 0 0 0;
}

#range-selector,
#range-input,
#news-information,
#chartexport,
#chart,
#chart-footer,
#bottom,
#footer{
	border-width: 0 0 !important;
    padding: 0.8em 0 !important;
}

#chart-footer h3 {
    color:#000099;
}
/*
@import "../../../css/chart-v2.0.css";
@font-face {
    font-family: "newsGothic_light";
    src: url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot?#iefix");
    src: url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.eot?#iefix") format("eot"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.woff") format("woff"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.ttf") format("truetype"),
         url("fonts/NewsGothicBT-Light/NewsGothicBT-Light.svg#NewsGothicBT-Light") format("svg");
}
body {
	color: #333;
	font: 1em/1.22 "newsGothic_light";
	background-color: #fff;
}*/

.clear {
    clear: both;
    display: block;
    height: 0 !important;
    overflow: hidden;
    visibility: hidden;
    width: 0 !important;
}

#footer, 
#bottom, 
#chart-wrapper, 
#top, #chart, 
#chartexport, 
#news-information, 
#range-input, 
#range-input, 
#range-selector, 
#chart-footer{
 border-width: 0;
}
#chart-wrapper{
	padding: 0px;
	}

.pika-table abbr {
	cursor: default;
}
#range-selector ul {
/*	background-color: #eeeeee;
*/}
/*#range-selector ul:hover {
  background-color: #c2c2c2;
}*/
#navigation li{
 background: #eee !important;
}
#navigation li:active{
 background: #f00 !important;
}
#navigation li:hover{
 background: #fff !important;
}
#navigation a {
	margin-right: 0px !important;
	background: #eee !important;
}
#navigation .active a {
    background: #fff !important;
}
#chart-footer > div:nth-child(3n+4) {
    clear: none;
}
#chart-footer > div {
    padding-right: 0.25em;
    width: 25%;
}
#error-wrapper {
	display: none;
}
#chart-footer > div:nth-child(2), #chart-footer > div:nth-child(3n+5), #chart-footer > div:nth-child(2n+2) {
	padding-right: 0 !important;
}
#chart-footer > div:nth-child(2n+2) {
    padding-left: 0.25em;
    padding-right: 0;
}
#chart-wrapper #chart-footer {
	padding: 0.4em 0.95em;
	padding-top: 1.96em !important;
	padding-bottom: 2.01em!important;
}
@-moz-document url-prefix() { 
  #chart-wrapper #chart-footer{
     padding-top:1.8em !important;
     padding-bottom: 1.95em!important;
  }
}

#chart-footer > div {
	padding-right: 0 !important;
}
input[type="checkbox"] + label{
	padding-left: 0;
}
input[type="checkbox"] + label::before {
	content: "\f096";
	border: 1px solid #666a6c;
    display: inline-block;
    height: 17px;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    top: -1px;
    bottom: 0;
    width: 17px;
    color: transparent;
}
input[type="checkbox"]:checked + label::before {
    content: "\f00c";
    border: 1px solid #666a6c;
    display: inline-block;
    height: 17px;
    line-height: 15px;
    margin-right: 10px;
    position: relative;
    width: 17px;
    top: -1px;
    bottom: 0;
    color: #666a6c;
}
body #wrapper {
	color: #333333;
	font-size: 15px;
	margin-bottom: 58px;
	max-width: 100%;

}
 @-moz-document url-prefix() { 
 body #wrapper{
     margin-bottom: 57px;
  }
} 
body #wrapper.first {
	color: #333333;
	font-size: 15px;
	margin-bottom: 0px;
	max-width: 100%;

}

body #wrapper .dropdown select.benchmark-select{
	color: #333333;
	border-color: #ccc;
	white-space: nowrap;
	overflow: hidden;
	text-overflow: ellipsis;
	
}
body #wrapper .dropdown select {
	color: #333333;
	padding-left: 10px;
}
#wrapper.bottom_table h2{
		margin-bottom: 9px;
}
 @-moz-document url-prefix() { 
  #wrapper.bottom_table h2{
    margin-bottom: 10px;
} 
}
/* body #wrapper #range-selector a {
    background: transparent;
    border-color: #ccc;
    color: #333333; }
    body #wrapper #range-selector a:hover {
      background: transparent;
      color: #e60000; }
  body #wrapper #range-selector .active a, body #wrapper #range-selector .active a:hover {
    background: transparent;
    border-color: #e60000;
    color: #e60000; }*/
body #wrapper #range-input .submit {
	width: auto;
	color: #fff;
	background-color: #009;
	border: 1px solid #009;
	width: 87px;
}
body #wrapper #range-input .submit:hover {
	background-color: transparent;
	text-decoration: none;
	color: #009;

}
body #wrapper #chartexport a {
	background-color: transparent;
}
body #wrapper #chartexport a:hover {
	background-color: transparent;
}
body #wrapper #news-information .news-option label {
	color: #000;
}
body #wrapper #news-information .news-option label:hover {
	color: #000;
	text-decoration: underline;
}
body #wrapper #news-information .news-option label:hover:before {
	text-decoration: none;
}
body #wrapper #chart-footer .history-download a {
	background-color: transparent;
	padding-left: 0;
	padding-top: 0px;
}
body #wrapper #chart-footer .history-download a:hover {
	background-color: transparent;
}
body #wrapper #chart-footer .history-download a:hover span {
	text-decoration: underline;
}
body #wrapper .history-download {
	display: block !important;
}
@media only screen and (min-width: 715px) {
	body #wrapper #range-selector ul {
		display: table;
		table-layout: fixed;
	}
	body #wrapper #range-selector ul li {
		width: auto;
		display: table-cell;
		float: none;
	}
}
/*@media only screen and (min-width: 676px) {
  }*/

#wrapper {
	border: none;
}
#news-information .news-icons .news-icon {
	border: 1px solid #666a6c;
	color: #666a6c;
}
.top-company-info{
    font-weight: normal;
    width: 50%;
    float: left;
}
.top-share-info{
	float: right;
	}
	
#range-selector a {
	font-family: "newsGothic_light";

	color: #333333;
	font-size:18px;
	background-color: #eee;
	border: 1px solid #c2c2c2;
	margin: 0;
}
#range-selector a:hover {
	background: #eee;
	color:#000099;
}
#range-selector .active a {
	background: #FFFFFF;
	color:#000099;
	border-bottom: none;
}
.dropdown {
	border: 1px solid #000099;
	color: #000000;
}
select {
	color: #000000;
}

#top-table tr.row1 td.col2 {
    text-align: left ;
}



#top-table tr.row2 td {
	padding-top: 2px;
}
#top-table .row1 td.col1{
	font-size: 14px;
}
#top-table .row2 td{
	font-size: 18px;
	line-height: 19px;
}
#top-table tr.row2 .col1, #top-table tr.row2 .col3{
	padding-right: 8px;
}


#bottom-table thead tr:last-child th, .bottom-table thead tr:last-child th, #bottom-table td, .bottom-table td {
	border-bottom: 1px solid #666a6c;
	font-size: 12px;
}
#bottom-table th, .bottom-table th {
	font-size: 12px;
}
#bottom-table tr.row1 th.col5 {
	text-align: center;
}
#chart-footer .history-download {
	clear: both!important;
	margin-top: 46px;
	padding-bottom: 4px;
}
 @-moz-document url-prefix() { 
  #chart-footer .history-download{
    margin-top: 44px;
  }
} 
i.slightarrow{
	font-size: 19px;
	position: relative;
    top: 5px;
}
.alteration-down {
	color: #E10016;
}
.alteration-up {
	color: #51AF31;
}
.alteration-equal {
	color: #666a6c;
}
.pika-button:hover {
	color: #fff !important;
	background: #c2c2c2 !important;
}
.is-today .pika-button {
	color: #666a6c;
}
.is-selected .pika-button {
	background: #666a6c;
	box-shadow: none;
	color: #fff;
}
#chart-info {
	padding-right: 10px;
	font-size: 14px;
}
#info-footer{
	float: left;
	font-size: 14px;
}
#info-disclaimer {
	display: none!important;
}
.dropdown select {
	padding: 0;
	height: 34px;
	font-size: 15px;
	font-family: 'newsGothic_light';
}
#range-input .range-wrap{
	line-height: 12px;
}
#range-input .range-wrap input {
	font-family: 'newsGothic_light';
	font-size: 15px;
	border: 1px solid #7a7a7a;
}

#range-input .range-wrap input:hover {
		border: 0.5px solid #7a7a7a;
}


#chartexport {
	width: 153px;
	float: right;
	border-left: 0;

}
#range-input .range-wrap .calendar-icon {
	bottom: 8px;
}
#chartexport a {
	padding: 5px 7px 5px 10px;
}
#news-information {
	width: auto;
	border-right: 0 none;
}
#chart-footer .history-download .select-format {
	display: none;
}
#chart {
/*	background: #fff url("images/logo.png") no-repeat scroll 48.7% 35%;/*background-size: 325px;*/}
#bottom-table td::before, .bottom-table td::before {
	color: #333333;
	font-size: 12px;
}
@media (max-width: 1000px) {
.history-download {
	display: none!important;
}

}
@media (min-width: 1000px) {
#top-table tr.row2 .col1 {
    margin-left:0 !important;
    padding-left: 0;
}
}
@media (max-width: 1024px) {
#top-table .row1 {
    width: auto;
}
#top-table tr.row2 td {
    width: auto;
}
}

@media (max-width: 479px){
	#top .top-share-info {
    clear: none;
    display: block;
    float: right;
}
#top-table tr.row2 td{
	padding-right: 8px;
	font-size: 14px;
	text-align: left;
	}
#top-table tr.bond td.col1 {
  text-align: left;
}
	#top-table .row1 td.col1 {
  text-align: left;
  font-size: 13px;
}
#top-table tr.bond td.col2 {
    text-align: right;
}
}

 @media (min-width: 481px) {
#range-selector .active a {
	/*color: #000000;*/
}
#range-selector li:last-child a {
	margin: 0 2px 2px 0;
}
#top-table .row2 td{
	font-size: 15px;
}
#top-table tr.row2 .col1, #top-table tr.row2 .col3 {
    padding-right: 8px;
    padding-left: 11px;
     padding-top: 2px;
}
}


@media (max-width: 470px){
	.dropdown select{font-size:12px;
	padding-left: 0px !important;	}
}
@media (max-width: 360px){
	.dropdown select{font-size:10px;
	padding-left: 0px !important;	}
}
@media (max-width: 420px) {
.top-info{
	font-size: 13px;
	}
	#top-table .row2 td{font-size:14px;}
}
@media (max-width: 360px){
	#top-table .row2 td{font-size:12px;}
}
@media (max-width: 320px) {
.dropdown {
	width: 97%;
}
}
@media (max-width: 600px) {
#bottom-table table tr:nth-child(even) td {
	background: #f5f5f5;
}
#chart-footer > div{
	width: 50%;
}
#range-input .submit{
	margin-left: 0;
	}
}
#top{
	 border-width: 0 0 !important;
}

#range-selector,
#range-input,
#news-information,
#chartexport,
#chart,
#chart-footer,
#bottom,
#footer{
	border-width: 0 0 !important;
    padding: 0.8em 0 !important;
}
#range-selector{
	padding-top:25px !important;
}

#chart-footer h3 {
	font-family: 'newsgoth_dm_btdemi';
    color:#000099;
	font-size:18px;
	margin-bottom: 0.65em !important;
}
 @-moz-document url-prefix() { 
  #chart-footer h3{
     margin-bottom: 0.7em !important;
  }
} 
#range-input .title {
    display: block;
    font-weight: normal;
	font-family: 'newsgoth_dm_btdemi';
    color:#000099;
	font-size:18px;
}
strong {
    font-weight: normal;
}
#top-table .row1 {
    width: 50%;
}
#top-table tr.row2 .col1{
	padding-left:0;
	margin-left:4%;
}

.selectric{
	background:none;
    border: 1px solid #000099;
    color: #000000;
	border-radius:0;
}
.selectric .label {
    color: #000000;
}

.selectric .button{ }
.selectric .button i{ }

/*.selectric .button i.fa-caret-down::before {
	color:#000;
	content: "\e900";
	font-family: 'icomoon' !important;
	speak: none;
	font-style: normal;
	font-weight: normal;
	font-variant: normal;
	text-transform: none;
	line-height: 1;*/
	
	/* Better Font Rendering =========== 
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}*/
.tble .slightarrow .alteration-down:before {
    content: "\e902";
    font-family: 'icomoons';
}
.tble .slightarrow .alteration-equal:before {
    content: "\e901";
    font-family: 'icomoons';
}
.tble .slightarrow .alteration-up:before {
    content: "\e904";
    font-family: 'icomoons';
}

@media (min-width: 481px) and (max-width: 577px) {
	#top-table .row1 {
    width: 38%;
		}
	#top-table .row2 {
    width: 60%;
		}
}
@media (min-width: 640px) and (max-width: 715px) {
	body #wrapper #range-selector ul li {
		border: medium none;
		float: left;
		width: 12.5%
	}
	body #wrapper #range-selector ul li a{
		font-size:16px;
	}
}