
/* SVS/breadcrumb-green-white.css */

/* breadcrumb with green background and white color */



/* ============================================ */
/* breadcrumb                           - Start */
/* ============================================ */

.contentline.lc_navigations {
    background-color: #5CB77A;
    margin-bottom: 0;
}

.breadcrumb,
nav.breadcrumb a, 
nav.breadcrumb a:hover, 
nav.breadcrumb a:visited {
    color: white;
}

/* ============================================ */
/* breadcrumb                             - End */
/* ============================================ */

