#numerologieInput {
    transition: opacity 1s;
}

#numerologieInput input#numerologiePageButton {
    display: grid;
    margin: auto;
}

#numerologieInput input#numerologiePageDate {
    width: 95%;

}

#numerologieOutput {
    text-align: justify;
    transition: opacity 1s;
}

#numerologieOutput h3, #numerologieOutput h4 {
    text-align: center;
}


#numerologieOutput #numerologieReload {
    display: grid;
    margin: auto;
}

#primary #content header h1 {
    text-align: center;
}

.faded {
    opacity: 0;
}

#numerologieOutput p {
    background-color: #94bc5c;
    color: white;
    border-radius: 5px;
    padding: 10px;
    font-size: 1.1rem;
}

/* Always display the drop down caret */
input[type="date"]::-webkit-calendar-picker-indicator {
    color: #2c3e50;
}

/* A few custom styles for date inputs */
input[type="date"] {
    appearance: none;
    -webkit-appearance: none;
    color: #444444;
    font-family: "Open Sans", arial, sans-serif;
    font-size: 16px;
    border: 1px solid #eaeaea;
    border-radius: 3px;
    background:#f8f8f8;
    padding:5px;
    display: inline-block !important;
    visibility: visible !important;
}

input[type="date"], focus {
    color: #444444;
    box-shadow: none;
    -webkit-box-shadow: none;
    -moz-box-shadow: none;
}