﻿body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}

/*table {
    border-collapse: collapse;
    margin: 0 auto;
    padding: 0;
    width: 700px;
    table-layout: fixed;
}

    table tr {
        background-color: #fff;
        padding: .15em;
        border-bottom: 2px solid #fff;
    }

    table th,
    table td {
        padding: 8px 10px 8px 8px;
        border-right: 2px solid #eee;
        text-align:center;
    }

    table th {
        font-size: 1.2em;
    }

    table thead tr {
        background-color: #607D8B;
        color: #fff;
    }

    table tbody th {
        background: #607D8B;
        color: #fff;
    }

.txt {
    text-align: left;
    font-size: 1.2em;
}

.center {
    text-align: center;
    margin:0px auto;
}

.price {
    text-align: right;
    color: #167F92;
    font-weight: bold;
}

.non {
    background: #fff
}

@media screen and (max-width: 600px) {
    .txt {
        text-align: center;
        font-size: 1.2em;
    }

    table {
        border: 0;
        width: 100%
    }

        table th {
            background-color: #607D8B;
            display: block;
            border-right: none;
            text-align: center;
        }

        table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table tr {
            display: block;
            margin-bottom: .425em;
        }

        table td {
            border-bottom: 1px solid #bbb;
            display: block;
            font-size: .8em;
            text-align:  center;
            position:  relative;
            border-right: none;
        }
            table td:last-child {
                border-bottom: 0;
            }

        table tbody th {
            color: #fff;
        }
}*/
