
nav {
    width: 180px;
    height: 46px;
    border: solid #000000 1px;
    margin: 5px 5px;
    line-height: 18px;
    display: inline-block;
    padding-top: 4px;
    font-size: .9rem;
    background-color: #eee;
}

.row {
    text-align: center;
}

nav:hover {
    background-color: #7a7a7a;
    color: #ffffff;
    user-select: none;
}

img {
    float: left;
    margin-right: 20px;
    max-width: 140px;
    height: auto;
}

.breakleft {
    clear: left;
}

    
