.top-bar {
  background-color: #000000;
  margin-bottom: 10px;
  text-align: center;
  color: #ffffff;
  font-size: 18px;
}

.top-bar .wrap {
  padding: 2px 10px;
}

.top-bar a.tb-button {
  border-radius: 3px;
  padding: 5px 8px;
  margin: 0 3px;
  font-size: 14px;
  background: #FFE000;
  color: #000;
  text-decoration: none;
  white-space: nowrap;
  transition: 0.2s;
}

.top-bar a.tb-button:hover {
  background: #FFC100;
  color: #000;
}

a.jotuell-btn {
  display: inline-block;
  position: relative;
  margin: 0 5px 8px 0;
  padding: 4px 10px;
  text-decoration: none;
  text-align: center;
  font-size: 15px;
  font-weight: bold;
  font-style: normal;
  line-height: 0.8em;
  border-radius: 100px;
  border-width: 1px;
  border-style: solid;
  color: #fff;
  background: #43c801;
  border-color: #43c801;
  text-shadow: 0 1px 0 rgba(0,0,0,0.25);
  box-shadow: 0 1px 2px rgba(0, 0, 0, 0.2);
  box-sizing: border-box;
  outline: none;
  cursor: pointer;
  transition: all 0.4s ease 0s;
}
a.jotuell-btn:hover {
  text-decoration: none;
  opacity: 0.9;
  -moz-opacity: 0.9;
  -webkit-opacity: 0.9;
  color: #fff;
}

a.jotuell-btn.big {
  padding: 12px 24px;
  line-height: 22px;
  font-size: 22px;
}

a.jotuell-btn.medium {
  padding: 8px 16px;
  line-height: 15px;
  font-size: 15px;
}

a.jotuell-btn.small {
  padding: 5px 12px;
  line-height: 12px;
  font-size: 12px;
}

a.jotuell-btn.big i {
  padding-right: 10px;
}

a.jotuell-btn.medium i {
  padding-right: 8px;
}

a.jotuell-btn.small i {
  padding-right: 6px;
}