.formbox {
    max-width:95%;
}

.desktop {
    display:none;
}

#ProfilePhoto {
    float: none;
    width: 100%;
    height: 24em;
    max-width: 100%;
}

.formbox .form-body .form-cell, .formbox .form-body .form-cell-long {
    min-height: 3em;
    height:auto;
    width: 100%;
    display: block;
    text-align: center;
    padding:initial;
    padding-top: 0.5em;
    padding-bottom: 0.5em;
}



.label, .form-cell-wide .qPanel, .form-cell-wide .cPanel{
    width:100%;
    margin-right:0;
    text-align:center;
    float:none;
    display:flex;
    align-items:center;
    justify-content:center;
    margin-bottom:0.5em;
}

input[type=text], input[type=email], input[type=number], select {
    width:95%;
    height: 2.3em;
    font-size: 1em;
    border-radius: 2px;
    border: 1px solid #9E9E9E;
    transition: all ease .3s;
    padding: 0.2em;
    box-sizing: border-box;
}

.combodate {
    width:95%;
}

table .control-cell {
    width:2em;
}

.custom-questions-panel .form-cell-wide {
    padding: 1em;
    display:block;
}

#footer .holder {
    width:95%;
}

.cb-cell .label {
    width:100%;
    margin-right:0;
}
.req .requiredAsterisk {
    margin-right:0.2em;
}

table .ref-control i {
    margin-right:0;
    box-sizing:border-box;
}

table .ref-control {
    width:auto;
    max-width:unset;
    min-width:unset;
    padding:0 0.5em 0 0.5em;;
    box-sizing:border-box;
}

.qPanel label {
    line-height:1.5em;
}