﻿* {
    box-sizing: border-box;
}

html {
    overflow-y: scroll;
    /*scroll-behavior: smooth;*/
}

body {
}

.scsformrow {
    width: 100%;
    height: auto;
    overflow: auto;
    clear: both;
}

    .scsformrownotvis {
        display: none;
    }

    .scsformrowredstar {
        color: #FF0000;
        vertical-align: top;
        text-align: left;
        font-weight: bold;
        padding-left: 0px;
    }

.scsformrowhelp {
    font-size: smaller;
    line-height: normal;
    padding-top: 0.3em;
    padding-bottom: 0.3em;
    display: block;
    line-height: 1.2 !important;
    max-width: 30em;
}

.scsformrowleft {
    float: left;
    overflow: auto;
    font-size: smaller;
    text-align: right;
    padding-right: 1em;
}


.scsformrowright {
    float: right;
}

@media only screen and (max-width: 500px) {

    .scsformrowleft {
        float: none;
        text-align: left;
        width: 100% !important;
    }

    .scsformrowright {
        float: none;
        width: 100% !important;
    }
}
