.tourtable {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout:fixed;
}

.tourtable td,
.tourtable th {
    border: 1px solid white;
    padding: 5px;
    word-wrap: break-word;
}

.tourtable th {
    text-align: center;
}

.tourtable tbody tr:nth-of-type(even) {
    background-color: #404040;
}

.tourtable thead tr {
    background-color: #696969;
}

.tourtable tr:hover {
    background-color: #757575 !important;
}

.tdcenter {
    text-align: center;
}

.tdleft {
    text-align: left;
}

.tdright {
    text-align: right;
}

.trweak {
    background-color: #303030;
    color: #AAAAAA;
}

.trstrong {
    background-color: #606060;
}

.checkmark {
    color: #FFFFFF;
}

.detailtable {
    border-collapse: collapse;
    margin-top: 20px;
    margin-bottom: 20px;
    table-layout:fixed;
}

.detailtable td,
.detailtable th {
    border: 1px solid white;
    padding: 5px;
    word-wrap: break-word;
}
