﻿ul.custom-menu > li:before {
  content: "";
  display: inline-block;
  width: 5px;
  height: 5px;
  border-radius: 100%;
  background-color: #e2e2e2;
  margin-left: 10px; }

ul.custom-menu a {
  color: #616161;
  padding: 4px 0;
  display: inline-block; }
  ul.custom-menu a:hover, ul.custom-menu a:focus {
    text-decoration: none;
    color: #5E88FF; }

