.data {
	width:100%;
	margin:10px 0;
}
.data:first-child {
	margin-top:0;
}
.data th, .data td {
	padding:5px;
	text-align:left;
}
.data th {
	background:#333D5C;
	color:#fff;
}
.data td {
	background:#f1f1f1;
	border-top:3px solid #fff;
}
.data td a {
	color:#733D6E;
}
	.data td a:hover {
		color:#333D5C;
		text-decoration:underline;
	}

th.tal, td.tal {
	text-align:left;
}
th.tac, td.tac {
	text-align:center;
}
th.tar, td.tar {
	text-align:right;
}
	.tar img {
		float:right;
	}

.data td.red {
	background:#f00;
	color:#fff;
}
	.data td.red a {
		color:#fff;
	}

.data.mx3 tr th:nth-child(3),
.data.mx3 tr td:nth-child(3) {
	display:none;
}

.data.mx4 tr th:nth-child(4),
.data.mx4 tr td:nth-child(4) {
	display:none;
}

.data.mx5 tr th:nth-child(5),
.data.mx5 tr td:nth-child(5) {
	display:none;
}

@media only screen and (min-width: 481px) {
	.data tr th,
	.data tr td {
		display:table-cell !important;
	}
}

#quicksearch {
	width:140px;
	float:right;
}