﻿.widget.list-of-items p.more a {
    display: inline-block;
    border: 1px solid #e8e8e8;
    background-color: #f6f6f6;
    text-transform: uppercase;
    color: black;
    font-size: 75%;
    font-family: Arial, Sans-Serif;
    padding: 1px 4px;
    text-decoration: none;
}
.widget.list-of-items p.more a:hover {
}