.contact-content .selectboxit,
.format-calculator .selectboxit {
    height: auto;
}
.contact-content .selectboxit-container,
.format-calculator .selectboxit-container {
    width: 100%;
}
.contact-content .selectboxit-container .selectboxit-text,
.format-calculator .selectboxit-container .selectboxit-text {
    font-size: 16px;
    font-family: 'Open Sans', Arial, Helvetica, sans-serif;
    max-width: 100% !important;
    text-indent: 10px;
}
.contact-content .selectboxit-container .selectboxit-options,
.format-calculator .selectboxit-container .selectboxit-options {
    border-radius: 0;
    width: 100%;
    max-height: none !important;
}
.contact-content .selectboxit-container .selectboxit {
    border-radius: 0;
    padding: 9px 0;
    width: 100% !important;
}
.contact-content .selectboxit-btn {
    background-color: #e5e5e5;
    background-image: none;
    border-radius: 0;
    border-width: 0;
}
.contact-content .selectboxit-text,
.contact-content .selectboxit-btn.selectboxit-enabled:hover,
.contact-content .selectboxit-btn.selectboxit-enabled:focus,
.contact-content .selectboxit-btn.selectboxit-enabled:active {
    color: inherit;
}
.contact-content .selectboxit-container .selectboxit-option,
.contact-content .selectboxit-container .selectboxit-option a {
    clear: both;
    height: 30px;
    line-height: 20px;
    margin: 0;
    padding: 0;
}
.contact-content .selectboxit-container .selectboxit-option a {
    padding: 5px 0;
}
.contact-content .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: #82b338;
    background-image: none;
}

/****************/

.format-calculator  .selectboxit-btn {
    background-color: #fff;
    background-image: none;
    border-radius: 0;
    border-color: #ddd;
}
.format-calculator .selectboxit-container .selectboxit {
    border-radius: 0;
    width: auto !important;
}
.format-calculator .selectboxit-container .selectboxit-text {
    font-size: 24px;
    font-weight: bold;
    margin-right: 20px;
    height: 50px;
    line-height: 50px;
    text-indent: 0;
    width: 80px !important;
}
.format-calculator .selectboxit-container .selectboxit-arrow-container {
    height: 50px;
    line-height: 50px;
}
.format-calculator .selectboxit-default-arrow {
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #000;
}
.format-calculator .selectboxit-list > .selectboxit-focus > .selectboxit-option-anchor {
    background-color: #82b338;
    background-image: none;
}