tr.header.sc_header {
display:none;
}

img {
   margin-left: 0!important;
}

table{
background-color: #F7F7F7;
}

button#submit_button {
  background-color:#fab200;
  position: absolute;
  left:60px;
  border-color: #333;
  color: #333;
  box-shadow: none;
}
.form-control:focus {
  border:1px solid #FAB200!important;
  box-shadow:none!important;
}
*:focus {
  outline: 2px solid #FAB200;
}


HTML>BODY {
  background-color: #f7f7f7!important;
}
