/* INDICES PAGE ***************************************************************/

.indices-title-date, .indices-title-time {
	color: #255680
}

.indices-table-set th {
	background: #eee;
}

.indices-table-set thead {
	white-space: nowrap;
}

.indices-full-names {
	text-align: center;
}

.indices-full-names span {
	font-size: 0.8em;
}

select.chart-btns  {
	padding: 0.31em 0.31em;
	position: relative;
	top: 0.1em;
}

/* SM ***/
@media screen and (min-width: 576px) {
	.top-buttons a.btn, .indices-full-names span {
		font-size: 0.9em;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {
	.top-buttons {
		text-align: center;
		margin-bottom: 0.5em;
	}
}

/* LG ***/
@media screen and (min-width: 992px) {
	.top-buttons {
		text-align: left;
		margin-bottom: 0em;
	}

	.indices-full-names {
		text-align: right;
	}
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}