.mytable_header>thead>tr>th{
    border-top: 1px solid #b3b3b3;
    border-bottom: 1px solid #b3b3b3;
    border-right: 1px solid #b3b3b3;
}
       
.mytable_header>thead>tr>th:first-child {
    border-left: 1px solid #b3b3b3;
}
.mytable_header>tbody>tr>td:first-child {
    border-left: 1px solid #b3b3b3;
}
.mytable_header>tbody>tr>td:last-child {
    border-right: 1px solid #b3b3b3;
}
.mytable_header>tbody>tr>td:first-child {
    border-left: 1px solid #b3b3b3;
}

.mytable_header>tfoot>tr>th:first-child {
    border-left: 1px solid #b3b3b3;
}
.mytable_header>tfoot>tr>th:last-child {
    border-right: 1px solid #b3b3b3;
}
.mytable_header>tfoot>tr>th {
    border-bottom: 1px solid #b3b3b3;
}


.mytable>thead>tr, .mytable>tfoot>tr{
    background-color:  #e1e1d0; height:35px;font-size:12px;
}
.mytable>thead>tr>th{
    padding:2px;
    background-color:#e6e6e6; height:35px;font-size:12px;
    vertical-align:middle;
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0px;
}
.mytable>thead>tr>td{
    padding:2px;
    background-color:#e6e6e6; height:35px;font-size:12px;
    vertical-align:middle;
    
    border-collapse: separate;
    border-radius: 0px;
    border-spacing: 0px;
}
.mytable>tbody>tr>td, .mytable>tbody>tr>th, .mytable>tfoot>tr>td, .mytable>tfoot>tr>th {
    padding: 2px; font-size:11px;
    vertical-align: inherit;
    
    font-weight:400;
    color:#5f6062; 
}
.mytable>thead {
    display: table-header-group;
    vertical-align: middle;
}
.mytable>thead:first-child tr:first-child th:first-child{
    border-radius: 6px 0 0 0;
}
.mytable>thead:last-child tr:last-child th:last-child{
    border-radius: 0 6px 0 0;
}

.mytable>tbody:first-child tr:first-child td:first-child {
    border-radius: 0 0 0 0;
    border-left-color:#b3b3b3;
    border:1;
}
.mytable>tbody:last-child tr:last-child td:last-child {
    border-radius: 0 0 0 0;
    border-right-color:#b3b3b3;
    border:1;
}

.mytable>thead>tr>td{
    font-size:9px;
}
.mytable_nowrap{
    word-wrap:break-word;
}


.mytable>tbody tr:nth-child(2n) {
  background:#f0f3f5;
}