h1 {
    margin: 19px 0 0;
    font-size: 21px;
    padding-bottom: 3px;
}
div#surveyBody, #buttonRow {
    width: 100%;
    clear: both;
    float: left;
}
div#buttonRow {
    text-align: center;
    margin: 15px 0;
}
div#buttonRow input, #mapButton {
    font-size: 20px;
    border: none;
    background-color: rgb(111, 216, 111);
    color: #464545;
    padding: 15px 20px;
    width: 120px;
    margin: 0 5px;
}
div#buttonRow input.submitButton {
    background-image: none;
    border-radius: 0;
    box-shadow: none;
    text-decoration: none;
    font-weight: bold;
}
div#buttonRow input#backButton {
    background-color: rgb(242, 135, 135);
    opacity:.8;
}
.questionWrapper {
    clear: none;
    width: 100%;
    float: left;
    margin:25px 0 0;
}
.questionText {
    font-weight: bold;
    font-size: 18px;
    margin-bottom: 15px;
}
.questionText {
    border-bottom: 1px solid #D2D0D0;
    background-color: #F7F7F7;
    padding: 7px 2%;
    border-radius: 4px;
}

.answerWrapper {
    padding: 0 2%;
    width: 96%;
    float: left;
}

.answer{
    clear : both;
    float : left;
    margin-bottom: 4px;
    width: 100%;
}
.answer label, .answer .actLikeLabel {
    padding: 4px 0;
    float: left;
    width: 100%;
}
.answer input{
    float : left;
    margin-right: 8px;
    margin-left: -20px;
}
.answerText{
    float : left;
    padding: 0 4%;
    width: 92%;
}
.answer input[type="text"] {
    font-size: 14px;
    padding: 7px 3%;
    width: 94%;
    margin: 0;
}
.answer .other{
    float : left;
    margin-left : 10px;
    margin-right : 0;
}
.answer .otherText{
    float : left;
    margin-right : 0;
}
.status {
    float: left;
    background-color: #e3e3e3;
    width: 100%;
    position: relative;
    text-align: center;
    height: 30px;
    overflow:hidden;
}
.status .bar {
    position: absolute;
    background-color: rgb(111, 216, 111);
    z-index: 0;
    top: 0;
    left: 0;
    height: 30px;
}
.status .text {
    position: relative;
    padding: 6px 0;
    font-size: 14px;
    color: #333;
}
.status .arrow {
    width: 0;
    height: 0;
    border-top: 0px solid transparent;
    border-bottom: 40px solid transparent;
    border-left: 20px solid rgb(111, 216, 111);
    position: absolute;
    left: -10%;
    margin-left: -1px;
}
#mapWrapper{
    width : 100%;
    height : 425px;
    text-align : center;
}
#mapHeader{
    width : 100%;
    height : 30px;
    font-weight : bold;
    font-size : 16px;
    text-align : center;
    margin : 10px 0;
}
#map{
    width : 80%;
    height : 300px;
    margin : 20px auto;
}
#mapButton{
    margin : 0 auto;
}
@media screen and (max-width : 1000px) and (min-width : 700px) {
    .answer {
        float: left;
        clear: none;
        width: 46%;
        margin-right: 4%;
        border-bottom: 1px dotted #D5D5D5;
        padding-bottom: 3px;
    }
}

.answerText textarea{
    width : 90%;
    height : 50px;
}

.styledDropDown{
    width : 250px;
    height : 25px;
}

.groupQuestion{
    padding-left : 5%;
    width : 95%;
    margin-top : 0;
    padding-top : 5px;
    background-color: #F7F7F7;
}

.groupQuestion .questionText{
    float : left;
    width : 70%;
    border-bottom : none;
}

.groupQuestion .answerWrapper{
    float : left;
    width : 20%;
}

.groupHeader {
    background-color: #F7F7F7;
}

.groupHeader .questionText{
    border-bottom : none;
}
