﻿/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/

/*// Small and Up */
@media only screen and (min-width: 0px) {
    label {
        display:block;
        margin-right:2rem;
        margin-top:.6rem;
    }
    select,
    input,
    textarea {
        display:block;
        margin-bottom:1rem;
        width:100%;
        padding:1rem;
        box-sizing:border-box;
        background-color:#fff;
        border:1px solid #ccc;
    }
}

/*// Medium and Up */
@media only screen and (min-width: 601px) {
    label {
        text-align:right;
    }
}

/*// Large and Up */
@media only screen and (min-width: 993px) {}

/*//////////////////////////////////////////////////////////////////////////////////////////////////////////*/