.pagetitle {
    border-bottom: initial;
    border-left: initial;
    padding: initial;
    display: block;
    width: 100% ;
    padding: 30px 19px ;
    margin: 0 ;
    color: #2c2c2f ;
    background: #cde4ff ;
    border-top: solid 5px #5989cf ;
    border-bottom: solid 5px #5989cf ;
    text-align: center;
}

*,
*:before,
*:after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

.btn,
a.btn,
button.btn {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  display: block;
  padding: 1rem 1.5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn-yellow {
  color: #000;
  background-color: #fff100;
  border-bottom: 5px solid #ccc100;
}

a.btn-yellow:hover {
  margin-top: 3px;
  color: #000;
  background: #fff20a;
  border-bottom: 2px solid #ccc100;
}

a.btn-blue {
  color: #000;
  background-color: #cde4ff;
  border-bottom: 5px solid #778899;
}

a.btn-blue:hover {
  margin-top: 3px;
  color: #000;
  background: #cde4ff;
  border-bottom: 2px solid #778899;
}

td {
   vertical-align: middle !important;

}

.center {
   text-align: center;
   padding: 10px 0 10px 0;
   font-size: 5;
}

.qr{
   margin-bottom: -20px;
}

.code{
   border: 0px;
}

.general section table {
    clear: both;
    width: 65% !important;
}

.haba {
   width: 100% !important;
}