﻿#openning-hours-table {
    width: 100%;
    max-width: 100%;
    margin-bottom: 20px;
    background-color: transparent;
    border-collapse: collapse;
    border-spacing: 0;
    display: table;
    border-color: grey;
}

#openning-hours-table > thead > tr > th, #openning-hours-table > thead > tr > td, #openning-hours-table > tbody > tr > th, #openning-hours-table > tbody > tr > td, #openning-hours-table > tfoot > tr > th, #openning-hours-table > tfoot > tr > td {
    padding: 8px;
    line-height: 1.42857;
    vertical-align: top;
    border-top: 1px solid #ddd;
    font-family: 'dejavu_sansbook', sans-serif;
    text-transform: uppercase;
    font-size: 0.9em;
    letter-spacing: 0.1em;
    font-weight: 700;
    color: #111;
}

@media screen and (max-width: 767px) {
    #openning-hours-table thead tr {
        top:0px;
        left:0px;
        position: relative;
    }
    #openning-hours-table thead td {
        top:0px;
        left:0px;
        position: relative;
        text-align: left;
    }
}

    #openning-hours-table tr {
        border-left: none;
    }

    #openning-hours-center {
        margin: auto;
        width: 90%;
        padding: 10px;
    }

    #openning-hours-title {
        padding: 30px 30px 0 30px;
        font-family: 'BlackJack', 'Apple Chancery', cursive;
        font-size: 2em;
        text-align: center;
    }
