
@media (min-width: 768px)
{
    .wrec-row-relative { position: relative; }
    .wrec-row-static { position: static; }
    .wrec-padding
    {
        padding-top:5px;
        padding-bottom:5px;
    }

    .wrec-col:before
    {
        content: "";
        position: absolute;
        top:0;
        bottom:0;
    }

    .wrec-col
    {
        position: static;
    }

    .wrec-col-border:before
    {
        content: "";
        position: absolute;
        top:0;
        bottom:0;
        border-left: 1px solid lightgray;
        margin-left: -12px;

    }

    .wrec-col-border
    {
        position: static;
    }

}
