.doxblack {color:black}

a.doxblack:link {color:black}
a.doxblack:visited {color:#8B4513}
a.doxblack:hover {color:white}
a.doxblack:active {color:black}

.doxwhite {color:white}

a.doxwhite:link {color:white}
a.doxwhite:visited {color:#E6E6B8}
a.doxwhite:hover {color:#F2F2C0}
a.doxwhite:active {color:white}

/* turn off the lunch and shuttle options on the registration form 
#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationForm_eventRegistrationFormRepeater_ctl11_RadioGroup7889595 div {display: none}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationForm_eventRegistrationFormRepeater_ctl14_listItem78814437889582 {display: none}

#FunctionalBlock1_ctl00_eventPageViewBase_ctl00_ctl00_stepTemplate_registrationForm_eventRegistrationFormRepeater_ctl20_listItem78814477889588 {display: none}
*/

/* make the google maps iframe responsive */
.google-maps {
        position: relative;
        padding-bottom: 78%; // This is the aspect ratio
        height: 0px;
        overflow: hidden;
}
    
.google-maps iframe {
        position: absolute;
        top: 0px;
        left: 0px;
        width: 100% !important;
        height: 100% !important;
    }

/* custom classes for positioning captions images */
div.fig_right {
  float: right;
  width: 45%;
}
div.fig_left {
  float: left;
  width: 45%;
}
div.fig_right .fig_left p {
  text-align: center;
  font-size: smaller;
  text-indent: 0;
}