/*! UIkit 2.27.4 | http://www.getuikit.com | (c) 2014 YOOtheme | MIT License */
/* ========================================================================
   Component: Accordion
 ========================================================================== */
/* Sub-object: `uk-accordion-title`
 ========================================================================== */

/* Override From B1 */

.uk-accordion-title {
    margin-top: 0;
    margin-bottom: 5px;
    padding: 5px 15px;
    background: #fff;
    font-size: 18px;
    line-height: 24px;
    cursor: pointer;
    border-bottom: 1px solid #ddd;
    border-left: none;
    border-right: none;
    border-top: none;
    border-radius: 0px;
    text-transform: uppercase;
}

.uk-accordion-title-no-point {
    cursor: default;
}

.uk-accordion-content {
    padding: 15px;
}

    .uk-accordion-content:before,
    .uk-accordion-content:after {
        content: "";
        display: table;
    }

    .uk-accordion-content:after {
        clear: both;
    }

    .uk-accordion-content > :last-child {
        margin-bottom: 0;
    }
