/* Remove unwanted elements */
#top, #sidebar, #footer, #pr
{
display: none;
}

/* Ensure the content spans the full width */
#posts
{
width: 100%; margin: 0; float: none;
}


#coup {
    border: 2px dashed #000000;
    border-radius: 5px;
    height: auto;
    margin-bottom: 20px;
    width: 98%;
}

#coup h3 {
    background-color: #F3F3F3;
    color: #4469B0;
    height: 37px;
    line-height: 32px;
    padding-left: 12px;
    text-align: left;
}
#coup img {
    float: right;
    margin-top: -76px;
}

#coup p {
    margin-bottom: 20px;
    padding-left: 14px;
}
#coup span {
    color: #224BA3;
    font-size: 18px;
    margin-bottom: 15px;
}