﻿.Menu-Item
{
    padding: 20px 0px;
    text-align: center;
    color: #185a86;
    background: #f1f1f1;
    border-radius: 5px;
    border: solid 1px #eee;
    box-shadow: 3px 3px #ddd;
    height: 110px;
}
.Menu-Label
{
    margin-top: 10px;
}

    
span
{
    color: #;
}


a:hover {
    text-decoration: none;
}

