/**
@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {
    .ss-survey-body {margin:0px;}
    .ss-survey-main-body-holder,.CustomContainer {width:100%}
    .ss-survey-main-body {box-shadow:none;border-radius:0px;-webkit-border-radius:0px;}
    textarea {
    width:95%}
}
**/

@media only screen and (max-width: 800px), only screen and (max-device-width: 800px) {

    .ss-timer-bar {
        display: block;
        position:relative;
        margin: 0 auto;
        max-width: 200px;
        width: 100%;
        border-radius:0px;
    }
}

.ss-survey-logo {max-width: 100%;}/* this messes up logos in tables */
.SaveBox input[type='text'] { width:180px}