/*============================================================================================*/
/* Your custom styles below */
/*============================================================================================*/
.timer_wrapper {
  float: right;
  padding: 5px 35px;
  display: none;
}

/*============================================================================================*/
/* 2.  CONTENT */
/*============================================================================================*/
.subheader {
  height: 71px;
}

button.backward {
    display: none;
}

/*============================================================================================*/
/* 2.  FORM */
/*============================================================================================*/
select:disabled {
    background-color: #e9ecef;
}
