/* INFOLINK */

.infolink {
    display: inline-block;
    font-family: sans-serif;
    font-weight: bold;
    text-align: center;
    width: 18px;
    height: 18px;
    font-size: 1.4ex;
    line-height: 2.1ex;
    border-radius: 50%;
    margin-right: 4px;
    padding: 1px;
    color: #8c8c8c;
    background: #f6f6f6;
    border: 1px solid #8c8c8c;
    text-decoration: none;
    padding-top: 3px;
}

.infolink:before {
    content: "?";
}

.infolink:hover {
    color: white;
    background: blue;
}