/*!
 * Copyright (C) 2015 Codeplay Software Limited
 * All Rights Reserved.
 *
 * @author Scott Straughan
 */
section#tools > div > div {
    width: 50%;
    float: right;
    text-align: center;
}

section#tools > div > div > img {
    width: 100%;
    height: auto;
    padding-top: 60px;
    vertical-align: middle;
}

section#tools > div:after {
    content: '';
    display: table;
    clear: both;
}

section#tools > div > ul {
    float: left;
    width: 50%;
    list-style: none;
    box-sizing: border-box;
    padding-right: 3.75rem;
}

section#tools > div > ul > li {
    padding: 0.625rem 0 0.625rem 3rem;
    border-bottom: 1px solid rgba(200, 200, 200, .2);
}

section#tools > div > ul > li > h1 {
    font-size: 1.6rem;
    font-weight: 500;
}

section#tools > div > ul > li > p {
    font-size: 1rem;
    padding-top: 1rem;
    padding-bottom: .5rem;
}

/*
* Tablets and smaller
*/
@media screen
and (max-width: 43.13rem) {
    section#tools > div > ul {
        width: 100%;
        padding: 0;
    }

    section#tools > div > ul > li {
        width: 100%;
        padding: 0.625rem 0 0.625rem 0;
    }

    section#tools > div > ul > li > * {
        padding: 0 3.125rem 0 3.125rem;
    }

    section#tools > div > div {
        width: 100%;
    }
}