body, .general {
	background-color: transparent !important;
}

#mestre{
    width: auto;
    height: auto;
    margin: 20px auto 0px auto;
    z-index: 1;
}

.tab-score td{
    height:24px !important;
    color:#000;
}

.tabs {
	border: 1px solid #333;
	margin-bottom: 20px;
}

.muralTitulo { color:#FFF; font-size: 16px !important; padding: 20px 0 20px 0; width: 100%; text-align: center; } 
.mural { text-align: center; padding: 20px 0 20px 0; }
.mural p a { color:#000; font-size: 16px !important; }

.tab-links {
	display: inline-block;
	width: 100%;
}

.tab-links li {
	background-color: #555555;
	width: 33.33%;
	text-align: center;
}

.tab-links a {
	padding: 5px;
	font-size: 12px;
	display: block;
}

@media (max-width: 655px){
	.tab-links a {
		font-size: 8px;
	}
}

@media (min-width: 656px){
	.tab-links a {
		font-size: 10px;
	}
}

.tab-links li.active {
	background-color: #212121;
}

.logo-torneio {
	background-image: url(../img/logo.png?v=1.1);
	background-size: contain;
	background-position: center center;
	background-repeat: no-repeat;
	height: 150px;
}

.mural-titulo h3 {
	width: auto;
	margin: 58px 0;
	padding: 0;
}