#header{
  background: #ffea52;
}


#site-name a{
    color: #575757 !important;
}

#user-tools{
    color: #575757 !important;
}

#user-tools a{
    color: #575757 !important;
}

div.breadcrumbs{
    background: #d3d3d3;
    color: black;
}

div.breadcrumbs a {
    color: #575757;
}

h1{
  color: #000;
}
.module h2, .module caption, .inline-group h2{
  background: #fff399;
  color: black;
}
a.section:link{
  color: #d3d3d3;
}

a.section:link:visited{
  color: black;
}

a:link{
  color: #555555;
}
a:link{
  color: #555555;
}
a:link:visited{
  color: black;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
  background: #A0A0A0;
  color: white;
}

.button.default, input[type=submit].default, .submit-row input.default{
  background: #A0A0A0;
  color: white;
}

.button:hover, input[type=submit]:hover, input[type=button]:hover, input[type=button]:hover, .submit-row input:hover, a.button:hover{
  background: #787878;
  color: black;
}

.button.default:hover, input[type=submit].default:hover, .submit-row input.default:hover{
  background: #787878;
  color: black;
}

.section{
    color: black !important;
}

.module th a{
    color: black;
}

.module th a{
    color: black;
}

.addlink{
    color: black;
}

div.module caption{
    background: #d3d3d3;
}

#changelist-filter h2{
    background-color: #d3d3d3;
    color: lightgray;
}

.toggle-nav-sidebar{
    margin-top: 1px;
}


