.table thead tr th {
    background-color: #119178;
    vertical-align: middle;
    border-width: 1px 1px 10px;
    border-style: solid;
    font-weight: 400;
    padding: 12px 10px;
    font-size: 16px;
    color: #FFFFFF;
}


.table-event thead tr th {
  background-color: #119178 !important;
  border-color: #16A085 #16A085 #16A085 !important;
  color: #fff;
}

.table-striped>tbody>tr:nth-of-type(odd) {
  background-color: #F5F5F5;
}

.border-right {
  border-right: 1px solid #E5E5E5;
}

.fixed-top-event thead{
}

.table-event-block{
    position: relative;
}

.table>thead>tr>th, .table>tbody>tr>th, .table>tfoot>tr>th, .table>thead>tr>td, .table>tbody>tr>td, .table>tfoot>tr>td{
    padding: 8px;
    line-height: 1.42857143;
    vertical-align: middle;
    /*border-top: 1px solid #ddd;*/
}

tr.events2_tr {
    /*background: #68F2FF;*/
    color:#0066A0;
}

tr.events2_tr a {
    color:#0066A0;
}

tr.events2_tr a:hover{
    color: #005d96;
    text-decoration: underline;
}

tr.events2_tr a:focus{
    color: #005d96;
}

table tr{
    padding: 10px;
}
