.year-links + hr {
    margin-top: 30px;
}

embed.happy_tails ~ .dog-list + hr {
    margin-top: 20px;
    margin-bottom: 25px;
}

embed.happy_tails ~ .dog-list {
    width: 100%;
    padding-top: -100px;
    border-spacing: 0;
    border-collapse: collapse;
}

embed.happy_tails ~ .dog-list .dog-info:first-child {
    padding-left: 0px;
}

embed.happy_tails ~ .dog-list .dog-info:first-child + .dog-info + .dog-info + .dog-info {
    padding-right: 0px;
}

embed.happy_tails ~ .dog-list .dog-info {
    padding: 16px;
}

embed.happy_tails ~ .dog-list .dog-info .inner {
    width: 141px;
    height: 141px;
    padding: 20px;
    text-align: center;
    display: none;
}

embed.happy_tails ~ .dog-list .dog-info .inner img {
    max-width: 141px;
    height: 141px;
    text-align: center;
}

embed.happy_tails ~ .dog-list .dog-info .inner .name {
    width: 141px;
    height: 30px;
    margin-top: -30px;
    text-align: center;
    font-weight: bold;
    background: rgb(255, 255, 255);
    background: rgba(255, 255, 255, 0.7);
    position: absolute;
}

embed.happy_tails ~ .dog-list .dog-info .inner .adopt-date {
    font-size: 10pt;
    font-weight: normal;
}

embed.happy_tails ~ .loading {
    width: 100%;
    height: 100%;
    display: block;
    line-height: 400px;
}