
/*Column contents*/
/*center*/
.center {
  padding-top: 0;
}
.center h2 {
  background:#030303;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 15px;
  padding-top: 5px;
  padding-bottom: 5px;
  border-bottom: 1px solid red;
  border-left: 8px double #BA0000;
}

.content {
  padding-left: 10px;
  padding-right: 10px;
}

/*sidebar*/
.links {
  display: inline-block;
  width: 93%;
  border-bottom: 1px solid red;
  border-left: 6px double #BA0000;
  background: rgba(5, 5, 5, .9);
  padding-top: 5px;
  padding-bottom: 4px;
  padding-left: 6px;
  margin-top: 0;
  margin-bottom: 0;
}
a.links:first-of-type {
  margin-top: -5px;
}
p.links {
  text-align: left;
  margin-left: 0;
  margin-bottom: 5px;
}