body {
    color: #000;
    background-color: #fff;
    font-family: "Roboto",sans-serif;
}

table {
    border-collapse: collapse;
}

td:first-child {
    text-align: right;
}

td, th {
    border: 1px solid #666;
    padding: 0.2em 0.4em;
}

th {
    border-bottom-width: 2px
}

h1, h2 {
    margin: 0;
    font-size: 120%;
    line-height: 1.5;
    font-family: "Roboto Slab",serif;
    font-weight: 500;
    color: #123254;
}

h2 {
    font-size: 100%;
}

.menu {
    padding: 15px;
}

.menu a {
    margin-right: 20px;
    text-decoration: none;
}

.main-menu {
    background-color: #049;
}

.main-menu a {
    color: #eee;
}

.main-menu a:hover, .target-audience a {
    color: #fff;
}

.target-audience {
    background-color: #900;
}

.breadcrumb {
    padding: 10px 15px;
    background-color: #cfcfcf;
    font-family: "Roboto Slab",serif;
    font-size: 18px;
    line-height: 20px;
}

.breadcrumb a {
    color: #123254;
    margin-right: 0
}

.breadcrumb a:visited {
    color: #38516d;
}

section {
    border-bottom: 1px dashed #000;
}

p {
    font-size: 8pt;
    text-align: right;
}

@media screen {
    .no-screen {
        display: none;
    }
}

/* Narrow screens */
@media (max-width: 800px) {
    td {
        display: block;
        border: none;
        padding: 0;
    }

    td:nth-child(4), td:nth-child(5) {
        display: inline-block;
    }

    td:first-child {
        text-align: left;
    }

    td:before {
        padding-right: .5em;
        fint-size: .8em;
        font-weight: bold;
    }

    td:nth-child(4):before {
        content: "Дата и время";
    }

    td:nth-child(6):before {
        content: "Ауд.";
    }

    td:nth-child(5):before {
        content: ", ";
    }

    th {
        display: none;
    }

    tr {
        display: block;
        border-bottom: 2px solid #666;
        margin-bottom: .5em;
    }

    .menu {
        padding: 0;
    }

    .menu a {
        display: block;
        padding: .6em;
    }

    .breadcrumb {
        font-size: 18px;
        line-height: 30px;
    }

    .breadcrumb a {
        display: inline-block;
        padding: 0 .5em;
    }
}

@media print {
    body {
        font-size: 9pt;
    }

    .no-print, nav {
        display: none;
    }

    td, th {
        border-width: 1pt;
        border-color: #000;
        font-size: 8pt;
    }

    th {
        border-bottom-width: 2pt
    }

    section, tr {
        page-break-inside: avoid; /* IE only? */
        page-break-after:auto;
    }
}
