.c-content-box {
    width: 100%;   
}

.documents ul,
.documents ul li {
    margin: 0;
    padding: 0;
    display: list-item; 
    list-style:none;
}
.wpsp_img_box {
    float: left;
    margin: 0;
}
.banner {
    padding: 20px;
    color: #fff;
    position: absolute;
    right: 0;
    top: 20px;
    background-color: #ec5237;
    margin-left: 200px;
    width: 37.3%;
    min-width: 180px;
}
.banner strong {
    display: block;
    margin-bottom: 5px;
    font-size: 1.3em;
    border-bottom: solid 2px rgba(0,0,0,0.2);
    padding-bottom: 5px;
}
.banner em {
    font-weight: bold;
}
.banner a {
    color: #fff;
    border-bottom: 1px dotted
}
.banner a:hover {
    color: #474747;
    border-bottom: 1px dotted;
    text-decoration: none;
}