
  /*******************************************************************************************/

  [class *= switch-field-month] input {
    position: absolute !important;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    width: 1px;
    overflow: hidden;
  }
  
  [class *= switch-field-month] label {
    display: inline-block;
    width: 110px;
    text-align: center;
    text-shadow: none;
    padding-top: 8px;
    padding-bottom: 10px;
    margin-top: -8px;
    border: 1px solid #E3E3E3;
    border-radius: 5px;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -ms-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
  }
  
  [class *= switch-field-month] label:hover {
    cursor: pointer;
  }

  .switch-field-month input:checked+label {
    background-color: #a5dc86;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
  }

  .switch-field-month [id *= right]:checked+label {
    background-color: #FF4A55;
    -webkit-box-shadow: none;
    box-shadow: none;
    font-weight: bold;
  }

  
  br {
    line-height: 150%;
 }


  /*******************************************************************************************/