body {
    font-size: 12pt;
}

table + h2 {
    margin-top: 1ex;
}


dd {
    margin-left: 3em;
}

/* The icon list in the about page */
.social {
    list-style-type: none;
    margin-top: 10.5px;
    padding: 0px;
}

.social > li {
    display: inline;
    margin-right: 3px;
}

.social > li > a{
    color: #333;
}

.fa-ul {
    margin-top: 10px;
}

.fa-ul li {
    margin-bottom: 5px;
}

footer {
    width: 100%;
    margin-top: 30px;
    border-top: 1px solid #CCC;
    padding-top: 30px;
    padding-bottom: 30px;
    color: #6F6F6F;
 }

.list-group-item {
    border: none;
}

.list-group-item > i {
    margin-right: 5px;
}

.thumbnail {
    border-radius: 4px;
}

.container-fluid {
    padding: 0;
}

.altmetric-embed img {
    width: auto; /* Prevent img width=100% in Chrome (makes it stretched) */
}

.site-description {
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 45px;
    padding-right: 45px;
    line-height: 45px;
    font-size: 18pt;
}

.banner-area {
    background-color: #EEE;
    margin-bottom: 30px;
}

.banner {
    background-size: cover;
    width: 100%;
    min-height: 400px;
    box-shadow: 0px 0px 15px rgba(0, 0, 0, 0.5) inset;
    background-position: left top;
    margin: 0px;
}

.summary-box {
    padding-left: 45px;
    padding-right: 45px;
}

.github-fork-ribbon:before {
  /* Set the base colour */
  background-color: #000;
}

.github-fork-ribbon:after {
    padding: 0;
}

table.dataTable thead .sorting:after,
table.dataTable thead .sorting:before,
table.dataTable thead .sorting_asc:after,
table.dataTable thead .sorting_asc:before,
table.dataTable thead .sorting_asc_disabled:after,
table.dataTable thead .sorting_asc_disabled:before,
table.dataTable thead .sorting_desc:after,
table.dataTable thead .sorting_desc:before,
table.dataTable thead .sorting_desc_disabled:after,
table.dataTable thead .sorting_desc_disabled:before {
  bottom: .5em;
}
