#left-panel {
    /* Permalink - use to edit and share this gradient: http://colorzilla.com/gradient-editor/#ffffff+0,ffffff+60,efeef0+100 */
    background: rgb(255,255,255); /* Old browsers */
    background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(255,255,255,1) 60%, rgba(239,238,240,1) 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(239,238,240,1) 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to bottom, rgba(255,255,255,1) 0%,rgba(255,255,255,1) 60%,rgba(239,238,240,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#efeef0',GradientType=0 ); /* IE6-9 */
}

#agency-banner {
    padding: 10px;
    font-size: 24px;
    color: #4c4f53;
    font-weight: 300;
    letter-spacing: -1px;
}

#logo-reck {
    margin-top: 5px;
    right: 5px;
}

#ribbon {
    display: none;
}
#content {
    padding-top: 20px;
}
body {
    font-size: 15px;
}