﻿body {
    font-family: "Open Sans", sans-serif;
    line-height: 1.25;
    margin:0px 0px 20px 0px;
}

h1 {
    text-align: center;
}

.topbar {
    background-color: #1b1b1b;
    padding: 10px 0;
}

table {
    border: 0px solid #ccc;
    border-collapse: collapse;
    padding: 0;
    margin: 0;
    width: 100%;
}

caption {
    font-size: 2em;
    margin: .25em 0 .75em;
}

table tr {
    /*background: #f8f8f8;
    border: 1px solid #ccc;*/
    padding: .35em;
}

table th,
table td {
    padding: .625em;
    text-align: left;
}

table th {
    font-size: .85em;
    letter-spacing: .1em;
    text-transform: uppercase;
    /*background-color: darkgrey;*/
    border-bottom: 1px solid #ccc;
}

/* Media Queries*/

@media screen and (max-width: 600px) {
    table {
        border: 0;
    }

        table caption {
            font-size: 1.3em;
        }

        table thead {
            display: none;
        }

        table tr {
            border-bottom: 3px solid #ddd;
            display: block;
            margin-bottom: .625em;
        }

        table td {
            border-bottom: 1px solid #ddd;
            display: block;
            font-size: .8em;
            text-align: right;
        }

            table td:before {
                content: attr(data-label);
                float: left;
                font-weight: bold;
                text-transform: uppercase;
            }

            table td:last-child {
                border-bottom: 0;
            }
}



tr:nth-child(even) {
    background-color: #f2f2f2;
}
