﻿table {
    margin: 0;
    padding: 0;
    width: 100%;
    table-layout: fixed;
}

    table caption {
        font-size: 1.5em;
        margin: .5em 0 .75em;
    }

    table tr {
        background-color: #f8f8f8;
        padding: .35em;
    }

    table th,
    table td {
        padding: .625em;
        text-align: left;
    }

    table th {
        font-size: .85em;
        letter-spacing: .1em;
    }



@media screen and (max-width: 800px) {

    table#bizonylat-table {
        border: 0;
    }

        table#bizonylat-table caption {
            font-size: 1.3em;
        }

        table#bizonylat-table thead {
            border: none;
            clip: rect(0 0 0 0);
            height: 1px;
            margin: -1px;
            overflow: hidden;
            padding: 0;
            position: absolute;
            width: 1px;
        }

        table#bizonylat-table tr {
            border-top: 1px solid #ddd;
            display: block;
            margin-top: .625em;
        }

        table#bizonylat-table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: 1.3em;
            font-weight: bold;
            text-align: right;
        }

        table#bizonylat-table td::before {
                content: attr(data-label);
                float: left;
                font-weight: normal;
        }

        table#bizonylat-table td:last-child {
                border-bottom: 0;
        } 
}


/* general styling */
body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
}
