
.text {
	width:100%;
	position:relative;
}

.text .central {
	overflow:hidden;
	margin-bottom:20px;
}

.text h1 {
	display:block;
	font-weight:normal;
	font-size:1.4em;
	text-transform:uppercase;
}

.text .page-title {
	display:block;
	font-weight:normal;
	font-size:1.6em;
	text-transform:uppercase;
	text-align:left;
	margin-bottom:40px;
}

table {
    color: #333;
}

table tr:nth-child(2n+1) {
    background-color: #e0e0e0;
}

table tr:nth-child(2n) {
    background-color: #f0f0f0;
}

table td {
    padding: 10px;
}

table a {
    color: #ED2E6E !important;
    margin: 0 !important;
}



/* RESPONSIVE */
@media only screen and (max-width: 1280px) {
	
}



@media only screen and (max-width: 992px) {
	
}



@media only screen and (max-width: 768px) {
	
}
