body, td, a{
	font-family: "Roboto",sans-serif,Arial;
	font-size: 11px;
	color:#2c3e50;
	padding:0px;
	margin:0px;
  max-width: 100%;
}

#content{
  max-width: 100%;
	background-color: #FFFFFF;
	padding-top: 20px;
	padding-bottom: 10px;
 	padding-left: 10px;
	padding-right: 10px; 
}

#title{
	float: left;
	font-size: 16px;
	font-weight: bold;
	padding-bottom: 15px;
}

#link_light{
	float: right;
}

#link_light a{
	text-decoration: none;
}
#link_light a:hover{
   font-size: 11px;
   color: #9fb6bb;
   transition: color 0.2s ease 0s;
}

#ticker{
	float:left;
	font-family: "Roboto",sans-serif,Arial;
	font-size: 20px;
	font-weight: bold;
}

#date{
	float:right;
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 15px;
}
#select_period{
  display:none;
}
.break{
	clear:both;
}	
#quote_tab{
    display:table;
} 
#quote_tab2{
    display:none;
}
#quote_tab, #quote_tab2{
	background-color: white;
	width: 100%;
	border-spacing: 0px;
	border-collapse: collapse; 
}

#quote_tab td , #quote_tab2{
	font-weight: bold;
	text-align: center;
	height:25px;
}
#quote_tab2 div{
  border-bottom:1px solid #646464;  
  height:25px;
   padding-left: 5px;
}
#quote_tab .close , #quote_tab2 .close{ 
	font-family: "Roboto",sans-serif,Arial;;
	font-size: 20px;
	font-weight: bold;
}

#quote_tab .var_up , #quote_tab2 .var_up{
	font-family: "Roboto",sans-serif,Arial;;
	font-size: 14px;
	color:green;
}

#quote_tab .var_down , #quote_tab2 .var_down{
	font-family: "Roboto",sans-serif,Arial;;
	font-size: 14px;
	color:red;
}

#quote_tab .right_border{
	border-right: 1px solid #646464;
}

#quote_tab .top_border{
	border-top: 1px solid #646464;
}

#quote_tab .bottom_border{
	border-bottom: 1px solid #646464;
}

#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
background-color: #D3D5D8;
float: left;
width: 100%;
}

#navcontainer ul li { display: inline; }

#navcontainer ul li a
{
padding: 0.6em 0.618em;
background-color: #D3D5D8;
color: black;
font-weight: bold;
text-decoration: none;
float: left;
border-right: 1px solid #fff;
display: inline;
cursor: pointer;
}
@media (min-width: 768px){
  #navcontainer ul li a
  {
    padding: 0.6em 1.25em;
  }
}
@media (min-width: 992px){
  #navcontainer ul li a
  {
    padding: 0.6em 2.099em;
  }
}
@media (min-width: 1200px){
 #navcontainer ul li a
  {
    padding: 0.6em 2.885em;
  }
}
#navcontainer ul li a:hover
{
background-color: #2c3e50;
color: #ffffff;
}

#active,#active a
{
background-color: #2c3e50 !important;
color: #ffffff !important;
}

#source{
	font-weight: bold;
	vertical-align: bottom;
	padding-top: 10px;
	padding-bottom: 10px;
}

#comparisons{
	float: left;
	padding-top: 10px;
}

#download{
	text-align: right;
	padding-top: 10px;
	padding-bottom: 10px;
	float: right;
  background: url("img/link-title-beige.png") no-repeat scroll 0 3px rgba(0, 0, 0, 0);
}

#download a{
	font-weight: bold;
}
#download a:hover{
  color:#aa273e;
}
.title{
	font-weight: bold;
	padding-bottom: 10px;
}

#date_choice{
	z-index:2; 
	position:absolute; 
 
	height:120px; 
	border:solid 1px black; 
	background-color:lightgray;	
	margin-top: 45px;
}

#legend{
	z-index:1; 
	position:absolute; 
 	height:16px; 
	margin-top: 40px;
	margin-left: 5px;
	font-size: 10px;
}

#legend_volume{
	z-index:1; 
	position:absolute; 
 
	height:16px; 
	margin-top: 375px;
	margin-left: 10px;
}

#average{
	z-index:1; 
	position:absolute; 
	height:16px; 
	margin-top: 65px;
	margin-left: 10px;
}

.btn {
    background: none repeat scroll 0 0 #FFFFFF;
    border: 1px solid #2c3e50;
    color: #2c3e50;
    padding: 5px 7px;
    transition: all 0.2s linear 0s;
    cursor: pointer;
}
.btn:hover {
    background: none repeat scroll 0 0 #2c3e50;
    border: 1px solid #2c3e50;
    color: #FFFFFF;
    cursor: pointer;
}
.downloadFile{
   
    display: block;
    float: right;
    padding: 0 0 0 25px;
}
.select_p{
  display:none;
}
#date_choice select{
  border: medium none;
  padding: 3px;
}
@media (max-width:600px)  {  
#legend{
	margin-top: 53px;
	margin-left: 5px;
}
#average{
	margin-top: 70px;
	margin-left: 5px;
} 
iframe{
  margin-top: 20px;
}
#quote_tab{
    display:none;
}
   #quote_tab2{
    display:block;
    text-align: left;
    border:1px solid #646464; 
    height: 155px;
    margin-bottom: 10px;
}
  #navcontainer{
    border: 1px solid #646464;
}
#navcontainer ul
{
padding-left: 0;
margin-left: 0;
margin-bottom: 0;
background-color: #E5E5E5;
width: 85%;
z-index: 1000;
position: absolute;
}

#navcontainer ul li {display: none;  }
#navcontainer ul li#active {display: block;  height:30px}
#navcontainer ul li span
{
/*padding: 0.6em 0.9em; */
background-color: #E5E5E5;
color: black;
font-weight: bold;
text-decoration: none;
/*border-right: 1px solid #fff; */
display: none;
width: 100%;
z-index:1000;
cursor: pointer;
}
 
#navcontainer ul{
   display: none ;
}
 
.intra{
  display:none;
}
#quote_tab .var_up , #quote_tab2 .var_up{
 
	font-size: 11px;
  
}

#quote_tab .var_down , #quote_tab2 .var_down{
 
	font-size: 11px;
 
}

.select_p{
  display:block;
  width: 100%;
  height: 25px;
}
}