#complex-form2 {
    border           : 1px solid #aaa;
    background-color : #fff;
    border-radius    : 3px;
    padding-top      : 20px;
    padding-bottom   : 20px;
}
.grid-form h3 {
    font-size : 22px;
}
.grid-form fieldset legend {
    border-bottom : 2px solid #777;
    color         : #666;
    margin-bottom : 0;
    font-size: 16px;
}
.grid-form [data-row-span] [data-field-span] label:first-child {
    font-size      : 14px;
    text-transform : none;
    letter-spacing : 0.5px;
}
.grid-form [data-row-span] [data-field-span]:hover {
    background-color : #f5f5f5;
}
.grid-form textarea, .grid-form input[type="text"] {
    border        : 1px solid #ccc;
    border-radius : 2px;
}
.select2-container {
    vertical-align : middle;
    border         : 1px solid #ccc;
    border-radius  : 2px;
}
.select2-container--bootstrap .select2-selection {
    background-color : #EBF1F6;
}
.select2-container--bootstrap:hover .select2-selection {
    background-color : #fff;
}
.grid-form input[type="text"] {
    font-size : 14px;
    padding   : 6px 12px;
}
.iradio > .iradio_square-blue {
    display : block;
    margin  : 4px;
}
.grid-form [data-row-span] > .telephone {
    border-bottom : none;
}
.grid-form [data-row-span="4"] > [data-field-span="1"] > [data-col-span="1"] {
    margin-top : 11px;
}
@media only screen and (min-width : 700px) {
    .grid-form [data-row-span="4"] > [data-field-span="4"] {
        border-right : 0;
        display      : block;
    }
}