#notification-area {
    width: 450px;
}

#survey-notification {
    position: relative;
    top: -20px;
}

#survey-notification .btn-default {
    background: transparent;
    border: 0 none;
    color: white;
    font-size: 120%;
    text-decoration: underline;
}

#survey-notification p > :first-child {
    border: 1px solid white;
    text-decoration: none;
}


#survey-choices {
    border: 1px solid #ddd;
}

#survey-choices label.form-control {
    border: 0 none;
    box-shadow: none;
    font-size: 100%;
}

#survey-choices label.form-control input[type="radio"] {
    position: relative;
    top: 2px;
}

#survey-choices label.control-label {
    font-size: 120%;
}

#pool-results {
    font-size 90%;
}

.pool-header {
    font-weight: 600;
}

#pool-results .row {
    border-bottom: 1px solid #ddd;
}

.text-color-0 {
    border-bottom: 4px solid #F7464A;
    margin-bottom: 3px;
}


.text-color-1 {
    border-bottom: 4px solid #46BFBD;
    margin-bottom: 3px;
}

.text-color-2 {
    border-bottom: 4px solid #FDB45C;
    margin-bottom: 3px;
}


.text-color-3 {
    border-bottom: 4px solid #949FB1;
    margin-bottom: 3px;
}

.text-color-4 {
    border-bottom: 4px solid #4D5360;
    margin-bottom: 3px;
}
