

/* Start:/tyres/calc/assets/tyres-calc.css?17721622512285*/
/*---------------------------------------------------------------------------*/
.tyres-calc {
    margin-bottom: 20px;
}
.tyres-calc__inner {
    margin-bottom: 20px;
}
.tyres-calc__filter {}
.tyres-calc__body {
    display: grid;
    gap: 20px 0;
}
.tyres-calc__body iframe {
    width: 100%;
    display: block;
}
.tyres-calc__links {}
.tyres-calc__links-inner {}

@media (min-width: 768px) {
    .tyres-calc__body {
        grid-template-columns: repeat(2, 1fr);
    }
}
/*---------------------------------------------------------------------------*/
/*---------------------------------------------------------------------------*/
table.withlines, #body table {
    /*	background-color: #888888; 666666;*/
    width: 100%;
    max-width: 824px;
    float: none;
    font-size: 14px;
}
table.withlines td {
    /*	background-color: #d0d0d0; cccccc;*/
    padding-left: 20px;
    padding-right: 20px;
}
table.withlines td a.small {

    /*font-size: 8pt;*/
    font-weight: normal;
}
table.withlines td a.smallalert {
    color: #ff0000;
    /*font-size: 8pt;*/
    font-weight: normal;
}
table.withlines td.title {

    /*font-size: 14pt;*/
    font-weight: bold;
    text-align: center;
}
table.withlines td img {
    vertical-align: middle;
}
table.withlines th {
    background-color: #ddd;

    /*font-size: 8pt;*/
    /*font-weight: bold;*/
    padding-left: 10px;
    padding-right: 10px;
    padding-top: 5px;
    padding-bottom: 5px;
}
table.withlines th label {
    margin-bottom: 0;
}
table.withlines th a {

    /*font-size: 8pt;*/
    font-weight: bold;
}
table.withlines th a.small {

    /*font-size: 8pt;*/
    font-weight: normal;
}
table.withlines th a.small:hover {
    color: #ff00ff;
}
table.withlines th a.smallalert {
    color: #ff0000;
    /*font-size: 8pt;*/
    font-weight: normal;
}

@media only screen and (max-width: 425px) {
    table.withlines td {
        padding-left: 5px !important;
        padding-right: 5px !important;
    }
    table.withlines td {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
    table.withlines th {
        padding-left: 2px !important;
        padding-right: 2px !important;
    }
}
/* End */
/* /tyres/calc/assets/tyres-calc.css?17721622512285 */
