// Date pattern

// Hide the 'spinner' for webkit // and also for Firefox input::-webkit-outer-spin-button, input::-webkit-inner-spin-button {

-webkit-appearance: none;
margin: 0;

}

input {

-moz-appearance: textfield;

}

.form-date {

.form-group {
  float: left;
  width: 50px;

  margin-right: 20px;
  margin-bottom: 0;
  clear: none;

  label {
    display: block;
    padding-bottom: 2px;
  }

  input {
    width: 100%;
  }
}

.form-group-year {
  width: 70px;
}

}