/* MOVES PAGE *****************************************************************/

.moves-title-date, .moves-title-time {
	color: #255680
}
.moves-table-set td {
	font-size: 1em;
}

.moves-table-set th {
	background: #eee;
}

.moves-table-set h3 {
	color: #255680;
	font-size: 1.2em;
	margin: 0;
	font-weight: bold;
}

.moves-table-set a {
	color: #255680;
}


/* SM ***/
@media screen and (min-width: 576px) {
	.moves-table-set td {
		font-size: 1.1em;
	}
}

/* MD ***/
@media screen and (min-width: 768px) {
}

/* LG ***/
@media screen and (min-width: 992px) {
}


/* XL ***/
@media screen and (min-width: 1200px) {
}

/* TINY ***/
@media screen and (max-width: 320px) {
}