[class^="header_"] * {
    background-repeat: no-repeat no-repeat;
    font-size: 0;
    height: 345px;
    line-height: 24px;
    padding-bottom: 50px;
    text-align: right;
    vertical-align: bottom;
}
.header_title {
    border-radius: 4px 4px 4px 4px;
    color: #FFFFFF;
    display: inline-block;
    font-style: italic;
    height: auto;
    padding: 0 8px 0 0;
    text-shadow: 0 1px 1px rgba(0, 0, 0, 0.15);
}
.header_cw {
    background-color: transparent;
    background-image: url("http://i.imgur.com/E212wxk.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 350px !important;
    margin-bottom: -45px;
}
.header_completed {
    background-color: transparent;
    background-image: url("http://i.imgur.com/fUEuCZy.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    margin-bottom: -44px;
    z-index: 0;
}
.header_onhold {
    background-color: transparent;
    background-image: url("http://i.imgur.com/cVCpbw4.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}
.header_dropped {
    background-color: transparent;
    background-image: url("http://i.imgur.com/q2Rzlrv.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}
.header_ptw {
    background-color: transparent;
    background-image: url("http://i.imgur.com/5YaTLXC.png");
    background-position: 50% 2px;
    background-repeat: no-repeat no-repeat;
    height: 200px;
    margin-bottom: -44px;
}

.header_title {
    font-size: 22px;
    font-weight: bold;
    margin: 10px 0 2px 0;
    color: rgba(196,24,33,1);
}