h1 img, #download_container {
    margin-left: 20px;
}

#download_container {
    margin-left: 20px;
    width: 650px;
    float: left;
}

#stepOne, #stepTwo {
    width: 265px;
    margin: 30px 0;
    padding: 5px 0 0 50px;
}

#stepOne {
    background: url("/static/images/download/one.png") no-repeat;
    float: left;
}

#stepTwo {
    background: url("/static/images/download/two.png") no-repeat;
    float: right;
}

#troubleshoot_container {
    border: 1px solid #636363;
    padding: 15px;
    font-size: 11px;
    color: #636363;
    clear: both;
}

h3 {
    font-size: normal;
    margin-bottom: 10px;
}

ul {
    margin-bottom: 0;
}

ul li {
    margin-bottom: 5px;
}
