
.dropdown-item{
    display:block;
    padding:10px;
    border-bottom:1px solid #eee;
}
.dropdown-item:hover{
    background:#f5f5f5;
}
