/*
    Created on : 10/04/2017, 16:03:28
    Author     : Gustavo
*/


body {
    margin: 2em;
    font-family: "Arial";
    color: #888888;
    font-size: 0.95em;
    text-align: center;
    background: url('img/fundo-destaque.jpg') top no-repeat fixed;
    background-size: cover;
}

h1{
	color: #ffffff;
}

a{
	color: rgb(239, 217, 56);
	text-decoration: none;
}

a:hover{
	color: #ffffff;
	text-decoration: none;
}


.copiar{
	color: rgb(29, 163, 226);
	text-decoration: none;
}

.copiar:hover{
	color: #ff0000;
	text-decoration: none;
}


#voto{
	color: #ffffff;
}

#voto input[type=text] {
	border-radius: 1em;
	font-size: 1.3em;
	width: 70%;
	max-width: 500px;
	padding: 0.5em 0.5em 0.5em 1em;
	border: none;
	color: #000000;
	background: #ffffff;
}

#voto input[type=submit] {
	border-radius: 1em;
	font-size: 1em;
	padding: 0.5em 0.5em 0.5em 0.5em;
	border: none;
	color: #000000;
	background: #ffffff;
}

.segmento{
	clearfix: both;
	font-weight: bold;
	font-size: 2.6em;
	color: rgb(239, 217, 56); 
	margin: 0.75em auto;
	padding: 0em;
	border-radius: 0.5em;
	max-width: 500px;
	text-align: center;
}

.titulo{
	color: #333333;
	padding: 1em;
}

td{
	border-bottom: dotted 1px #333333;
}

#sucesso{
	text-align: center;
	margin: 0 auto;
	border-radius: 0.5em;
	font-size: 0.8em;
	padding: 0.7em;
	max-width: 500px;
	border: solid 2px #007700;
	background: #eeffee;
	color: #007700;
}
