/**
 * STYLE SHEET :: HOMEPAGE
 *
 * Specifies styles specific to homepage
 */

#supporters {
    margin: 1.0em 0;
    border: 1px solid #CCC;
    padding: 0.4em 0.6em 1.0em 0.4em;
    }

    #supporters table {
        width: 100%;
        font-size: 11px;
        }

        #supporters table * {
            font-size: 11px;
            }

        #supporters table td {
            padding: 0.8em 0.8em 0.0em 0.8em;
            }

        #supporters table td img {
            margin-bottom: 1.5em;
            }


