.page-title {
    background-color: #763626;
    color: white;
}

.table-title {
    background-color: #336b87;
    color: white;
    font-weight: bold;
}

#add-train-btn {
    background-color: #336b87;
}

#info {
    color: red;
    margin-top: 3px;
}

.remove-btn {
    font-weight: bold;
    background-color: #efefef;
    color: #336b87;
}

.remove-btn :hover {
    font-weight: bold;
    background-color: #336b87;
    color: white;
}