#header {
    background-color: #3b4044;
    color: #fff;
}

#branding h1, #branding h1 a:link,
#branding h1 a:visited {
    color: #fff;
}

input[type=submit] {
    background-color: #2FD8F5;
}

div.breadcrumbs,
.module h2,
.selector-chosen h2,
.object-tools a:focus,
.object-tools a:hover,
.button.default,
input[type=submit].default,
.submit-row input.default,
.module caption,
input[type=submit]:hover {
    background-color: #15bedb!important;
}

.selector .selector-available h2 {
    background-color: #f8f8f8!important;
}

[class^="model"] a:link,
[class^="model"] a:visited,
[class^="field"] a:link,
[class^="field"] a:visited,
#changelist-filter li.selected a {
    color: 	#15bedb!important;
}

#changelist-filter a:hover {
    color: #00A5C2;
}

.admin-logo-img {
    height: 55px;
    width: auto;
}