#preview {
    width: 100%;
}

.text-big {
    font-size: 30px;
}

.search-user-form {
    margin-bottom: 10px;
}

.soft-hide {
    display: none;
}

/* for good checkbox */

.checkbox label:after,
.radio label:after {
    content: '';
    display: table;
    clear: both;
}

.checkbox .cr,
.radio .cr {
    position: relative;
    display: inline-block;
    border: 1px solid #a9a9a9;
    border-radius: .25em;
    width: 1.3em;
    height: 1.3em;
    float: left;
    margin-right: .5em;
}

.radio .cr {
    border-radius: 50%;
}

.checkbox .cr .cr-icon,
.radio .cr .cr-icon {
    position: absolute;
    font-size: .8em;
    line-height: 0;
    top: 50%;
    left: 20%;
}

.radio .cr .cr-icon {
    margin-left: 0.04em;
}

.checkbox label input[type="checkbox"],
.radio label input[type="radio"] {
    display: none;
}

.checkbox label input[type="checkbox"] + .cr > .cr-icon,
.radio label input[type="radio"] + .cr > .cr-icon {
    opacity: 0;
    transition: all .3s ease-in;
}

.checkbox label input[type="checkbox"]:checked + .cr > .cr-icon,
.radio label input[type="radio"]:checked + .cr > .cr-icon {
    opacity: 1;
}

.checkbox label input[type="checkbox"]:disabled + .cr,
.radio label input[type="radio"]:disabled + .cr {
    opacity: .5;
}

.results-table > tbody > tr > td {
    vertical-align: middle;
}

.results-table ul {
    text-align: left;
    padding-left: 10px;
}

.results-table ul li {
    list-style-type: none;
}

.radio-block {
    padding-bottom: 4em;
}

.last-btn-on-page {
    margin-bottom: 30px;
}

.fixed-notification {
    position: fixed;
    z-index: 9999;
    width: 100%;
    top: 50px;
    left: 0;
    right: 0;
    border-radius: 0;
}

.poll-option {
    width: 100%;
}
