body {
    background: none !important;
}

body * {
    font-family: 'Open Sans', Helvetica, Arial, sans-serif !important;
    text-shadow: none !important;
    box-shadow: none !important;
    font-size: 12px !important;
    text-decoration: none !important;
    font-weight: normal !important;
    font-style: normal !important;
    background: none !important;
    border-color: #ddd !important;
    animation: none !important;
    -webkit-animation: none !important;
}


.statistic table { width: 100% !important; border: 1px solid black; }
.statistic table tr { border: 1px solid black; }
.statistic table caption { font-size: 16px; font-weight: bold; }

.statistic.page .powered_by_spordle {
    display: block;
}

.statistic table.statistic_displayer caption {
    border: none !important;
    font: 16px bold !important;
}
.statistic table.statistic_displayer tbody tr:nth-child(even) {
    background-color: #ddd !important;
}
.statistic table.statistic_displayer thead th.emphasis,
.statistic table.statistic_displayer tbody .emphasis {
    background-color: #e0e0e0 !important;
    border-color: #aaa !important;
}

.statistic .schedule_container {
    margin: 0 !important;
}

.statistic .organisation_info {
    height: 100px !important;
}

.statistic .info_container .name {
    padding: 0 !important;
}

.statistic .info_container .header_fancy {
    border: 0 !important;
    padding: 0 !important;
    height: 12px !important;
}

.statistic .info_container .header_fancy .title {
    height: 18px !important;
    line-height: 16px !important;
    position: absolute;
    left: 115px;
    top: 2px;
}

.statistic .info_container .header_fancy .title a {
    font-size: 16px !important;
}

.statistic .info_container .logo_container {
    max-width: 100px !important;
    max-height: 100px !important;
    border: none !important;
    top: 0 !important;
}

.statistic .info_container .logo_container .logo {
    vertical-align: top;
}
.statistic .info_container .logo_container .logo img {
    max-width: 100px !important;
    max-height: 100px !important;
    vertical-align: top;
}

.statistic .info_container .content {
    height: 30px;
    left: 115px !important;
    top: 30px !important;
}

.statistic .info_container .content .category_name {
    font-size: 16px !important;
}

.statistic .right_container {
    border: none !important;
}

.statistic .right_container .qrcode_container {
    right: 0 !important;
    top: 0 !important;
}

.statistic .right_container .qrcode_container img {
    width: 100px !important;
}
/*
.statistic .schedule_container * {
    line-height: 12px !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
}

.statistic .schedule_container .event_container * {
    max-height: 12px !important;
}

.statistic .schedule_container .event_container .event {
    page-break-inside: avoid;
    border: none;
}
*/

/*.statistic .schedule_container .event_container .location_container,
.statistic .schedule_container .event_container .location {
    width: 170px !important;
}*/

/* Not sure
.statistic .schedule_container .event_container .location_icon {
    display: none !important;
}

.statistic .schedule_container .event_container .event.game .game_info,
.statistic .schedule_container .event_container .event.game .game_info .info {
    width: 120px !important;
}

.statistic .schedule_container .event_container .event.game .game_info .info > * {
    position: relative !important;
    top: 0 !important;
    left: 0 !important;
    width: 60px !important;
    float: left !important;
}
*/

/*
.statistic .date_container {
    margin: 0 !important;
    padding: 0 !important;
}
*/
.statistic .date {
    font-weight: bold !important;
}
/*
.statistic .game_container {
    padding: 0;
}
*/
.statistic .event {
    page-break-inside: avoid;
}
/*
.statistic .event {
    page-break-inside: avoid;
    margin: 0 !important;
    padding: 0 !important;
    height: 12px !important;
    line-height: 12px !important;
    border: none !important;
    page-break-inside: avoid;
}

.statistic .event * {
    page-break-inside: avoid;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding: 0 !important;
    line-height: 12px !important;
    height: 12px !important;
    line-height: 12px !important;
    font-size: 12px !important;
    border: none !important;
}

.statistic .event .info_container {
    display: none !important;
}
*/

/* TODO: Place a no_print class on the element */
.statistic table.statistic_displayer.legend {
    display: none;
}

.no_print {
    display: none !important;
    width: 0 !important;
    height: 0 !important;
    overflow: hidden !important;
}