﻿.SurveyTitle {
    font-family:Arial;
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding-left: 15px;
}

.SurveyFooter {
    font-family:Arial;
    color: #000;
    font-size: 12px;
    font-weight: normal;
}

.SurveyCatHeader {
    font-family:Arial;
    color: #000;
    font-size: 16px;
    font-weight: bold;
/*    padding-left: 15px; */
}

.SurveyUIMobile {
        width: 640px !important;   
        background-color: grey;
        margin: 0 auto !important;
        position: relative !important;
    }

.SurveyCatHeaderItalic {
    font-family:Arial;
    color: #000;
    font-size: 12px;
    font-style: italic;
    font-weight: normal;
/*    padding-left: 15px; */
}

.SurveyTypeRegular {
    font-family:Arial;
    font-size: 12px;
    color: #000;
}

.ui-slider-handle {
    color: #777777;
    font-size: 25px;
    text-shadow: 0 1px 0 #FFFFFF;
    text-decoration:none;
}

.SurveySliderInput {
    border: 0;
    color: #666;
    font-weight: bold;
    font-size: 24px;
    padding-left: 10px;
    background-color: #F9F9F9;
    width: 50px;
    height: 25px;
}

.center {
    margin: 0 auto;
    width: 80%;
}

.SurveyPanel {
    width: 640px;
    background-color: #F9F9F9;
}

.grid-container {
    margin-left: auto;
    margin-right: auto;
    width: 95%;
}

.ui-grid-c {
    height: 350px;
    margin: 0;
}

