#selectMonth,
#selectDay,
#selectYear,
#dateDone {
    font-size: 1px;
    /* 1 px, becuase nvda can not see 0 font size */
    opacity: 0.1;
    /* Gives full opacity and blends text into background */
    margin: 0;
    padding: 0;
    border: 0;
    -webkit-appearance: none;
    -moz-appearance: none;
    -ms-appearance: none;
}

.one {
    font-size: 1px;
    /* 1 px, becuase nvda can not see 0 font size */
    opacity: 0.1;
    /* Gives full opacity and blends text into background */
    margin: 0;
    padding: 0;
    border: 0;
}

#showDate{
    font-size: 1px;
    /* 1 px, becuase nvda can not see 0 font size */
    opacity: 0.1;
    /* Gives full opacity and blends text into background */
    margin: 0;
    padding: 0;
    border: 0;
}
