  .rt-light a {
  font-weight: bold;
}
.cb_template *, .cb_template ::before, .cb_template ::after {
  border: none;
}
.cb_template .btn {
  color: #056c51;
  background-color: #fff;
  border-radius:25px;
  padding:8px 20px;
  border: solid 2px #056c51;
}
.cb_template .btn:hover {
  color: #111;
  background-color: #ddd;
  border-radius:25px;
  padding:8px 20px;
  border: solid 2px #111;
}