img.postImageFloatLeft
{
float:left;
}

img.postImageFloatRight
{
float:right;
}
post_emphasis{
	font-weight: bold;}

a.orangeButton {
  background-color: #F6A000;
  -moz-border-radius: 30px;
  -webkit-border-radius: 30px;
  border-radius: 30px;
  color: #fff;
  font-weight: 500;
  padding: 5px 10px;
  margin-right: 5px;
  display: inline-block;
  transition: all 0.2s ease-out;
}

a.cta-button.turquoise {
  background-color: #37b8cf;
}

a.cta-button.green {
  background-color: #8ef2a4;
}

a.cta-button.teal {
  background-color: #008299;
  color: #fff;
}

a.cta-button.teal-dark {
  background-color: #007b91;
  color: #fff;
}