.number {
    background: #7f7f7f;
    color: #e3e3e3;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding: 5px;
    z-index: 1;
    display: block;
    float: none;
    position: absolute;
    margin: 0;
    right: 10px;
    top: 8px;
}

.number:hover {
    background: #3c3c3c;
    color: #e3e3e3;
    border-top-left-radius: 14px;
    border-top-right-radius: 14px;
    border-bottom-right-radius: 14px;
    border-bottom-left-radius: 14px;
    padding: 5px;
    z-index: 1;
    display: block;
    float: none;
    position: absolute;
    margin: 0;
    right: 10px;
    top: 8px;
}

.number a {
    color: #e3e3e3;
}

.number a:hover {
    color: #e3e3e3;
}