.staff-table table {
    width: 100%;
}

.staff-table table td {
    font-size: 1.0rem;
    width: 25% !important;
}



.staff-table table caption {
    caption-side: top;
    font-size: 1.5rem;
    font-weight: 800;
    color: #b3a369 !important;
    font-family: var(--font-roboto);

}

.staff-image {
    width: 100px;
    height: 100px;
}


/*  HIDE TITLE */
.page-node-648 .page-title{
    display:none !important;
}

.dos-100-header h2{
    color:white !important;
    font-size: 5rem;
    text-shadow: rgba(0,0,0,1) 0px 0px 15px
}

.dos-100-header h1{
    color:white !important;
    font-size: 6rem;
    text-shadow: rgba(0,0,0,1) 0px 0px 15px
}

.dos-100-header{
    padding:100px auto;
}

.page-node-648 .timeline-centered.timeline-sm{
	
	padding:50px 0;
	background-image: url("https://webdev.gatech.edu/division_css/images/noisy-grid.png");
	background-repeat: repeat;
	background-attachment: fixed;
}


.node--type-commencement-speaker-application #gt-page-title{
	display: none !important;
}

.commencement-deadline{
	font-size:1.5rem;
	color: #008C95;
	font-weight: 900;
	text-align:center;
	background-color: var(--gt-light);
    border: 1px solid var(--gt-light-gray);
    padding: 3rem 2rem;
    border-radius: 15px;
    font-family: var(--font-roboto-condensed);
    margin: 0 0 2rem 0;
}

.commencement-front-link > .view-content-wrap{
	display: none !important;
}

.speaker-link{
	background-color: white;
	padding: .8rem .5rem;
	border-bottom: lightgray 2px solid;
	margin-bottom:5px;
	width:100%;
}

.speaker-link:hover{
	background-color: rgba(0,0,0,0.1);	
}