  .uk-table > thead {
  background-color: #132347;
  box-shadow: 3px 8px 16px rgba(0,0,0,.12);
 }

.uk-table th {
  padding: 16px 12px;
  text-align: center;
  vertical-align: bottom;
  font-size: 13px;
  font-weight: 400;
  color: #fff;
  text-transform: uppercase;
  letter-spacing: .08em;
    border: 1px solid #dee2e6;
 }

.uk-table td {
border: 1px solid #dee2e6;   
    
}

.el-title {
 font-weight:400;   
}      
