.conveners_table{
    border-collapse: collapse;
    width:90%;
}

.conveners_header_th_first_col{
    border-radius:10px 0 0 0;
}
.conveners_header_th_last_col{
    border-radius:0 10px 0 0;
}

.oddRow{
     color: #000;
     background-color: #FFFFFF;
     border-bottom: 1px solid #98A0A8;
}
.evenRow{
     color: #000;
     background-color: #F5F5F5;
     border-bottom: 1px solid #98A0A8;
}
.tdSpaced{
    padding-top: .4em;
    padding-bottom: .4em;
}
.conveners_header_th{
    background-color:#98A0A8 !important;
    vertical-align: middle;
    border-bottom: 1px solid #98A0A8;
    color: #fff;
    font-weight: normal;
}