.tow_left {
    width: 29vw;
    height: 22vh;
    position: absolute;
    left: 3vw;
    top: 4vh;
}

.tow_left table {
    font-size: 14px;
    width: 100%;
    height: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-collapse: collapse;
}

.tow_left table td {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    text-align: center;
}

.tow_left table tr:first-child td {
    color: rgba(255, 255, 255, 0.2);
}

.tow_center {
    width: 29vw;
    height: 22vh;
    position: absolute;
    left: 34.5vw;
    top: 4vh;
}

.tow_center table {
    font-size: 14px;
    width: 100%;
    height: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-collapse: collapse;
}

.tow_center table td {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    text-align: center;
}

.tow_center table tr:first-child td {
    color: rgba(255, 255, 255, 0.2);
}

.tow_center table tr:nth-child(2) td {
    color: rgba(255, 255, 255, 0.2);
}

.tow_right {
    width: 29vw;
    height: 22vh;
    position: absolute;
    left: 66vw;
    top: 4vh;
}

.tow_right table {
    font-size: 14px;
    width: 100%;
    height: inherit;
    border: 1px solid rgba(255, 255, 255, 0.2);
    border-collapse: collapse;
}

.tow_right table td {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    text-align: center;
}

.tow_right table tr:first-child td {
    color: rgba(255, 255, 255, 0.2);
}

.tow_right table tr:nth-child(2) td {
    color: rgba(255, 255, 255, 0.2);
}