html, *, a, p, div, span, input, select {
    font-family: 'Open Sans', sans-serif;
}
.input-field input, .input-field textarea {
    padding: 5px 10px;
    border-radius: 5px;
    border: 1px solid #CCC;
    width: 100%;
    line-height: 20px;
}
.input-field {
    margin-bottom: 10px;
}
.row-section {
    overflow: hidden;
}
.check-field label {
    display: block;    
}
.radio-label {
    padding: 7px 10px;
    border: 1px solid #CCC;
    border-left: none;
    margin-bottom: 0;
    border-radius: 0 5px 5px 0;
}
.input-group {
    margin-bottom: 10px;
}
.explain {
    margin: 5px 0;
}
.radio-label,
.input-group-radio {
    cursor: pointer;
}
.radio-label:hover {
    background-color: #eee;
}

.pearl-column {
    width: 14.2%; /** 100% / 7 **/
    float: left;
}
.check-field input:focus,
.input-field input:focus {
    outline: #cf0b0d solid 1px;
}
.input-field input.error {
    border-left: 5px solid red;
}
label {
    font-weight: 900;
}
label.error {
    color: red;
    padding: 5px 10px 0;
}
.select2-container,
.select2-choice {
    min-height: 32px;
    width: 100%;
}
.select2-chosen {
    line-height: 30px !important;
}
.seduction-text {
    margin-top: 10px;
    font-size: 20px;
    font-weight: 100;
    text-align: center;
    display: block;
    color: #5f5f5f;
}
.seduction-text a {
    color: #cf0b0d;
    font-weight: 700;
}
.seduction-text a:hover {
    text-decoration: none;
    border-bottom: 1px dashed #cf0b0d;
}
h5 {
    font-family: 'Open Sans', sans-serif;
    font-weight: 100;
}
h5.main-title {
    font-size: 20px;
}

.remove-div, .move-div {
    cursor: pointer;
}

.memo {
    display: none;
}

.field-description {
    margin-bottom: 9px;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}