#header {
    background: #1aabec;
}

#branding h1 {
    color: white;
}

a:link, a:visited {color: #4a6f8a}

a:hover {
    color: #23445c;
}

div.breadcrumbs {
    background: #23A458;
    color: #a0cfec;
}

div.breadcrumbs a {color:white
}

.module h2, .module caption, .inline-group h2 { background: #23A458}

.button, input[type=submit], input[type=button], .submit-row input, a.button {
    background:  #1aabec;
    color: white;
}

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

.submit-row a.deletelink {
    background: #D7263D !important;
}