#cvw-accesos {
    margin: 20px 0;
}
#cvw-accesos table {
    width: 100%;
    border-collapse: collapse;
    margin-bottom: 20px;
}
#cvw-accesos th, #cvw-accesos td {
    border: 1px solid #ccc;
    padding: 8px;
    text-align: left;
}
#cvw-accesos form {
    margin-bottom: 20px;
}

#cvw-accesos form textarea {
	margin-bottom: 10px;
}

#cvw-accesos form input[type=number] {
	max-width: 100px;
}

#cvw-accesos form input, #cvw-accesos form select {
	height: 34px;
    padding: 6px 12px;
	border: 1px solid #ccc;
    border-radius: 4px;
    margin-bottom: 10px;
}

#cvw-accesos button {
	border: none;
	padding: 4px 14px;
	border-radius: 4px;
	border: 1px solid #ccc;
}

#cvw-accesos button.iniciar {
	background: #1d9f22;
	color: #fff;
}

#cvw-accesos button.salir {
	background: #cd5151;
	color: #fff;
}

#cvw-accesos button#cvw-reset {
	background: orange;
}