@import url(https://fonts.googleapis.com/css?family=Roboto:300);
body {
	background: #76b852; /* fallback for old browsers */
	background: -webkit-linear-gradient(right, #76b852, #8DC26F);
	background: -moz-linear-gradient(right, #76b852, #8DC26F);
	background: -o-linear-gradient(right, #76b852, #8DC26F);
	background: linear-gradient(to left, #76b852, #8DC26F);
	display: block;
	margin-left: auto;
	margin-right: auto;
	font-family: "Roboto", sans-serif;
	font-size: 30px;
	text-align: center;
	-webkit-font-smoothing: antialiased;
	-moz-osx-font-smoothing: grayscale;
}
#resultado {
	position: relative;
	z-index: 1;
	background: #CCCCCC;
	max-width: 720px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
form {
	position: relative;
	z-index: 1;
	background: #FFCC00;
	max-width: 720px;
	margin: 0 auto 100px;
	padding: 45px;
	text-align: center;
	box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.2), 0 5px 5px 0 rgba(0, 0, 0, 0.24);
}
input {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #FFFFFF;
	width: 100%;
	border: 0;
	margin: 0 0 0px;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	font-size: 12px;
}
.login {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	border: 30;
	margin: 0 0 15px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
	font-size: 30px;
}
select {
	font-family: "Roboto", sans-serif;
	outline: 0;
	background: #f2f2f2;
	width: 100%;
	border: 30;
	margin: 0 0 15px;
	padding: 15px;
	text-align: center;
	box-sizing: border-box;
	font-size: 20px;
}
#Entrar, #Votar {
	font-family: "Roboto", sans-serif;
	text-transform: uppercase;
	outline: 0;
	background: #4CAF50;
	width: 100%;
	border: 0;
	margin: 20px 0 15px;
	padding: 15px;
	color: #FFFFFF;
	font-size: 30px;
	-webkit-transition: all 0.3 ease;
	transition: all 0.3 ease;
	cursor: pointer;
}
#lista_atualiza_off {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	background: #4CAF50;
	position: relative;
	margin: 0px;
	padding: 15px 15px;
	white-space: nowrap;
	border-radius: 15px;
	font-size: 0px;
	width: 0px;
}
#lista_atualiza_on {
	text-decoration: none;
	display: inline-block;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	outline: none;
	background: #FF0000;
	position: relative;
	margin: 0px;
	padding: 15px 15px;
	white-space: nowrap;
	border-radius: 15px;
	font-size: 0px;
	width: 0px;
}
IMG {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.list-table {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
	padding: 5px;
}
.list-table th {
	background-color: #4CAF50;
	font-weight: bold;
	color: white;
	text-align: center;
}
.list-table td {
	background-color: #DDDDDD;
	color: #000000;
}
.list-assoc {
	-webkit-font-smoothing: antialiased;
	font-size: 16px;
}
.list-assoc th {
	background-color: #4CAF50;
	font-weight: bold;
	color: white;
	text-align: center;
	padding: 20px 20px;
}
.list-ok {
	background-color: #E1FFD0;
	color: #000000;
	padding: 5px 5px;
}
.list-nok {
	background-color: #FFFFFF;
	color: #000000;
	padding: 5px 5px;
}
.texto {
	font-size: 24px;
	text-align: left;
	display: block;
	margin-left: auto;
	margin-right: auto;
}
a:link {
	text-decoration: none;
	color: blue;
}
a:visited {
	text-decoration: none;
	color: #FFFF00;
}
a:hover {
	text-decoration: none;
	color: #FFFFFF;
}
a:active {
	text-decoration: none;
	color: #FFFFFF;
}