
/* Change the white to any color */
input:-webkit-autofill,
input:-webkit-autofill:hover,
input:-webkit-autofill:focus,
input:-webkit-autofill:active
{
 -webkit-box-shadow: 0 0 0 30px white inset !important;
}

.select .option-list a {
 padding: 0 0.5rem 0 0.5rem;
}

.colspan-md-05,
.cell-md-05,
.col-md-05 {
  -webkit-box-flex: 0;
  flex: 0 0 4.166667%;
  max-width: 4.166667%;
}

.colspan-md-075,
.cell-md-075,
.col-md-075 {
  -webkit-box-flex: 0;
  flex: 0 0 6.25%;
  max-width: 6.25%;
}

.colspan-md-025,
.cell-md-025,
.col-md-025 {
  -webkit-box-flex: 0;
  flex: 0 0 2.083333%;
  max-width: 2.083333%;
}

.colspan-md-25,
.cell-md-25,
.col-md-25 {
  -webkit-box-flex: 0;
  flex: 0 0 4.166667%;
  max-width: 4.166667%;
}

.colspan-md-250,
  .cell-md-250,
  .col-md-250 {
    -webkit-box-flex: 0;
            flex: 0 0 20.8333375%;
    max-width: 20.8333375%;
  }


