.jkl_review {
    border: 1px solid silver;
    background-color: #fcfcfc;
    padding: 20px;
    width: 100%;
    margin-bottom: 10px;
}
.jkl_review input[type=checkbox] {
    margin: -3px 0 0 10px;
}
.jkl_review input[type=url] {
    width: 170px;
}
.radio {
    display: inline;
    float: left;
    margin: 5px 10px 5px 0; 
}
.jkl_review input[type=radio]::first-child {
    margin-left: 0px;
}
#jkl_cover_preview img {
    max-height: 100px;
}
td.left-label {
    width: 200px;
    vertical-align: top;
    padding: 5px 0;
}
.rating-label {
    //padding-top: 12px;
}
.jkl_review th {
    padding-bottom: 10px;
    font-size: 1.25em;
    text-align: left;
    border-bottom: 1px solid silver;
}
.divider-lite {
    border-bottom: 1px solid #e1e1e1;
    padding-bottom: 10px;
    margin-bottom: 10px;
}
.divider {
    height: 10px;
}
.note {
    color: #999;
    font-style: oblique;
    margin: 5px;
}
.input-text {
    width: 300px;
}
#jkl-review-rating {
    margin-left: 20px;
}
.range-number-left{
    position: absolute;
    margin: 6px 0 0 0px;
}
.range-number-right {
    position: absolute;
    margin: 6px 0 0 11px;
}
#star-rating {
    position: absolute;
    width: 55px;
    margin: 2px 40px;
    background-color: #e9e9e9;
    border: 1px solid #ccc;
    border-radius: 3px;
    padding: 3px 15px;
}
#star-rating-text {
    position: absolute;
    margin: 6px 0 0 80px;
}
#jkl_review_summary_area {
    margin-top: 5px;
    width: 100%;
    height: 100px;
}

.select-dropdown {
    width: 170px;
}
.fa {
    color: #464646;
    padding: 0 2px;
    font-size: 16px;
}

#jkl-options-sample-disclosure {
    background-color: #fff;
    padding: 25px;
    color: #aaa;
}
#jkl-options-sample-disclosure strong {
    color: #777;
}
#jkl-options-sample-disclosure.Dark {
    background-color: #222;
    color: #777;
}
#jkl-options-sample-disclosure.Dark strong {
    color: #aaa;
}