﻿/* Please see documentation at https://docs.microsoft.com/aspnet/core/client-side/bundling-and-minification
for details on configuring this project to bundle and minify static web assets. */


/* FORM SPAM VALIDATION
------------------------------------------------------------------------*/
.empty-rule {
    position: fixed;
    top: -500px;
    left: -500px;
}

table tbody tr td.in-table-heading {
    text-align: center;
    font-weight: bold;
}

table tbody tr td.sub-header {
    display: none;
}

table tbody tr td {
    vertical-align: top;
}

@media (max-width: 46.8125em) {
    .tablesorter {
        margin: auto;
        width: 90%;
    }

    .table-title {
        padding: 55px 0 15px 0;
        text-align: center;
        margin-bottom: 0;
    }

    table tbody tr td.in-table-heading {
        text-align: center;
        font-weight: bold;
        color: black;
    }

    table tbody tr td.sub-header {
        display: block;
        text-align: center;
        color: black;
        padding-bottom: 5px;
    }

    table tbody tr td.sub-recommendation::before, table tbody tr td.item-description::before, table tbody tr td.item-size::before {
        content: none;
    }

    table tbody tr td.item-size {
        padding-top: 5px;
    }

    table tbody tr td.sub-recommendation, table tbody tr td.item-description, table tbody tr td.item-size::before, td.item-size {
        text-align: center;
        padding: 0px;
        display: block;
    }
}