﻿.menu-item{

}

    .menu-item a {
        color: lightgray;
        text-decoration: none;
        margin: 5px;
        display: block;
        border: solid;
        border-width: 1px;
        border-top: none;
        border-left: none;
        border-right: none;
        border-color: #1B2122;
        padding-bottom:5px;
    }
