.badge {
  font-size: 12px !important;
}

.content {
  font-family: 'Open Sans', sans-serif !important;
  font-size: 16px;
  line-height: 1.5em;
  border-radius: 15px;
}

div.content > br {
  content: " ";
  display: block;
  margin: 12px 0;
  line-height: 150%;
}


.oi-lg {
  font-size: 20px;
}

span.oi:hover {
  /*color: red;*/
}

.joke-box {
  transition: background-color 1s, border-color 1s;
  border: solid 1px white;
}


.joke-box:hover {
  transition: background-color 1s, border-color 1s;
  border: solid 1px #d6d8d9;
}
.ui-action{
  padding: 0 5px;
}
.oi-heart {
  color: black;

}

.oi-heart:hover, .oi-heart-marked {
  transition: color 1s;
  color: red;
}
.oi-heart-marked{
  color: red;
}
.no-underline {
  text-decoration: none !important
}
.black-link{
  color: black;
}
.jumbo-h1{
  font-size: 16px;
  font-weight: bold;
}
.nav-round{
  border-radius: 7px;
}
.jumbotron{
  margin-bottom: 5px;
}