#header,
.module h2, .module caption, .inline-group h2{
    background: #333333;
    color: #f5f5f7
}
#branding h1, #branding h1 a:link, #branding h1 a:visited{
    color: #f5f5f7;
}

a:link, a:visited {
    color: #1d1d1f;
    text-decoration: none;
}

a:focus, a:hover {
    color: #737373;
}

div.breadcrumbs{
    background: #333333;
    color: #a5a4a4;
}

input[type="submit"]:hover, input[type="button"]:hover {
    background: #a5a4a4;
}

.button, input[type="submit"], input[type="button"], .submit-row input, a.button {
    background: #999;
    color: #fff;
}

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

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

div.submit-row {
    padding: 8px 15px;
    margin: -4px 0px 8px;
    background: #333;
    border: 0px solid;
    border-radius: 0;
}

.changelink, .inlinechangelink {
    background: url(../img/icon-changelink.svg) 0 1px no-repeat;
}