.mobileShow {
    display: none;
}

.hidden-desktop

/* Smartphone Portrait and Landscape */
@media only screen
and (min-device-width: 320px)
and (max-device-width: 480px) {
    .mobileShow {
        display: inline;
    }
}
.blue {
    color: #00b3ee;
}
@media (max-width: 979px){
    .row-fluid:not(.fluid)>[class*="span"] {
        float: left;
        padding-left: 10px;
    }

    .row-fluid:not(.fluid)>[class*="span"] input {
        width: 160px;
    }

    .row-fluid:not(.fluid)>[class*="span"] input[type="checkbox"] {
        width: 40px;
    }

    table.responsive td, table.responsive th {
        white-space: inherit;
    }

    table.responsive th:first-child,table.responsive td:first-child,table.responsive td:first-child,table.responsive.pinned td{display:table-cell;}

    .text-wrap-width {
        min-width: 130px;
    }

    .row-fluid.fluid {
        padding-left: 5px;
    }

    .table th, .table td {
        padding: 5px;
    }
}
