.marks {
    background: white;
    background-repeat: no-repeat;
    background-size: auto 100%;
    margin: 0 auto;
    width: 250px;
}

.marks p {
    background-color: #ddd;
    color: #666;
    font-size: 14px;
    line-height: 30px;
    font-weight: bold;
    letter-spacing: 2px;
    margin: 0;
    text-align: center;
    text-shadow: 0px 0px 1px #999;
}

.marks .url {
    display: block;
    height: 30px;

    /* margin: 0 */
    background-image: url('null');
}

.marks a:hover,
.marks a:focus {
    background: #0ff2;
}