.table-reset {
  border-collapse: collapse;
}

#fb-timeline {
  padding-bottom: 20px;
}

#fb-timeline.timeline-loading {
  height: 400px;
  background: url(loader.gif) center center no-repeat;
}

.post {
  display: block;
  overflow: hidden;
  position: relative;
  margin-top: 10px;
  padding-top: 10px;
  text-align: left;
}
.post:first-child {
  margin-top: 0;
}
.post + .post {
  border-top: 1px dotted #9c1213;
  padding-top: 15px;
}
.post .social-content {
  position: relative;
  padding: 0 15px 0 10px;
}
.post .topic {
  text-transform: uppercase;
  margin-bottom: 0.75em;
}
.post .navbar {
  width: 100%;
  list-style: none;
  margin: 0;
  padding: 10px 0;
  padding-bottom: 0;
}
.post .navbar li {
  height: auto;
  width: auto;
  margin-left: 0;
  float: left;
  border: 0;
}
.post .navbar li + li {
  margin-left: 10px;
  border-left: 1px solid #9c1213;
  padding-left: 10px;
}
.post a {
  font-weight: bold;
  text-decoration: none;
  color: #9c1213;
}
.post a:hover {
  text-decoration: underline;
}