/* Add here all your CSS customizations */
.dominio {
	margin-top: 0px !important;
	margin-bottom: 0px !important;
}
/* Calculadora */
input[type=textfield] {
    width: 100%;
    padding: 3px 16px;
    font-size: 16px;
    margin: 8px 0;
    border: 1px solid silver;
    border-radius: 1px;
    text-align: left;
    color: #333;
    background: #ccc;
}
input[type=button], input[type=submit], input[type=reset] {
    background-color: #333;
    border: none;
    color: #fff;
    padding: 0px 0px;
    font-size: 16px;
    min-width: 22%;
    text-decoration: none;
    margin: 1% 1%;
    cursor: pointer;
}
input[type=button]:hover, input[type=submit]:hover, input[type=reset]:hover {
  background-color: #999;
  color:  #333;
}
