#sp-left .sp-module ul > li > a {
  display: block;
  padding: 5px 0;
  line-height: 26px;
  padding: 5px 10px;
  font-weight:700;
  border: 2px solid darkgrey;
  box-shadow: 8px 8px 5px #888888;
  }

#sp-left .sp-module ul > li > a:hover {
	display: block;
    box-shadow: 8px 8px 5px #C91427;
}

.mastercontacts   {
    box-shadow: 5px 5px 5px #888888;
   }


#sp-left .sp-module .sp-module-title, #sp-right .sp-module .sp-module-title {
  margin: 0 0 20px;
  padding-bottom: 20px;
  font-size: 22px;
  text-align: center;
  font-weight: 700;
  border-bottom: 1px solid #f3f3f3;
}

#sp-left .sp-module, #sp-right .sp-module {
  margin-top: 10px;
  border: 1px solid #f3f3f3;
  padding: 20px;
  border-radius: 3px;
}

#sp-left .sp-module ul > li, #sp-right .sp-module ul > li {
  display: block;
  padding-bottom:10px;
  border-bottom: 1px solid #f3f3f3;
}

#sp-left .sp-module:first-child, #sp-right .sp-module:first-child {
  margin-top: 0;
  background-color:#ece8e8;
}

