/*************** TYPE CONFIGURATOR *******************/
span.optionsLegend {
    font-weight: 400;

    max-width: 30%;
    display: inline-block;
    /* word-wrap: ; */
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}

span.secondaryLegend {
    margin-left: 9%;
}

.legendRow {
    margin-bottom: 20px;
    font-size: 1.3em;
    font-weight: 500;
}

.typeRow {
    margin-top: 13px;
    /* border-top: 1px #333333 solid; */
}

.spacer {
    width: 100%;
    height: 1px;
    border-top: 1px #333333 solid;
    margin-top: 6px
}

.secondCheckbox {
    margin-left: 23% !important;
}

.checkbox-round {
    width: 1.3em;
    height: 1.3em;
    background-color: white;
    border-radius: 50%;
    vertical-align: middle;
    border: 1px solid #ddd;
    -webkit-appearance: none;
    outline: none;
    cursor: pointer;
}

.checkbox-round:checked {
    background-color: black;
}

label.optionLabel {
    font-weight: 500;
}

#resultWrapper {
    display: none;
    margin-top: 15px;
}

.resultWrapper > div > h3 {
    text-transform: none !important;
}

.resultTitle {
    margin-top: 30px;
}

.resultText {
    display: none;
    margin-top: 15px;
}

.resultPoints {
    display: none;
}

.resultImage {
    margin-top: 15px;
}

.blog-strong {
    font-weight: 600;
}