/* rename this to custom.css to have your custom/overriding css definitions  */

.form-control {
    font-size: 10px;
}

b,strong {
font-weight:700;
color: #FFF3B3;
}

.selectHome {
    height: 100px;
    width: 300px;
}

select[multiple], select[size] {
    height: 150px;
}
