@import url('https://fonts.googleapis.com/css?family=Alef:400,700&display=swap');
@import url('https://fonts.googleapis.com/css?family=Roboto:400&display=swap');
body {
    background-color: #FFFFFF;
    text-align: left;
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    padding: 0;
    margin: 0;
}


/* center */

body>form>table {
    margin: 0 auto;
}

td {
    margin-bottom: 50px;
}

input {
    margin: 15px 0px 15px 0px;
    border: 0px solid #e5e5e5;
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 18px;
    color: #555555;
    padding: 10px;
    background-color: #f0f0f0;
}

textarea {
    margin: 15px 0px 15px 0px;
    border: 1px solid #f0f0f0;
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
    background-color: #f0f0f0;
    padding: 10px;
}

select {
    margin: 0px;
    border: 1px solid #f0f0f0;
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    color: #555555;
    background-color: #f0f0f0;
}

.CheckboxSeparator {
    width: 6px;
}

.SurveyHeader,
.surveypagetop {
    background-color: #FFFFFF;
}

.SurveyHeaderSeparator1 {
    background-color: #FFFFFF;
    height: 10px !important;
}

.SurveyHeaderSeparator2 {
    background-color: #FFFFFF;
    height: 10px !important;
}

.surveyquestionseparator {
    background-color: #FFFFFF;
    height: 3px;
}

.SurveyTitle {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 25px;
    font-style: normal;
    line-height: 1.2;
    font-weight: 700;
    font-variant: normal;
    text-transform: none;
    color: #555555;
}

.SurveyTitleNotes {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
    margin-top: 15px;
}

.SurveyFooter {
    background-color: #FFFFFF;
}

.SurveyFooterSeparator {
    background-color: #555555;
    height: 10px !important;
}

.SurveyButton {
    font-size: 20px;
    text-transform: uppercase;
    width: 200px;
    padding: 0.75em 1em;
    background-color: transparent;
    border: 1px solid #87ba33;
    transition: 0.35s;
    cursor: pointer;
}

.SurveyButton:hover {
    background-color: #87ba33;
    color: white;
}

.LargeButton {
    width: 180px !important;
}

.PageHeader {
    background-color: #FFFFFF;
    height: 30px;
}

.PageTitle {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 13px;
    font-style: normal;
    line-height: normal;
    font-weight: bold;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
}

.PageSubTitle {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 12px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
}

.PageBackground {
    background-color: #EEEEEE;
    height: 10px !important;
}

.QuestionTitle {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
    padding-bottom: 6px;
    padding-top: 4px;
    margin-bottom: 10px;
}

.QuestionSubTitle {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
}

.QuestionText {
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 18px;
    font-style: normal;
    line-height: normal;
    font-weight: normal;
    font-variant: normal;
    text-transform: none;
    color: #555555;
    text-decoration: none;
    line-height: 1.4;
}

.QuestionBackground {
    background-color: #ffffff;
}

.QuestionAlternateBackground {
    background-color: #f0f0f0;
}

.MatrixFirstColumn {
    display: block;
    width: 450px;
    padding: 20px;
}

.ProgressBar {
    width: 90%;
    margin-top: 10px;
    margin-bottom: 10px;
    margin-right: 5%;
    margin-left: 5%;
    font-family: 'Alef', sans-serif, Arial, Helvetica, sans-serif;
    font-size: 10px;
    color: #555555;
    font-weight: bold;
}

.ProgressBar TABLE {
    background-color: #999999;
}

.ProgressBar TD {
    vertical-align: middle;
    border: 1px solid #999999;
    padding: 3px;
}

.ProgressBar TD.ProgressBarText {
    background-color: #ffffff;
    margin-right: 3px;
    margin-left: 3px;
    padding-left: 6px;
    padding-right: 6px;
    font-size: 11px;
}

abbr.ProgressBarBorder {
    border-bottom: 0;
}

.ProgressBarArea {
    background-color: #4187c6;
    font-size: 1px;
    height: 14px
}

.ProgressBarContainer {
    background-color: #DDDDDD;
}

.RatingScaleFirstColumn {
    display: block;
    width: 250px;
    text-align: right;
}

.RatingScaleLastColumn {
    display: block;
    width: 250px;
    text-align: left;
}

.MatrixDropDowns {
    width: 100px;
}

.questionmultiplerows,
.questiononerow {
    width: 100% !important;
}

.QuestionText+input[type="text"],
.QuestionText+textarea {
    width: 100%;
    margin-top: 0;
}

.QuestionText td label {
    vertical-align: middle;
    padding-top: 3px;
    padding-left: 8px;
}

.questiontextarea {
    width: 100% !important;
}

.QuestionBackground a {
    color: #555555;
}

.QuestionBackground a:hover {
    color: #3498db;
}

td.SurveyHeader.surveyheaderlogo img {
    margin: 0;
}

.SurveyTitle {
    float: none;
}

.SurveyTitle.surveytitleleft {
    float: none;
}

span#SurveyHeader_SurveyTitle {
    text-align: center;
    width: 100%;
    max-width: 600px;
    margin: 0 auto 40px auto;
    position: relative;
    padding-bottom: 20px;
    display: block;
    padding-top: 40px;
    padding-left: 15px;
    padding-right: 15px;
    box-sizing: border-box;
}

span#SurveyHeader_SurveyTitle::after {
    content: '';
    position: absolute;
    display: block;
    bottom: 0;
    background-color: #87ba33;
    width: 120px;
    height: 2px;
    margin: 0 auto;
    left: 0;
    right: 0;
}

.SurveyFooter table td.SurveyFooter {
    width: 100%;
    display: block;
    text-align: left;
}

.SurveyFooter td.SurveyFooter .surveybuttonright {
    float: none;
    display: inline-block;
}

.SurveyFooter table td.SurveyFooter:nth-child(1),
.SurveyFooter table td.SurveyFooter:nth-child(2) {
    display: none;
}

tr.PageHeader {
    height: auto;
}


/* table.surveymain>tbody>tr:nth-child(7), */

table.surveymain>tbody>tr:nth-child(5),
table.surveymain>tbody>tr:nth-child(6),
table.surveymain>tbody>tr:nth-child(8),
table.surveymain>tbody>tr:nth-child(9) {
    display: none
}

span.cs3pg-font {
    font-family: 'Roboto', sans-serif;
    font-size: 17px;
}