﻿/* Styling specific to radio box questions*/
.RadioBoxesQuG {
    float: right;
    width: 45%;
    margin-top: 15px;
}

.RadioBoxesQu {
    width: 45%;
    padding-top: 28px;
    margin-bottom: -28px;
    display: inline-block;
}

.RadioBoxRespContainer {
    margin-top: -17px;
}

.RadioBoxRespContainer .RadioBoxLeft, .RadioBoxRespContainer .RadioBoxRight {
    border-radius: 5px;
    border-color: #666666;
}

.RadioBoxRespContainer {
    position: relative;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 25px;
}

.RadioBoxesDivider {
    display: inline-table;
    width: 2px;
    height: 35px;
    background-color: #c0c0c0;
}

.RadioBoxesLabelContainer {
    position: absolute;
    top: 0px;
    left: 0px;
    height: 20px;
    width: 85%;
    text-align: center;
    padding-top: 5px;
}

.RadioBoxesLabelHidden {
display:none;
}

.RadioBoxesLabelLeft {
    float: left;
    margin: 0px;
}

.RadioBoxesLabelRight {
    float: right;
    margin: 0px;
}

.RadioBoxesLabelCentre {
    display: inline-block;
}

.RadioBoxAddCommentContainer {
    text-align: right;
    width: 30px;
    vertical-align: middle;
}

.RadioBoxAddCommentContainer img {
    padding-left: 8px;
    padding-top: 12px;
    margin-top: 7px;
}

/*Navigation Buttons*/
#NavigationButtonsTable {
    margin-top: 20px;
}