:root {
    --red-WCAG-AAA: #B4060C;
    --red: var(--red-WCAG-AAA);
    --white: #fff;
    --black: #000;
    --gray: #9a938f;
    --gray-dark: #343a40;
    --primary: var(--red);
    --secondary: #343a40;
    --success: #28a745;
    --info: #17a2b8;
    --warning: #ffc107;
    --danger: #dc3545;
    --light: #f8f9fa;
    --dark: #343a40;
    --breakpoint-xs: 0;
    --breakpoint-sm: 576px;
    --breakpoint-md: 768px;
    --breakpoint-lg: 992px;
    --breakpoint-xl: 1200px;
    --font-family-sans-serif: "Open Sans", sans-serif;
    --font-family-sans-serif: "Roboto Condensed", sans-serif;
    --font-family-secondary: "Roboto Slab", sans-serif;
    --font-family-monospace: SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace;
}

html {
    font-size: 16px;
}

body {
    font-family: var(--font-family-sans-serif);
    font-weight: 300;
    font-size: 1.2rem;
    line-height: 1.5;
    overflow-y: hidde:var(--warning)n;
}

div.agenda {
    width: 100%;
}

.npage {
    width: 100px;
    height: 26px;
    padding: 5px;
    background-color: var(--red);
    font-weight: normal;
    font-size: 20px;
    color: white;
    position: absolute;
    left: 720px;
    top: 835px;
    /* border : 1px solid #AAACFF; */
    text-align: center;
    vertical-align: middle;
}

table {
    width: 100%;
    border-collapse: separate;
    border-spacing: 0px;
    border-color: gray;
}

tbody {
    font-size: 1.5em;
}

.agenda tbody {
    line-height: 2em;
}

.agenda thead {
    margin: 3px 0;
}

.agenda td {
    border: inherit;
    padding: 0 10px 0 10px;
}

.agenda tr.even {
    background-color: #E2E2E2;
}

.agenda th.giorno {
    padding: 5px 0;
}

.agenda th.ora {}
.agenda th.titolo {}
.agenda th.luogo {}

tr.separator {
    line-height: 0px;
    border-bottom-width: 5px;
    border-bottom-style: solid;
    border-bottom-color: #E3000F;
}

tr.separator td {
    padding: 0;
}

th {
    background-color: var(--red);
    font-family: var(--font-family-secondary);
    color: white;
    font-weight: bold;
    font-size: 20px;
}

td.first {
    font-weight: 600;
}

td.same {
    color: transparent;
}

td.ora {
    font-weight: bold;
}