/** Uikit **/
#tm-header {
    border-bottom: 1px solid #FFF;
}

input {
    text-transform: none !important;
}

.tm-slideshow-content-panel .uk-heading-large span {
    background: rgba(99, 167, 10, 0.7) none repeat scroll 0% 0%;
    /*line-height: 62px;*/
    padding: 10px 26px;
    color: rgb(255, 255, 255);
    display: inline-block;
    border-radius: 4px;
}

/** Dropfiles **/
.dropfiles-content .breadcrumbs {
    padding: 4px 8px;
    margin: 0px 0px 20px;
    list-style: outside none none;
    background: transparent;
    border-bottom: 1px solid #eee;
    font-size: .8em;
    font-style: italic;
}

.dropfiles-content.dropfiles-content-default .dropfilescategory::before {
    content: "\f07b";
    font-family: FontAwesome;
    font-weight: 400;
    font-style: normal;
    font-size: 1.2em;
    line-height: 1;
    -moz-osx-font-smoothing: grayscale;
}

.dropfiles-content.dropfiles-content-default .backcategory::before {
    content: "\f112";
    font-size: 1em;
    margin-right: 10px;
}

.dropfiles-content.dropfiles-content-default .backcategory {
    color: #62A945;
}

/** Usage Policy **/

/**
#usage-policy body {
    background: #eee;
}

#usage-policy .uk-panel.uk-panel-box {
    border: 1px solid #e6e6e6;
}
**/