#tools {
    width: 95%;
    margin: 25px auto 0;
}

#tools .column {
    width: 50%;
    float: left;
}

#tools h1 {
    margin: 10px 0 5px;
    font-size: 20px;
}

#tools a {
    text-decoration: none;
}

#tools li {
    font-size: 15px;
    line-height: 150%;
}

/* Mobile */

@media screen and (max-width : 700px) {
    #tools .column {
        width: 100%;
    }
}

/* End Mobile */
