/* EVENTS =============================================================== */
#wsu-header {
    margin-bottom: 0;
}

.container-fluid {
    max-width: 1200px;
}

body {
    background: #f8f8f8 !important;
}

h1.eventInfoHeading,
h1.eventInfoHeading > span {
    margin-top: 10px !important;
    color: #026937 !important;
    font-weight: bold !important;
}

.slds-page-header { 
    overflow: auto; 
} 

.Selected a { 
    background-color : white; 
    background-image :none; 
}

.ui-datepicker-unselectable span { 
    background-color : black; 
}

#wsu-header {
    min-height: 100px;
}

body .cancel,
body input[type="submit"], 
body input[type="button"] {
   color: #026937;
}

input[type='submit']:active,
body .cancel:active,
input[type='submit']:hover,
body .cancel:hover,
input[type='submit']:focus,
body .cancel:focus {
    color: #003f2a;
}

.slds-page-header { 
    overflow: auto; 
} 

.Selected a { 
    background-color : white; 
    background-image :none; 
}

.ui-datepicker-unselectable span { 
    background-color : black; 
}

#wsu-header {
    min-height: 100px;
}

html .body {
    background: #F8F8F8;
}

body .customrow {
    border-top: none;
}

body .cancel,
body input[type="submit"], 
body input[type="button"] {
   color: #026937;
}

input[type='submit']:active,
body .cancel:active,
input[type='submit']:hover,
body .cancel:hover,
input[type='submit']:focus,
body .cancel:focus {
    color: #003f2a;
}

 h1.eventInfoHeading div[style*="text-align:center"] img {
    height: 100%;
    width: 100%;
    max-width: 1200px;
 }

h1.eventInfoHeading > span {
    display: block;
}



