div.favorite {
    position: relative;
    float: left;
    bottom: 1.5px;
}

h1 div.favorite {
    margin-top: 0;
}

h1 div.favorite button {
    margin-top: 18px;
}

.fav-count {
    cursor: default;
    font-size: 11px;
    padding: 2px 8px 4px 4px;
    color: #555;
    text-decoration: none;
    text-shadow: 0 1px 0 #fff;
    white-space: nowrap;
    border-radius: 3px;
    position: relative;
    margin-left: 1px;
    background-color: #fafafa;
    border: 1px solid #d4d4d4;
    bottom: 4.2px;
}
