body {

	color: #333;

	font-family: Calibri, 'Helvetica Neue', Helvetica, Arial, sans-serif;

}



.top {

	text-align: center;

}



.law_title {

	color: green;

	text-align: center;

	text-decoration: underline;

	font-weight: bold;

}



.law_disposition {

	color: blue;

	display: block;

	margin-left: 50%;

	text-align: justify;

}



.law_article {

	color: #fff;

	line-height: 1;

	display: inline;

	font-weight: bold;

	text-align: center;

	white-space: nowrap;

	padding: 0.2em 0.6em;

	border-radius: 0.25em;

	background-color: rgb(217, 83, 79);

}



.law_advice {

	color: red;

	

}



.law_coat_of_arms {

	height: 131px;

	width: 100%;

	background-image: url(../img/brasao_leis.jpg);

	background-repeat: no-repeat;

	background-position: center;

	/*background-color: #666;*/

	display: inline-block;

}



#revoking {
	color: blue;
	text-align: center;
	font-weight: bold;
}

.revoked>:not(#revoking) {
	text-decoration: line-through;
}