div.issContainer {
    padding: 0 20px 0 20px;
}

div.issues {
    width: 310px;
    float: left;
    border: 1px solid #c6c8ca;
    padding-bottom: 40px;
}

div.issues h2 {
    border-bottom: 1px solid #c6c8ca;
    background-color: #dfecec;
    padding: 3px 0 3px 10px;
    margin-top: 0;
    text-transform: uppercase;
}

div.issues div.iss {
    padding-left: 10px;
    height: 40px;
}

div.issues div.iss img {
    margin-right: 8px;
}

div.issues a {
    color: #0099cc;
    font-weight: bold;
}

div#bottom {
    width: 622px;
    border: none;
    margin-top: 10px;
    float: left;
}
