.regulamento strong{
	color: #656565;
}
.Home .toptools{
	display:none;
}
.edit img{
	width: auto!important;
}

.smbLightOverlayWrapper.modern.smbPlus > .itemTitle{
	font-family: 'Adobe Garamond Pro'!important;
}

table.default {
	/*font-size:12px;*/
	color:#222;
	width:100%;
	border-width: 1px;
	border-color: #736D5F;
	border-collapse: collapse;
	text-align:left;
}
table.default th {
	font-size:13px;
	font-weight:600;
	background-color:#736D5F;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #736D5F;
	color:#fff;

}
table.default tr {
	background-color:transparent;
}
table.default td {
	font-size:13px;
	border-width: 1px;
	padding: 8px;
	border-style: solid;
	border-color: #736D5F;
}
table.default ul{
	margin-bottom: 15px;
}
table.default li{
	margin-bottom: 11px;
}
table.default li li {
	margin-bottom: 3px;
}

.videoWrapper {
	position: relative;
	padding-bottom: 56.25%; /* 16:9 */
	padding-top: 25px;
	height: 0;
	margin-bottom: 20px;
}
.videoWrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
