#branding h1 {
    color: #fff;
}

#header {
    background: #20578A;
    color: #fff;
}

#content .module caption, .module h2 {
    background: #7192B4;
}

.selector-chosen h2 {
    background: #71B9C2;
}

div.breadcrumbs {
    background: #7192B4;
}

a:link, a:visited {
    color: #7192B4;
}

td.field-campaign_id {
    font-family: monospace, monospace;
}

.button.default, input[type=submit].default, .submit-row input.default {
    background: #0091A0;
}

input[type="submit"].default:hover {
    background: #006a75;
}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background: #71B9C2;
}

input[type="submit"]:hover {
    background: #489ca8;
}