body {
    margin: 2% 5%;
    background: url("../../assets/images/mochaGrunge.png");
}

.jumbotron {
    text-align: center;
    background: darkgreen;
    color: Yellow;
}

h1, p {
    text-shadow: 0 0 20px #000000;
}

td {
    border-right: 2px solid #ddd;
    border-bottom: 2px solid #ddd;
    border-top: 0;
}

th {
    text-align: center;
    border-bottom: 2px solid #000000 !important;
    border-right: 2px solid #000000 !important;

}

th:last-child, td:last-child {
    border-right: none !important;
}

.panel, .jumbotron {
    border: 5px solid black !important;
    border-radius: 10px;
}

td {
    text-align: center;
}

.colorRed {
    color: red;
}
#firstTrainTimeInput {
    width: 120px;
}

.panel-primary {
    background-color: darkgreen;
    color: Yellow;
}

.panel-primary>.panel-heading {
    background-color: yellow;
    color: darkgreen;
}

.btn-primary {
    background-color: darkgreen;
    color: yellow;
    border: 1px solid black;
}