 /* Для страниц с обзором ЧА*/
 .champ{

 }

 .champ table {
 	font-size: 16px !important;
 	line-height: 20px !important;
 }

 .champ .date {
 	font-size: 14px !important;
 }

 .champ table th {
 	padding: 10px !important;
 	min-height: 50px !important;
 }

 .champ a {
 	color: #3ba1da !important;
 }

 .text-danger {
    color: #632423 !important;
}

.text-success {
    color: #236324 !important;
}

.textalign-center {
	text-align: center !important;
}

.aligncenter {
	display: block !important;
    margin-left: auto !important;
    margin-right: auto !important;
}

.champ-overview a {
	color: #0a5aa0 !important;
}

.champ-overview table {
	font-size: 14px !important;
}

.champ-overview table>thead>tr>th,
.champ-overview table>tbody>tr>th {
	padding: 8px !important;
	background-color: transparent !important
}

.champ table>thead>tr>th,
.champ table>tbody>tr>th {
	background-color: transparent !important
}

.champ-overview table>tbody {
	color: #000 !important;
}

.champ-overview h3,
.champ h3 {
	font-size: 1.4em !important;
}

.champ table, .champ-overview table {
	background-color: transparent !important
}

.champ .clan-winner, .champ-overview .clan-winner {
	background-color:#dff0d8 !important;
}

.champ .clan-fail, .champ-overview .clan-fail {
	background-color:#f2dede !important;
}

.champ .clan-neutral, .champ-overview .clan-neutral {
	background-color:#eee !important;
}