﻿/*Kyle J - 01/09/14 */
/*Mobile and tablet only*/
@media (max-width:767px) {
    table tr td{
        width:100% !important;
        display:block !important;
        border:none !important;
        -webkit-box-sizing: border-box;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        float:left;
        clear:left;
    }
    table tr td .visible-xs{
        font-weight:bold;
    }
}

