#sp-main-body {
  padding: 10px 0;
}

#sp-menu{
  text-transform: uppercase !important;
}

span.badge.bg-danger.featured-article-badge {
    display: none;
}

.articleBody, .article-body, .row0 {
	border: 2px solid #89cff3;
	border-radius: 20px;
	padding: 20px;
	margin-bottom: 15px !important;
}

.article-header h2, .row0 h2 {
    color: #46A4CA;
    font-size: 1.6em;
    font-weight: bold;
    text-shadow: -2px 5px 5px hsl(0, 0%, 90%);
}

.article-list .article {
  position: relative;
  margin-bottom: 30px;
  padding: 0px;
  border: 1px solid #f5f5f5;
  border-radius: 3px;
}

.article-introtext img {
  margin: 0px 10px!important;
}