.tour-t {
    margin-left: 5%;
    margin-top: 10px;
    height: auto;
}

.tour-t tr {
    height: 30px;
}

.cell-name {
    word-wrap: anywhere;
    text-align: left;
    padding-left: 10px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
    line-height: 18px;
}

.cell-point-upper {
    vertical-align: bottom;
    padding-bottom: 5px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
}

.cell-point-lower {
    vertical-align: top;
    padding-top: 5px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

.cell-branch {
    text-align: left;
    padding-left: 5px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
}

.cell-branch2 {
    text-align: left;
    padding-left: 5px;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
}

.cell-branch3 {
    text-align: left;
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: none;
}

.cell-line-upper {
    text-align: left;
    vertical-align: bottom;
    padding-bottom: 5px;
    border-top-style: none;
    border-bottom-style: solid;
    border-left-style: none;
    border-right-style: none;
}

.cell-line-lower {
    padding-top: 5px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}
.cell-line-t-l-r {
    padding-top: 5px;
    border-top-style: solid;
    border-bottom-style: none;
    border-left-style: solid;
    border-right-style: solid;
}

.cell-brank {
    border-top-style: none;
    border-bottom-style: none;
    border-left-style: none;
    border-right-style: none;
}

