/* Add the .form-control styles to SHS selects. */
.shs-select.form-select {
    color: #303030;
    display: block;
    width: 100%;
    height: 41px;
    padding: 6px 12px;
    font-size: 17px;
    line-height: 1.72222;
    background-color: white;
    background-image: none;
    border: 1px solid #ccc;
    -moz-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
    -o-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    -webkit-transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
    transition: border-color ease-in-out .15s, box-shadow ease-in-out .15s;
}