﻿body .container.cluster .separated {
  border-top: rgba(0, 0, 0, 0.08) 2px solid;
  padding: 4px 0px;
}
body section.main-content.cluster div.access {
  font-size: 0;
}
body section.main-content.cluster div.access a.btn {
  font-weight: bold;
  font-family: "Roboto Condensed", sans-serif;
  text-decoration: none;
  color: #fff;
  border-color: #fff !important;
  text-transform: uppercase;
  background-color: #b39f88;
  margin-right: 5px;
}
body section.main-content.cluster div.access a.btn:hover {
  background-color: #998874;
}
body section.main-content.cluster div.access a.btn.register {
  background-color: #d9662b;
}
body section.main-content.cluster div.access a.btn.register:hover {
  background-color: #BF5926;
}
