input,textarea,select {
font-size: 1.1em;
background-color: #E7E7E7;
border: 1px solid black;
color: black;
    outline:none;
    transition: all 0.25s ease-in-out;
    -webkit-transition: all 0.25s ease-in-out;
    -moz-transition: all 0.25s ease-in-out;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding: 6px;
}

input:focus {
    box-shadow: 0 0 9px #CCCCCC;
    -webkit-box-shadow: 0 0 9px #CCCCCC; 
    -moz-box-shadow: 0 0 9px #CCCCCC;
    border:1px solid #CCCCCC; 
    background-color: #CCCCCC;
}
input:active {
background-color: #CCCCCC;
}
h3 {
color: white;
font-family: 'Istok Web',sans-serif;
font-weight: normal;
padding: 6px;
}
.noscroll {
/* height: 500px; */
}
h2 {
font-family: 'Cantarell',sans-serif;
color: black;
size: .9em;
border-bottom: 2px solid #FF9B69;
}
.cbinput {

font-size: 1.1em;
background-color: #E7E7E7;
border: 1px solid black;
color: black;
    outline:none;
    border-radius:6px;
    -webkit-border-radius:6px;
    -moz-border-radius:6px;
    padding: 6px;
width: 300px;
text-align: center;
margin-left: 3px;

}