/*
 Theme Name: Enquetes APP Você na RPC
 Author: RPC - Afiliada Globo Paraná
 Author URI: https://redeglobo.globo.com/rpc/
 Version: 0.1.1
 */
 body{
	margin: 0;
	padding: 0px;
	font-family: 'Open Sans', sans-serif;
	font-size: 16px;
	font-size: 16px;
	font-weight: 400;
	color: #434444;
	letter-spacing: -1px;
	overflow: hidden;
}

#container{
	height: 100vh;
	width: 100vw;
	overflow-y: scroll;
}
#content {
	padding: 15px;
}

strong { 
	color: #006497;
}