.sidebar-button-heading h3 {
  background-color: #fcfcfc;
  background: -webkit-gradient(linear,left top,left bottom,from(#fcfcfc),to(#d9dadb));
  background: -webkit-linear-gradient(top,#fcfcfc,#d9dadb);
  background: -moz-linear-gradient(top,#fcfcfc,#d9dadb);
  background: -ms-linear-gradient(top,#fcfcfc,#d9dadb);
  background: -o-linear-gradient(top,#fcfcfc,#d9dadb);
  border-top: 1px solid #FFF;
  border-bottom: 1px solid #FFF;
  text-transform: uppercase;
  padding: 10px;
  border: 1px solid #a1a1a1;
  margin-bottom: 0;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  text-shadow: 0 1px 1px #FFF;
  text-align: center;
  font-weight: 700;
  border-bottom: 0px;
  color: inherit;
  font-size: 18px;
  margin: 0;
}
.sidebar-button-subheading p {
  font-weight: 600;
  text-shadow: 0 1px 0 #FFF;
  padding: 15px 15px 8px
    line-height: 20px;
  color: rgb(40, 40, 40);
  text-decoration: none;
  margin: 0;
  text-align: center;
}
.sidebar-button-list a {
  display: block;
  background: #244da3;
  border: none;
  line-height: normal;
  padding: 10px 12px;
  text-align: center;
  max-width: 180px;
  margin: 20px auto 0;
  font-weight: 600;
  text-decoration: none;
  color: #fff;
}
.sidebar-button-list {
  padding: 20px 15px 30px;
  border: 1px solid #a1a1a1;
  border-radius: 0 0 10px 10px;
}
.sidebar-button-block-inner {
  max-width: 300px;
  width: 100%;
}
.sidebar-button-list a:hover, .sidebar-button-list a:active, .sidebar-button-list a:focus {
  text-decoration: none;
  background: #224592;
  border: none;
  color: #fff;
}