  /* mark {
    can change color or highlighting settings here
} */

#accordion-search-clear-button {
    display: inline-block;
    height: 45px;
    width: 65px;
    font-size: 15px;
    border: 1px solid #EEE;
    outline: none;
    margin-left: 5px;
    box-shadow: 0px 2px 4px rgba( 0, 0, 0, .2 );
    color: #333;
}
#accordion-search-clear-button {
    box-shadow: 0px 4px 8px rgba( 0, 0, 0, .5 );
}

#accordion-search-input {
    border: 1px solid #EEE;
    outline: none;
    width: calc(100% - 120px);
    max-width: 400px;
    height: 45px;
    font-size: 15px;
    background-color: #fff;
    box-shadow: 0px 2px 4px rgba( 0, 0, 0, .2 );
    display: block;
    padding: 0 20px;
    margin-bottom: 40px;
    display: inline-block;
}

#accordion-search-input::placeholder {
    color: #909090;
}

#accordion-search-input:focus {
    box-shadow: 0px 4px 8px rgba( 0, 0, 0, .5 );
}

.csudhAccordionSection.is-hidden {
    display: none;
}