@import "../../../css/chart-v2.0.css";

body {
	color: #666a6c;
}

#wrapper{
	border: none;
}

#news-information .news-icons .news-icon{
	border: 1px solid #666a6c;
	color: #666a6c;
}

#range-selector a{
	color: #666a6c;
}

#range-selector a:hover{
	background: #cdd3d6;
}

#range-selector .active a{
	background: #00893d;
	color: #ffffff;
}


.dropdown{
	border: 1px solid #666a6c;
	color: #666a6c;
}

select{
	color: #666a6c;
}

#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;
}

.alteration-down{
	color: #777d7f;
}

.alteration-up{
	color: #00893d;
}

.alteration-equal{
	color: #666a6c;
}

.pika-button:hover{
	color:#fff!important;
	background:#00893d!important;
}

.is-today .pika-button{
	color: #00893d;
}

.is-selected .pika-button{
	background: #666a6c;
	box-shadow:none;
}

@media (min-width: 480px) {
	#range-selector a {
		border: 1px solid #666a6c;
	}
	#range-selector .active a{
		border: 1px solid #00893d;
	}
	#range-selector li:last-child a{
		margin: 0 2px 2px 0;
	}
}