/* make comments button appear below tabs when tabs are long */
.tab-nav ul {
  display: inline-block;
}
.tab-nav .right {
  float: right;
  max-height: none;
}

/* add spaces around tabs, no only on the right */
.tab-nav ul li {
  margin: 1px;
}
