@charset "UTF-8";

.tbl-wrap .tbl.data.news tbody td a.label{
  font-size: 17px;
  color: #1D1D1D !important;
  text-decoration: underline;
  padding-left: 54px;
  display: block;
  text-underline-offset: 3px;
  text-align: left;
  position: relative;
  min-height: 50px;
  display: flex;
  align-items: center;
}

.tbl-wrap .tbl.data tbody th {
    background-color: #f8f8f8;
    border-bottom: 1px solid #016A6A;
    font-size: 15px;
    font-weight: 700;
    line-height: 150%;
    padding: 10px 16px;
    text-align: center;
    color: #1D1D1D;
}
.tbl-wrap .tbl.data tbody th,
.tbl-wrap .tbl.data tbody td{
    text-align: center;
}

.gotoList {
  background-color: #fff !important;
  color: #016A6A !important;
  text-decoration: none !important;
}
.gotoList:hover,
.gotoList:focus{
    background-color: #F2FBFB !important;
    color: #014F4F !important;
} 
.gotoLink,
.gotoDown {
      color: #016A6A !important;
      text-decoration: none !important;
}

.se-list .se-list-item {
  margin-left: 0 !important;
}