#RXOrder label{
    margin-left: 20px;
    display: flex;
    width: 100%;
    white-space: pre;
    align-items: center;
}

form {
    min-width: 100%;
    max-width: 100%;
}

.gf_form input {
    border: 1px none #333!important;
    border-bottom: black!important;
    border-bottom-width: 1px!important;
    border-bottom-style: dashed!important;
    border-radius: 0!important;
    box-shadow: none;
    flex-grow: 1;
}

.row, .row_inline {
    width: 100%;
    margin-bottom: 30px;
    padding: 0;
    list-style: none;
    display: flex;
    justify-content: space-between;
}

.gf_form > .row{
    display: inline-block!important;
}

.gf_form > .row > label{
    width:auto!important;
    display: inline-block!important;
}

table .row{
    margin-left: 0!important;
}

.title {
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
}

.title_margin_bottom{
    margin-bottom: 10px;
}

.title_underlined {
    margin-top: 18px;
    font-weight: bold;
    font-size: 18px;
    text-decoration: underline;
}

.description {
    font-weight: initial;
    font-size: 16px;
    width: 100%;
}

.title > .description{
    width: auto;
    display:inline;
    margin-left: 55px;
}

table{
    table-layout: auto;
    margin-top: 15px!important;
    margin-bottom: 15px!important;
    width: 100%!important;
}

thead > tr > th{
    padding-bottom: 15px;
}

table, thead > tr{
    padding: 0;
    margin: 0;
    border: 1px solid black;
    border-collapse: collapse;
}

tr, td{
    word-wrap: break-word;
    padding: 15px;
    margin: 0;
    border: 1px solid black;
    border-collapse: collapse;
}

td label{
    margin-left: 0!important;
    word-wrap: break-word;
    white-space: normal!important;
}

td, th{
    word-wrap: break-word;
    vertical-align: initial;
}

td[class='borderless']{
    border:0;
}

th > .title{
    text-align: center;
}

td[colspan]:not(.fullwidth) > .form_block_column{
    margin-right: auto;
    margin-left: auto;
    width:33%;
}

td.fullwidth > div.form_block_column > div.row > label > input, .fullwidth input{
    width: 88%;
}

.form_block_column > .row > input{
    margin-left: 20px;
}

.big_title {
    margin-top: 18px;
    font-weight: bold;
    font-size: 20px;
    text-align: center;
    width: 100%;
}

.selection_row > label{
    white-space: normal!important;
}

.selection_row > label > select{
    margin-left: 15px;
}

input[type=checkbox] {
    position: relative;
    cursor: pointer;
    margin-right: 5px;
    flex-grow: 0;
}

input[type=checkbox]:before {
    content: "";
    display: block;
    position: absolute;
    width: 16px;
    height: 16px;
    top: -5px;
    left: -5px;
    border: 1px solid #555555;
    border-radius: 3px;
    background-color: white;
}

input[type=checkbox]:checked:after {
    content: "";
    display: block;
    width: 5px;
    height: 10px;
    border: solid black;
    border-width: 0 2px 2px 0;
    -webkit-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: -3px;
    left: 1px;
}

.radio_group > label:not(.def-lbl), label > input{
    margin-left: 15px!important;
}

tr.radio_group > td > label > input{
    margin: 5px!important;
    display:block!important;
}

.radio_group{
    display: flex;
}

.form_block label, .form_block select{
    display: block!important;
    font-size: 10px;
}

label > span{
    margin-left: 5px;
}

.form_block .row:not(.multicolon){
    display: block;
}

.form_block .radio_group{
    display: block;
    width: 100%;
}

.form_block .row_inline .radio_group,
.form_block .row_inline label,
.form_block .row_inline select
{
    display: inline!important;
}

tr.radio_group{
    display: table-row!important;
}

@media (max-width: 900px) {
    .row {
        flex-wrap: wrap;
    }

    .radio_group{
        margin-top: 7px;
    }
}

.checkbox_inline label{
    width: auto!important;
}

.width-192 input{
    width: 192px;
}
.width-183 input{
    width: 183px;
}
.width-185 input{
    width: 185px;
}
.width-175 input{
    width: 175px;
}
.width-128 input{
    width: 128px;
}
.width-189 input{
    width: 189px;
}
.width-181 input{
    width: 181px;
}
