.screening-phase > ul > li {
    overflow: hidden;
    background-color: transparent;
    list-style-type: none;
    box-shadow: none;
    /*	color: #fff;*/
}

.screening-phase .help-block {
//position: absolute;
    clear: both;
//background-color: #afc8ce;
    border: 1px solid #4e8488;
    border-radius: 4px;
    margin: 0 10px 0;
//padding: 10px 15px 12px;
    font-size: 10.5pt;
    color: #333;
}

select[multiple] {
    background: #fff !important;
    width: 100% !important;
    min-height: 100px;
}

select[multiple], select[size] {
    height: auto;
}

.question-label {
    text-align: right;
    padding-right: 1rem;
    margin-top: 0.55rem;
}