
@import url('/_resources-dev/css/bootstrap.min.css');
@import url('/_resources-dev/css/inside_styles.css');







.local-nav-box {
   
    background: #f5f5f5;
    
	width:300px;
	margin:25px auto;
}

a.ou-btn.edit-source {
    display: none!important;
   
}

a[data-region-style='button'].ou-btn.edit-source {
  
    display: none!important;
}




html {
    background: #fff;
}
body {
    width: 300px;
    margin: 20px auto;
    background: #f5f5f5;
    height: fit-content;
}
li {
    border-bottom: 1px solid #e4e4e4;
	list-style: none;
}
a {
    color: #5d5d5d;
    display: block;
    font-size: 1em;
    padding: 10px 15px;
}