.menu-item{
    padding: 10px;
}

.list-item {
    padding: 0px;
    margin-bottom: 8px;
    box-shadow: 1px 1px 3px rgba(0,0,0,0.09);
    background-color: white;
}
.list-item-title{
    color: #565656;
}
img.icon-image{
    margin-left: -14px;
    width:100%;
    height:auto;
}
body .largefont{
    font-size: 1.1em;
}
.row .flex-item{
    padding: 8px;
    word-break: break-all;
}
.row .flex-item:first-child{
    text-align: center;
}
.list-group {
    font-size: 100%;
}
.row .flex-item:first-child,
.user-list-header{
    text-align: center;
}

@media (max-width: 768px){
    .row .flex-item:first-child{
        margin-top: -4px;
        margin-bottom: -4px;
        margin-left: -1px;
        padding-left: 4px;
    }
}
a{
    color:rgb(91, 177, 111);
    color:rgb(40, 171, 70);
}
a:hover{
    color:rgb(44, 163, 141);
    color: rgb(26, 121, 48);
    /*
    text-decoration:none !important;
    */
}
