body {
    font-family: 'Open Sans Condensed', sans-serif;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.ng-cloak {
    display: none;
}

#wrap {
    max-width: 960px;
    margin: 20px auto;
}

header {
    display: block;
    background: #c4ced6;
}

destination {
    display: block;
}

destination h1 {

}

connection {
    display: block;
}

table.timetable {
    font-size: 7rem;
    line-height: 1.6em;
}

table.timetable tr th {
    color: #ffffff;
    background: #2980b9;
    border-bottom: 0;
    font-size: 1.2em;
}

table.timetable tr:nth-child(1) td {
    border-top: 0;
}

table.timetable tr th.clock {
    text-align: center;
    font-weight: normal;
}

table.timetable tr th.title {
    font-weight: bold;
    color: #ffffff;
    text-transform: uppercase;
}

table.timetable tr th.title a {
    color: #ffffff;
    text-decoration: none;
    margin-right: 2rem;
}

table.timetable td.product {
    text-align: center;
}

table.timetable td.extra {
    color: #c0392b;
}

table.timetable td.platform span {
    padding: 0 0.5em;
    font-size: 0.7em;
    font-weight: bold;
    text-align: center;
    background: #00349a;
    color: #ffffff;
    border: 2px solid white;
    -webkit-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 0 3px #00349a;
    box-shadow: 0 0 0 3px #00349a;
}

table.timetable td.departure-in {
    font-weight: bold;
    text-align: right;
    padding-right: 2rem;
}

line {
    display: inline-block;
    padding: 0 15px;
    font-weight: bold;
    text-align: center;
    -webkit-border-radius: 10px;
    border: 2px solid lightgray;
    border-radius: 10px;
}

line.tram {
    border: 0;
}

.tram.tram-2 {
    color: #ffffff;
    background-color: #e02620;
}

.tram.tram-3 {
    color: #ffffff;
    background-color: #009e4b;
}

.tram.tram-4 {
    color: #ffffff;
    background-color: #3a4386;
}

.tram.tram-5 {
    color: #ffffff;
    background-color: #895b35;
}

.tram.tram-6 {
    color: #ffffff;
    background-color: #df9e4b;
}

.tram.tram-7 {
    color: #ffffff;
    background-color: #000000;
}

.tram.tram-8 {
    color: #000000;
    background-color: #83ca0e;
}

.tram.tram-9 {
    color: #ffffff;
    background-color: #3a4385;
}

.tram.tram-10 {
    color: #ffffff;
    background-color: #e03e85;
}

.tram.tram-11 {
    color: #ffffff;
    background-color: #009d4a;
}

.tram.tram-12 {
    color: #000000;
    background-color: #6fcad5;
}

.tram.tram-13 {
    color: #000000;
    background-color: #ffce02;
}

.tram.tram-14 {
    color: #ffffff;
    background-color: #00a6dc;
}

.tram.tram-15 {
    color: #ffffff;
    background-color: #e02620;
}

.tram.tram-17 {
    color: #ffffff;
    background-color: #93254c;
}
