.Table_box{
    background-color: rgb(238,232,232);
}
.Table_box h1{
    text-align: center;
    padding-top: 10px;
    color: rgb(89,83,71);
    font-weight: 600;
}
.table_cont{margin-top: 30px;}
.table_cont table{
    width: 100%;

}
.table_cont table tr th{
    height: 30px;
    text-align: center;
    border-right: 1px solid rgb(89,83,71);
    background-color: rgb(252,217,135);
}
.table_cont table tr th:last-child{
    border: none;
}
.table_cont table tr td{
    text-align: center;
    overflow: hidden;
    border-bottom: 1px solid black;
    height: 40px;
    border-right: 1px solid rgb(89,83,71);
}
.table_cont table tr td:last-child{border-right: none;}