#caixa {
	border: solid 1px;
	padding: 20px;
	width: 80%;
	margin: auto;
	margin-top: 20px;
	font-family: arial, sans-serif;
}

#form {
	margin-top: 10px;
	float: left;
}

input {
	padding: 5px;
}

#contentor {
	clear: left;
	margin-top: 80px;
	padding: 10px;
}

#lista {
	margin-bottom: 20px;
	margin-top: 5px;
}

.texto {
	display: inline-block;
	width: 95%;
	font-size: 1.2em;
	color: orange;
	line-height: 1.5;
}

.linha {
	background-color: aqua;
}

#btMais {
	display: inline-block;
	width: 15px;
	background-color: green;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

#btVisto {
	display: inline-block;
	width: 15px;
	background-color: green;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1px;
}

.btMenos {
	display: inline-block;
	float: right;
	width: 15px;
	background-color: red;
	border-radius: 5px;
	color: white;
	font-weight: bold;
	text-align: center;
	padding: 1px;
	margin-top: 5px;
}
