h2.sppb-addon-title {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 16pt;
  font-weight: normal;
  color: #832d91;
  margin-bottom: -5px;
  margin-top: -2px;
  border-bottom: 1px #CECECE solid;
  border-top: 2px #999999;
}
table {
  border-collapse:unset;
}
table td {
  border: double #832d91; 
  color: #832d91;  
}
.page-content {
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.page-content p {
    color: #615F5F;
    line-height: 18px;
    font-size: 14px;
}
.sp-megamenu-parent {
  list-style: none;
  padding: 0;
  margin: 0 -15px;
  z-index: 99;
  display: block;
  float: left;
  position: relative;
  margin: 0 auto 0 10%;
  text-align: center;
  background-color:purple;
  border-radius:25px;
}
.sp-megamenu-parent > li > a {
  color: #fff;
  font-weight: bold;
}
.sp-megamenu-parent > li > a, .sp-megamenu-parent > li > span {
    display: inline-block;
    padding: 0 12px;
    line-height: 36px;
    font-size: 14px;
    margin: 0;
}
.sp-megamenu-parent > li:hover > a {
  color: #92b22d;
  font-weight: bold;
}
.sp-megamenu-parent > li.active > a, .sp-megamenu-parent > li.active:hover > a {
    color: #92b22d;
    font-weight: bold;
}
#sp-top {height:6rem;}
#sp-footer {
  background-color: lightgrey;
  color:darkgrey;
}
.article-details .article-ratings-social-share {
  padding: 0;
  border-top: 1px solid #f5f5f5;
  border-bottom: 1px solid #f5f5f5;
  margin-bottom: 0;
}
.article-details {
  margin-left: 20%;
  margin-right: 20%;
  background-color:aliceblue;
}
.article-header {
    color: purple;
}
.article-social-share {
  display:none;
}

.edit.item-page {
    margin-left: 20%;
    margin-right: 20%;
    background-color: aliceblue;
    padding: 5px 15px 15px 15px;
}
.category-list {
    margin-left: 20%;
    margin-right: 20%;
    background-color: aliceblue;
    padding: 5px 15px 15px 15px;
}
#sp-main-body {
    background-image: url(/images/background.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.layout-edit #editor-xtd-buttons, .layout-edit .toggle-editor {
    margin-top: 20px;
    margin-bottom: 20px;
}
.article-social-share {
    display: none;
}
.small-margins .article-details {
  margin:5px 15px 5px 15px;
}
/* 
.latestnewsblock {
  margin-top:20px;
  margin-bottom:-20px;
*/
/*
@media only screen and (max-width: 1200px){
  .latestnewsblock {
    padding-top: 75px;
    padding-bottom: 0;
    height:200px;
  }
}
@media only screen and (max-width: 920px){
  .latestnewsblock1 {
    background-size:contain;
    padding-top: 0;
  }
}
*/