.header_title.header_title_btn {
  height: auto;
  margin-top: 12px;
  text-align: center;
}
.role_buttons_btn {
  display: inline-block;
  text-align: center;
  margin: 20px 0px 6px 0px;
  font-size:16px;
 }
.role_buttons_btn a {
    text-decoration:none;
}
.btn_red_btn-mk {
  color: white;
  cursor: pointer;
  text-shadow: 1px 1px 2px #000000;
  font: bold 12px Georgia, serif;
  text-transform: uppercase;
  text-decoration: none;
  padding: 8px 15px;
  border-radius: 4px;
  -moz-border-radius: 4px;
  -webkit-border-radius: 4px;
  border-top: 1px solid #B95C49;
  border-left: 1px solid #281503;
  border-right: 1px solid #281503;
  border-bottom: 1px solid #170C02;
  background: #9D1A00; /* Old browsers */
  background: -moz-linear-gradient(top, #9D1A00 0%, #931300 50%, #830C00 100%); /* FF3.6+ */
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,#9D1A00), color-stop(50%,#931300), color-stop(100%,#830C00)); /* Chrome,Safari4+ */
  background: -webkit-linear-gradient(top, #9D1A00 0%,#931300 50%, #830C00 100%); /* Chrome10+,Safari5.1+ */
  background: -o-linear-gradient(top, #9D1A00 0%,#931300 50%,#830C00 100%); /* Opera 11.10+ */
  background: -ms-linear-gradient(top, #9D1A00 0%,#931300 50%,#830C00 100%); /* IE10+ */
  background: linear-gradient(to bottom, #9D1A00 0%,#931300 50%,#830C00 100%); /* W3C */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#9D1A00', endColorstr='#830C00',GradientType=0 ); /* IE6-9 */
}