
body {
    font-family: 'Segoe UI';
}

h1 {
    font-size: 36pt;
    text-align: center;
}

.headerTable {
    width: 100%;
}

.headerTable tr th {
    font-size: 36pt;
    text-align: center;
}
.routingTable {
    font-weight: 600;
    font-size: 24pt;    
}
.tdClick {
    cursor: pointer;
}


