/* Copyright (C) YOOtheme GmbH, YOOtheme Proprietary Use License (http://www.yootheme.com/license) */

/* ========================================================================
   Use this file to add custom CSS easily
 ========================================================================== */
.uk-navbar {
    background: #ffffff none repeat scroll 0 0;
    opacity: 0.9;
    border-radius: 0;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
    color: #686c70;
    padding: 0;
}


.uk-panel-header .uk-panel-title::after {
    border-bottom: 1px dotted #f2f2f3;
    bottom: 0;
    content: "";
    display: block;
    left: 0;
    position: absolute;
    right: 0;
  width:100%;

}

.uk-navbar {
    background: #ffffff none repeat scroll 0 0;

    border-radius: 0;
    box-shadow: 0 9px 20px rgba(0, 0, 0, 0.06), 0 2px 3px rgba(0, 0, 0, 0.04);
    color: #686c70;
    padding: 0;
}


.uk-panel-header .uk-panel-title {
    border: medium none;
    color: #ccc;
    padding-bottom: 20px;
    position: relative;
}
