﻿div.SurveyFormItem {
   margin-bottom: 1rem;
}

span.SurveyLabel {
   font-weight: bold;
}
.SurveyFormItem .dnnLabel{
    float:none;
    width:100%!important;
    text-align:right;
    margin-left:0;
    margin-right:18px;
}
label.dnnBoxLabel {
    font-weight: normal;
}

table.dnnFormRadioButtons{
   width: 100%;
   background-color:transparent;
}
    table.dnnFormRadioButtons .dnnRadiobutton {
        margin: 0px 5px 0px 6px !important;
    }
span.SurveyHandle {
    cursor: pointer;
}
.container__content__withback .dnnActions{
    padding-top:0!important;
}
.container__content__withback .dnnActions li {
    float: left !important;
}
    .container__content__withback .dnnActions li a {
        background: #8600a3;
        border-color: #8600a3;
        padding: 3px 6px;
        text-shadow: none;
        box-shadow: none;
        font-weight: 400;
        color: #fff;
    }
    div.dnnCheckBoxFormItemForFaxQuestion {
        /* PLEASE DO NOT CHANGE THIS IN ANY WAY! */
        visibility: hidden;
        display: none;
    }

img.surveyImageLeft
{
   width: 32px;
   height: 32px;
   visibility: visible;
   display: inline-block;
}

div.surveyQuizResult
{
   font-size: 18px !important;
   font-weight: bold;
}