.u-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
  background-color: #ffffff;
  border-radius: 4px;
  overflow: hidden;
}
.u-table th, 
.u-table td {
  padding: 15px;
  border-bottom: 1px solid #e0e0e0;
}
.u-black {
  background-color: #273046;  
  color: #ffffff;
}
.u-black a {color: #ffffff;}
.u-black a:hover {color: #c9ced5; }
.u-table tbody tr:nth-child(even) {background-color: #f2f5f7;}
.u-table tbody tr:hover {background-color: #e9ecef;}

