/* -----------------------------------------------------------------------
Vanderbilt University Stylesheet
University Web Communications (web.vanderbilt.edu)
SHARED STYLES OVERRIDES
----------------------------------------------------------------------- */

.header-background {
                background: url("../images/StudentGive-1x.jpg") top center;
                background-size: cover;
            }
            @media only screen and (-webkit-min-device-pixel-ratio: 1.5),
            only screen and (-o-min-device-pixel-ratio: 3 / 2),
            only screen and (min--moz-device-pixel-ratio: 1.5),
            only screen and (min-device-pixel-ratio: 1.5) {
                .header-background {
                    background-image: url("../images/StudentGive-2x.jpg");
                    background-size: cover;
                }
            }

nav li.givebutton a { padding: 0; margin: 4px 0 0 20px; }

/* Reunion Goal Chart */
#png1 {
    position: relative;
	left: 3px;
    z-index: 0;
}
#png2 {
    position: relative;
	top: -285px;
	left: 6px;
    z-index: 1;
}

/* Commencement Countdown Styles */
#countbox {
	margin-top: 10px;
}
#countbox table {
	border: 1px solid #000;
}
#countbox .numbers td {
	border: 1px solid #000;
	text-align: center;
	width: 50px;
	padding: 8px 0px;
	background: #333;
	color: #FC6;
	font-family: 'Electrolize', sans-serif;
	font-size: 1.8em;
}
#countbox .increments td {
	text-transform: uppercase;
	text-align: center;
	background: #000;
	color: #BBB;
	font-family: 'Electrolize', sans-serif;
}
#countbox .event td {
	text-align: center;
	padding: 10px 0px;
	background: #000;
	color: #EEE;
	font-family: 'Electrolize', sans-serif;
	font-size: 1.15em;
}