﻿.CurrentQuestion {
    background-color: #F5F5F5;
    float: left;
    height: 658px;
    width: 55%;
    padding-left: 5%;
}

.PreviousQuestion {
    background-color: #F0F0F0;
    float: right;
    height: 658px;
    width: 45%;
    padding-left: 5%;
}

.checkbox label {  
  white-space:normal !important;
}
.image-progrss-hidden {
    visibility: collapse;
}
#questionPanel {
    padding-bottom: 30px;
}
.submit-button-hidden {
    visibility: hidden;
}

/* phones and non-tablets*/
@media only screen and (max-width: 720px) {
    p .question-text {
        font-size: 18px;
    }

    .radio label, .checkbox label
    {
        font-size:18px;
    }

    .jumbotron .col-middle-questionnaire p {
           font-size: 14px;
    }
}

/* phones and non-tablets*/
@media only screen and (min-width: 767px) {
    .col-middle-questionnaire .panel{
        top:100px;
    }    
}