body{
	background-color: #ff0000;
}

.tab{
	border-bottom: 50px solid #ff0000;
}

.match {
    background: #2f45b2;
}

.btn-red {
    background: #2f45b2;
}

.bg-color-red {
    background-color: #2f45b2 !important;
}

footer, #partner{
	background-color: #1b2762;
}

.ui-tabs-active {
    background: #2f45b2 !important;
}

#v-tabs ul > li:hover, .ui-tabs-active {
    background: #2f45b2 !important;
}