.header_title.header_title_btn{
  height: auto;
  margin-top: 12px;
  text-align: center;
}
.role_buttons_btn{
  display: inline-block;
  text-align: center;
  margin: 25px 0px 8px 0px;
  font-size:16px;
 }
.role_buttons_btn a {
    text-decoration:none;
}
.btn_red_btn{
  color: white;
  font-family: helioscondcbold;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 3px;
  -moz-border-radius: 3px;
  -webkit-border-radius: 3px;
  border-bottom: 1px solid #4C3C3C;
  border-right: 1px solid #840000;
  border-top: 1px solid #E44F4F;
  border-left: 1px solid #991313;
  background: #a90329; /* Old browsers */
  background: -moz-linear-gradient(top, #a90329 0%, #8f0222 50%, #6d0019 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#a90329), color-stop(50%,#8f0222), color-stop(100%,#6d0019)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #a90329 0%,#8f0222 50%,#6d0019 100%); /* IE10+ */
  background: linear-gradient(to bottom, #a90329 0%,#8f0222 50%,#6d0019 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#a90329', endColorstr='#6d0019',GradientType=0 ); /* IE6-9 */

}