﻿.box-corner {
    background-color: rgb(254,144,23);
    border-color: rgb(218,112,4);
    border-radius: 5px;
    width: 90%;
    height: 20px; 
    padding: 5px 5px 5px 20px;
    color: white;
}

.survey-table {
    width: 100%; 
    height: 95%;
    padding-top:10px; 
    margin-left: 20px;
}

.survey-table-top {
    width: 100%; 
    height: 95%;
    margin-bottom:-30px; 
    margin-left: 20px;
}

.survey-title {
    font-size: 12px;
    font-weight:bold;
    line-height: 20px;
    padding-top:15px;
}

.survey-question {
    padding-top: 15px;
    line-height: 25px;
    padding-left: 15px;
    width: 100%;
}

.survey-answer {
    text-indent: 20px;
    line-height: 25px;   
}

.survey-answer label {
    margin-left: 10px;
    vertical-align: middle;
}

.survey-answer-left-padding {
    width: 10px;
}

.survey-answer-options {
    margin-left: 24px;
}

.survey-answer-options input[type="radio"]
{
    /*margin-top: -1px;
    margin-left: 15px;
    margin-right: 5px;*/
    margin:0;
   margin-top: -1px;
   vertical-align: middle;
}

.survey-answer-options label
{
   margin-right: 30px;
   margin-left: 5px;
   vertical-align: middle;
   position:relative; 
}

.nested-survey-table
{
    width: 90%; 
    height: 95%;
    padding-top:10px; 
    margin-left: 30px;
    border-collapse: collapse;
    border: none;
}

.nested-survey-answer-options {
    border-spacing:0; 
    border: none;
}

.nested-survey-answer-options td {
    width: 120px;
    text-align: center;
}

.nested-survey-answer-options input[type="radio"]
{
   margin-top: -1px;
   vertical-align: middle;
}

.survey-form-alignment
{
    padding-left: 30px;
    width: 100%;
}

.survey-form-label
{
    width: 200px;
    display: inline-block;
}

.survey-right-button {
    text-align: right;
    padding-right: 40px;
}

