/** 
 * theming styles
 * 
 */
body {
    background-color: #fff;
}

#header {
    height: 40px;
}

#header #branding h1 {
    margin: 0;
    padding: 5px 10px;
    text-indent: -9999px;
    background: transparent url(../images/django.png) 10px 5px no-repeat;
    height: 27px;
    width: 142px;
}

div.breadcrumbs {
    display: block;
    padding: 10px 15px;
    border: 0;
    background-position: 0 -8px;
    border-bottom: 1px solid #ededed;
    font-size: 12x;
}

div.breadcrumbs a {
    display: inline;
    font-size: 12px;
}
div.dashboard-module-content a{
    font-size: 12px;
}