.CMSComponentCommandButtons .CommandButtons:not(.Square) > .CommandItem {
    min-height: 45px;
    padding: .5em;
}

#cms_Section_teamIdentity {
    border-radius: 10px;
    -moz-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    -webkit-box-shadow: 1px 2px 3px rgba(0,0,0,.5);
    box-shadow: 1px 3px 10px rgba(0,0,0,.2);
}

body .DynamicTemplate_cms_widgets_UpcomingEvents_xhtml {
    background: #2d23f5;
}