body{
	margin: 0;
}
#widget-votos-impeachment, #widget-votos-impeachment *{
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
	transition: all 0.1s ease;
}
#widget-votos-impeachment{
	width: 100%;
	max-width: 900px;
	height: auto;
	overflow: hidden;
	margin: 0 auto;
	-webkit-box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);
	-moz-box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);
	box-shadow: 1px 6px 18px -4px rgba(102,102,102,1);
}
#nome-votacao{
	width: 26.4%;
	padding: 1.8%;
	background: #323232;
	float: left;
	height: 100px;
}
#nome-votacao .titulo{
	font: 32px/23px 'OGloboCondensedSemibold', Arial, Tahoma;
	color: #fff;
	text-transform: uppercase;
	margin-bottom: 9px;
}
#nome-votacao .nome{
	font: 22px/22px 'OGloboCondensedRegular', Arial, Tahoma;
	color: #fff;
	text-transform: uppercase;
}
.categoria{
	width: 14.6%;
	float: left;
	height: 100%;
	border-right: 1px solid #DFDFDF;
	height: 100px;
	text-align: center;
}
.categoria:nth-of-type(1) h1{
	background: #326EB4;
}
.categoria:nth-of-type(2) h1{
	background: #D81111;
}
.categoria:nth-of-type(3) h1{
	background: #A2A2A2;
}
.categoria:nth-of-type(4) h1{
	background: #656565;
}
.categoria:nth-of-type(1) .valor{
	color: #326EB4;
}
.categoria:nth-of-type(2) .valor{
	color: #D81111;
}
.categoria:nth-of-type(3) .valor{
	color: #A2A2A2;
}
.categoria:nth-of-type(4) .valor{
	color: #656565;
}
.categoria h1{
	margin: 0;
	padding: 1px;
	font: 30px/30px 'OGloboCondensedBold', Arial, Tahoma;
	color: #fff;
	text-transform: uppercase;
}
.categoria .valor{
	font: 60px/44px 'OGloboCondensedBold', Arial, Tahoma;
}
.votos-necessarios{
	width: 100%;
	height: auto;
	overflow: hidden;
	font: 15px/24px 'OGloboCondensedRegular', Arial, Tahoma;
	color: #326EB4;
	text-transform: uppercase;
}
.votos-necessarios-mobi{
	padding: 5px 9px;
	background: #F2F2F2;
	display: none;
}
.votos-necessarios-mobi .quad{
	width: 10px;
	height: 10px;
	background: #326EB4;
	display: inline-block;
	margin-right: 5px;
}
.votos-necessarios span{
	font-family: 'OGloboCondensedMedium', Arial, Tahoma;
}
#votos-computados{
	width: 15.2%;
	height: 100px;
	padding: 0.9% 5px 0;
	float: left;
	background: #EEEEEE;
	text-align: center;
}
#votos-computados .titulo{
	font: 16px/14px 'OGloboCondensedSemibold', Arial, Tahoma;
	color: #666666;
	text-transform: uppercase;
}
#votos-computados .total{
	font: 26px/14px 'OGloboCondensedBold', Arial, Tahoma;
	color: #666;
	margin: 10px 0;
}
#votos-computados .alterada-em{
	font: 15px/14px 'OGloboCondensedRegular', Arial, Tahoma;
	color: #999999;
}
#votos-computados .link {
    font: 15px/14px 'OGloboCondensedMedium', Arial, Tahoma;
    color: #326EB4;
    display: inline-block;
    vertical-align: middle;
    padding: 0 5px;
}


	#nome-votacao .titulo{
		font-size: 26px;
		line-height: 27px;
	}


	.categoria h1{
		font-size: 25px;
	}
	.categoria .valor{
		font-size: 50px;
	}


	#votos-computados{
		padding-top: 0.6%;
	}




	#nome-votacao .titulo{
		font-size: 20px;
		line-height: 34px;
	}
	#nome-votacao .nome{
		font-size: 18px;
	}
	.categoria h1{
		font-size: 21px;
	}
	.categoria .valor{
		font-size: 44px;
		line-height: 40px;
	}
	.categoria .votos-necessarios{
		font-size: 15px;
		line-height: 12px;
	}


	#nome-votacao{
		width: 100%;
		padding: 10px;
		text-align: center;
		height: auto;
	}
	#nome-votacao .titulo{
		font-size: 26px;
		line-height: 20px;
	}
	#nome-votacao .nome{
		font-size: 17px;
		line-height: 20px;
	}
	.categoria{
		width: 25%;
		height: auto;
	}
	.categoria:last-child{
		border-right: 0;
	}
	.categoria h1{
		font: 15px/15px 'OGloboCondensedSemibold', Arial, Tahoma;
		padding: 4px 0;
	}
	.categoria .valor{
		font-size: 40px;
		line-height: 40px;
		padding: 5px 0;
	}
	#votos-computados{
		width: 100%;
		background: #323232;
		height: auto;
		padding: 8px 0;
	}
	#votos-computados .titulo,
	#votos-computados .total{
		font-size: 14px;
		line-height: 14px;
		font-family: 'OGloboCondensedSemibold', Arial, Tahoma;
		color: #BBBBBB;
		display: inline-block;
		vertical-align: middle;
		margin: 0;
	}
	#votos-computados .alterada-em{
		color: #999999;
		font-size: 14px;
		line-height: 14px;
		display: inline-block;
		vertical-align: middle;
		margin-left: 5px;
	}
	.categoria .votos-necessarios{
		display: none;
	}
	.votos-necessarios-mobi{
		display: block;
	}






