@charset "UTF-8";

.table-tires {
    background: #FFFFFF;
    font-family: "Roboto", arial, sans-serif;
}

    .table-tires svg {
        z-index: 15;
    }

    .table-tires h4 {
        font-family: "Roboto", arial, sans-serif;
        font-size: inherit;
    }

    .table-tires table {
        background: #FFFFFF;
        border-collapse: collapse;
        margin: 0;
        padding: 0;
        width: 100%;
        table-layout: fixed;
    }

        .table-tires table tr {
            background: #FFFFFF;
            padding: 0em;
        }

            .table-tires table tr td:first-child {
                background: #FFFFFF;
                font-weight: 800;
            }

@media (min-width: 768px) {
    .table-tires table tr:nth-child(odd) {
        background: #FFFFFF;
    }

    .table-tires table tr:nth-child(even) {
        background: #FFFFFF;
    }
}

.table-tires table tr th, .table-tires table tr td {
    background: #FFFFFF;
    padding: 0rem;
    font-size: 0.813rem;
}

.table-tires table th {
    background: #FFFFFF;
    font-size: 0.813rem;
    font-weight: 800;
    border-radius: 4px;
}

@media screen and (max-width: 600px) {
    .table-tires table {
        background: #FFFFFF;
        border: 0;
    }

        .table-tires table thead {
            background: #FFFFFF;
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        .table-tires table tr {
            display: block;
            margin-bottom: 0em;
        }

            .table-tires table tr td {
                border-bottom: 1px solid #ddd;
                display: block;
                font-size: 0.813rem;
            }

                .table-tires table tr td:not(:last-child) {
                    text-align: right;
                }

                .table-tires table tr td::before {
                    content: attr(data-label);
                    float: left;
                }

                .table-tires table tr td:last-child {
                    border-bottom: 0;
                }
}

.table-tires .blue-heading {
    background: #434343;
    border-radius: 4px;
}

    .table-tires .blue-heading a {
        font-size: 0.875rem;
    }
