div#leftCol {
    width: 590px;
}

div.dataBlock {
    background-position: 100% 100%;
    background-repeat: no-repeat;
    padding: .9em 15px 1px 20px;
    margin-bottom: 1.2em
}

div#rightCol {
    width: 370px;
}

@media only screen and (max-width: 980px) {
    div#leftCol,
    div#rightCol
    { width: 100%; float: none}
}