.main .shell {
    padding-top: 4px;
    margin-top: 1px;
}

.story-content {
    float: left;
    width: 95%;
    margin: 0 5% 32px 0;
    padding-bottom: 0;
    border-bottom: 1px solid #EDEDED;
}

.story-head h4, .update h4 {
    color: #3c4044;
    font-family: "Helvetica Neue Bold", sans-serif;
    font-size: 18px;
    line-height: 1.2;
    margin: 10px auto 5px;
    clear: none;
}

.story-box {
    float: left;
    height: 165px;
    overflow: hidden;
}

h3 {
    font-family: "Helvetica Neue", sans-serif;
    font-size: 24px;
    line-height: 1.2;
    margin: 0 auto 5px;
}

.seeall {
    padding: 3px 10px 0px 13px;
    background: #DEDEDE;
    border-radius: 5px 5px 0px 0;
    float: right;
    margin: 5px 0px 0 0;
    transition: all .25s;
    clear: both;
    z-index: 5;
    position: relative;
    font-size: 12px !important;
}

.seeall .bficons {
    font-size: 12px !important;
}

.seeall:hover {
    background: #EEE;
}

.seeall a {
    color: white;
    transition: all .25s;
}

.seeall:hover a {
    color: #f36f21; /* red */
    text-decoration: none;
}

.update {
    padding-bottom: 20px;
    margin-right: 20px;
}

.update-top {
    height: 40px;

}

h4 a, h5 a {
    transition: all .25s;
}

h4 a:hover, h5 a:hover {
    text-decoration: none;
    color: #f36f21; /* red */
}

.update h4 {
    margin: 0px auto 3px;
}

.footer {
    margin-top: 30px;
}