﻿@import url('https://fonts.googleapis.com/css?family=Roboto');

.meeting-page-box > .row {
    font-family: 'Roboto';
}

.land {
    width: 29.7cm !important;
    height: 20.9cm !important;
}

.port {
    width: 21cm !important;
    height: 29.6cm !important;
}

.parent {
    padding: 0;
    margin-left: 0px;
    margin-top: 10px;
    transition: all 1s ease;
    font-family: 'Roboto';
}

.singlePage {
    overflow: hidden;
    padding: 0;
    margin-left: 0px;
}

.page {
    position: relative;
    width: 100% !important;
    padding: 0.5cm;
    padding-bottom: 0;
    margin-bottom: 5px;
    overflow: hidden;
}

.tblHeader {
    width: 100% !important;
    height: 1.75cm;
    padding: 0 !important;
    margin: 0 !important;
    border-collapse: separate;
    transition: all 1s ease;
}

    .tblHeader tr:first-child {
        border: 1px solid black !important;
    }

.raceNumCol {
    width: 1.25cm !important;
    height: 1.55cm;
    display: table-cell;
    background: black;
    font-weight: bold;
    font-size: 10px;
    text-align: center;
    padding: 0.10cm 0;
    -webkit-print-color-adjust: exact !important;
}

.raceNum {
    font-weight: bold;
    font-size: 22px;
    text-align: center;
}

.raceName {
    width: 15.25cm !important;
    display: table-cell;
    font-weight: bold;
    font-size: 20px;
}

.distance {
    color: grey;
    font-size: 14px !important;
}

.raceTime {
    width: 3cm !important;
    display: table-cell;
    font-weight: bold;
    font-size: 14px;
    text-align: right;
}

.prizeMoney {
    width: 100% !important;
    padding: 0.25cm 0.25cm 0.25cm 0;
}

.footer {
    width: 100%;
    /*height: 1cm;*/
    padding: 0 !important;
    margin: 0 !important;
    color: black;
    border-collapse: separate;
    font-size: 12px;
    background: white;
    border-top: 0.05cm solid black;
    display: table;
    -webkit-print-color-adjust: exact !important;
}

.pageFooter {
    display: table-cell;
    vertical-align: middle;
}

.silks {
    display: inline-block;
}

.pm div {
    padding: 0.05cm 0;
    display: inline-block;
}

.optionalItem {
    margin: 0;
    padding: 0.25cm;
    text-align: justify;
}

.scratch {
    background: lightgray !important;
    -webkit-print-color-adjust: exact !important;
}

.column {
    width: 100%;
}

@media print {
    .singlePage {
        page-break-after: auto;
        -webkit-print-color-adjust: exact;
    }
}

@page {
    margin: 0;
}
