/* News Feed */

#news-feed {
        position: relative;
        height: 400px;
        width: 100%;
        overflow: hidden;
        background-color: pink;
        border-top: 1px solid red;
}

.headline {
        position: absolute;
        height: 400px;
        top: 410px;
        overflow: hidden;
        padding: 0 5px;
}
#news-feed h4 {
        margin-top: .5em;
        margin-bottom: .25em;
        font-size: 100%;
}
#news-feed h4 a {
        color: #006;
}
#news-feed .publication-date {
        margin-bottom: 1em;
        font-style: italic;
}
.news-wait {
        position: absolute;
        top: 30%;
        left: 50%;
        margin-left: -10px;
        z-index: 4;
}

.fade-slice {
        position: absolute;
        width: 100%;
        height: 2px;
        background-color: #efd;
        z-index: 3;
}

#wrapper {
        float: right;
        width: 25%;
        border: 1px solid white;
        margin-right: 20px;
}
