#welcome {
    width: 100%;
    height: 250px;
    background-color: white;
}

#welcome .message {
    width: 60%;
    height: 0;
    margin-left: 20px;
    margin-top: 20px;
    float: left;
}

#welcome .message h5 {
    margin-top: 0;
}

#welcome .message + img {
    height: 200px;
    margin-top: 20px;
    margin-right: 70px;
    float: right;
    display: none;
}

#welcome .message + img + .loading {
    width: 200px;
    height: 200px;
    margin-top: 18px;
    margin-right: 70px;
    line-height: 200px;
    float: right;
}

#welcome .message h5 + p + p {
    margin-top: 20px;
    text-align: left;
}

#welcome .message #event-link {
    font-weight: bold;
    border: 0;
}

embed.home ~ .dog-list {
    margin-top: 15px;
    margin-bottom: 15px;
    border-spacing: 0;
    border-collapse: collapse;
}

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

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

embed.home ~ .dog-list .dog-info {
    padding: 15px;
}

embed.home ~ .dog-list .dog-info .inner {
    width: 240px;
    height: 140px;
    padding: 20px;
    background-color: white;
    background-position: left center;
    background-repeat: no-repeat;
}

embed.home ~ .dog-list .dog-info .inner img {
    width: 140px;
    height: 140px;
}

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

embed.home ~ .dog-list .dog-info .inner .data {
    width: 80px;
    height: 140px;
    margin-left: 160px;
    margin-top: -140px;
    font-size: 10pt;
    line-height: 1.33em;
    position: relative;
    overflow: hidden;
}

embed.home ~ .dog-list .dog-info .inner .more {
    width: 80px;
    height: 30px;
    margin-left: 160px;
    margin-top: -30px;
    text-align: center;
    font-size: 10pt;
    background-image: url('../images/fade-data.png');
    position: relative;
    z-index: 1;
}

embed.home ~ .dog-list .dog-info .inner .more a {
    bottom: -10px;
    font-weight: bold;
    position: absolute;
}

/* ----- Adopt-a-Pet Ad ----- */

#adopt-a-pet_ad {
    height: 97px;
    display: none;
}

#adopt-a-pet_ad iframe {
    float: left;
}

#adopt-a-pet_ad iframe + div {
    width: 112px;
    height: 77px;
    padding: 10px;
    background-color: white;
    float: right;
    display: block;
}

#adopt-a-pet_ad iframe + div a {
    color: #444444;
    text-align: right;
    text-decoration: none;
    font-family: Verdana, Arial, Helvetica, sans-serif !important;
    font-size: 9px;
}

/* ----- Compatibility mode ----- */

.compat #adopt-a-pet_ad, .compat #welcome .message + img {
    display: block !important;
}