﻿.tv, .tv th, .tv td {
    border: 1px solid;
    text-align: center;
    width: inherit;
    border-color: lightgray;
}

    .tv td {
        min-width: 130px !important;
        max-width: 130px !important;
        width: 130px;
        height: 30px;
    }

    .tv td, .tv th {
        border-right: unset;
        border-bottom: unset;
    }

.td2 {
    border-left: unset !important;
}
