/* Champ Date */
input[type="button"].ui-datepicker-trigger, button[type="button"].ui-datepicker-trigger {
    padding: 0;
    margin: 0 0 0 0.35em;
    border: none;
    background-color: transparent;
}

button.ui-datepicker-trigger:before {
    color: #cc0033;
    content: "\e329";
    font-family: 'seolan' !important;
    line-height: 1;
}

/* Commentaires */
.cv8d-comment:before {
    position: relative;
    top: 2px;
    display: inline-block;
    font-family: 'seolan';
    content: "\e363";
    font-style: normal;
    font-weight: normal;
    line-height: 1;
    color: #687483;
    margin-right: 5px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
}

