.header {
    background: linear-gradient(to top, #266836, #42b55e);
  }

thead, tbody, tfoot, tr, td, th {
  border-color: rgb(206, 212, 217);
  border-style: solid;
  border-width: 1px;
}

.item-content, .page-header{
    border-bottom: 1px solid #aaa;
    margin-bottom: 20px;
}
.item-content, .item-title{
    border-bottom: 1px solid #aaa;
    margin-bottom: 5px;
}