.container-header .site-description {
    color: #014181;
}
.metismenu.mod-menu .metismenu-item {
    padding: .5em;
    font-size: 1rem;
}
table {
  border-collapse: collapse;
  width: 100%;
  border-top-width: 0px;
  border-bottom-width: 0px;
  border-left-width: 0px;
  border-right-width: 0px;
  margin-bottom: 20px;
}
thead, tbody, tfoot, tr, td, th {
    border-color: inherit;
    border-style: solid;
    border-bottom-width: 1px;
}
th, td {
  padding: 8px;
  text-align: left;
  border-bottom-width: 1px solid #ddd !important;
}

tr:hover {background-color: #014181; color: #fff;}