.mm-list {
  border: 1px solid #ccc;
  height: 300px;
  overflow-y: auto;
  margin-bottom: 10px;
}

.mm-item {
  padding: 5px 8px;
  cursor: pointer;
}

.mm-item:hover {
  background: #f0f0f0;
}

.mm-item.active {
  background: #007bff;
  color: white;
  font-weight: bold;
}
.mm-body
{
 margin:10px;   
}
