/* MooTools Datepicker */
.akhh_datepicker table {
    border-bottom: 0;
}

.akhh_datepicker table tr td {
    border-top: 0;
}

/* Results */
.akhh-trainingcoursefinder-headline {
    font-size: 1.1em;
    font-weight: normal;
    color: #8C092B;
}

.akhh-trainingcoursefinder-table {
    border-bottom: 0;
}

.akhh-trainingcoursefinder-table tr td {
    border: 0;
    padding: 2px;
}

@media screen and (max-width: 500px) {
    .akhh-trainingcoursefinder-table td {
        display: block;
        float: left;
        width: 100%;
    }

    .akhh-trainingcoursefinder-table td div.ce_text {
        margin-bottom: 4px;
    }
}

/* jQuery Autocomplete */
.ui-autocomplete {
    position: absolute;
    top: 0;
    left: 0;
    cursor: default;
    background: #FFFFFF;
    color: #333333;
    font-size: 0.8em;
    border: 1px solid #cccccc;
}

.ui-helper-hidden-accessible {
    border: 0;
    clip: rect(0 0 0 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.ui-menu .ui-menu-item {
    margin: 0;
    padding: 0;
    width: 99.8%;
    border: 1px solid #F7F7F7;
}

.ui-menu .ui-menu-item a {
    text-decoration: none;
    display: block;
    padding: 2px .4em;
    line-height: 1.5;
    min-height: 0; /* support: IE7 */
    font-weight: normal;
}

.ui-menu .ui-menu-item a.ui-state-focus,
.ui-menu .ui-menu-item a.ui-state-active {
    background: #F7F7F7;
    font-weight: normal;
}

/* Accordion */
.akhh-trainingcoursefinder-results .ce_accordion .toggler {
    font-size: 1.1em;
    font-weight: bold;
}

.akhh-trainingcoursefinder-results .ui-accordion-header {
    color: #8C092B;
}