﻿table.toll {
    margin-top: 20px;
    max-width: 720px;
    min-width: 570px;
    border: 2px solid #DFDCCD;
    border-radius: 6px;
    border-spacing: 0;
}

    table.toll tr th {
        background-color: #EBE6DC;
        background-repeat: no-repeat;
        border-bottom: 2px solid #DFDCCD;
        color: #F07800;
        text-align: left;
        text-shadow: none;
        padding: 10px;
        height: 40px;
    }

        table.toll tr th.i {
            background-image: url(../Img/Toll/motor2.png), url(../Img/Toll/auto2.png);
            background-position: right 110px center, right 20px center;
        }

        table.toll tr th.ii {
            background-image: url(../Img/Toll/kombi2.png);
            background-position: right 20px center;
        }

        table.toll tr th.iii {
            background-image: url(../Img/Toll/kamion2.png);
            background-position: right 20px center;
        }

        table.toll tr th.iv {
            background-image: url(../Img/Toll/sleper2.png);
            background-position: right 20px center;
        }

    table.toll tr th,
    table tr td {
        margin: 0;
    }

    table.toll tr td {
        padding: 5px 10px;
        border-bottom: 2px solid #DFDCCD;
    }

    table.toll tr:last-child td {
        border-bottom: none;
    }

    table.toll tr td:nth-child(2) {
        text-align: right;
    }

h4 {
    text-transform: uppercase;
}

.toll-notice {
    max-width: 720px;
    background-color: #EBE6DC;
    border-radius: 2px;
    padding: 6px 12px;
}

.toll-category-content {
    background-color: #fff;
    margin: 10px -18px;
}

.toll-toggle-target {
    background-color: #fff;
    margin: -18px -18px -26px -18px;
    padding: 10px 20px 20px 20px;
}