#survey {z-index:1200; margin-top: 20px; margin-bottom: 20px; border: 3px solid #fefefe; background-color: rgba(255, 255, 255, 0.9);
    -webkit-border-radius: 5px; -moz-border-radius: 5px; border-radius: 5px; padding: 0; overflow: visible !important}
#survey h2 {font-size: 1.1em; width: 100%; margin-top: 25px; margin-bottom: 5px}

#survey .survey-page-submitted-success, #survey .survey-page-submitted-error {text-align: center; font-weight: bold; margin-top: -5px; padding: 20px}
#survey .survey-page-submitted-error {color: #c72c3a}

#survey-content {overflow-y: scroll; overflow-x: hidden; padding: 0 20px}
#survey-content td {text-align: left}
#survey-content td.survey-radio-cell {text-align:center; vertical-align: middle}
#survey-content td.survey-header-cell {font-weight: 300; text-align: center;
    -webkit-transform: rotate(-25deg); -moz-transform: rotate(-25deg); -ms-transform: rotate(-25deg); -o-transform: rotate(-25deg)
}
#survey-content label {color: #000; width: auto !important; display: inline !important}
#survey-content label span {margin-left: 10px}

#survey-content input[type=text] {width: 350px}
#survey-content input[type=text].other-text {display: inline; margin-left: 10px; width: 15%}

#survey-content ul {list-style: none}

#survey-button-container {height: 54px; padding: 10px; border-top: 1px solid #fff; background-color: #ddd; text-align: right}

.survey-name {font-size: 25px; color: #222; font-weight: bold; margin-top: 10px}
.survey-description {color: #222}