/* Award Recipients Block */
.award-recipients-container {
	margin-bottom: 30px;
	box-shadow: 5px 5px 3px #666;
	border: 2px solid #900;
	height: 350px;
	text-align: center;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.award-recipients-container > img {
	max-width: 100px;
}

.award-recipients-text {
	margin-top: 20px;
	margin-bottom: 30px;
	display: flex;
	flex-direction: column;
	align-items: center;
	justify-content: center;
}

.award-recipients-text p {
	margin-top: 5px;
	margin-bottom: 0px;
}

.btnlink-open{
	background-color: #C00;
	color: white;
	border: none;
}

.btnlink-open:hover{
	background-color: white;
	color: black;
	cursor: pointer;
}


/* Expected Yearly Timetable - graintinaid.pcf */
.funds-application-timetable thead {
	background: #EDEDED;
}

.funds-application-timetable thead tr th {
	text-align: center;
}

.funds-application-timetable tbody tr td {
	text-align: center;
}

.funds-application-timetable thead tr th:nth-child(2) {
	background: #E90802;
	color: white;
}

.btn-application {
	/* Comment background when application is OPEN, uncomment when application is CLOSED */
	/* background: #C00; */
	border: none;
}

.btn-awardees {
	background: #757575;
	border: none;
	color: #FFFFFF;
}

/* GeneralFellowships.pcf */
.btn-apply {
	background: #C00;
	color: white;
	border: none;
	padding: 10px;
	font-family: 'Arial';
	cursor: pointer;
}

.btn-apply:hover {
	background: black;
}

.contact-info-grad-fellowship {
	padding-left: 35px;
}

/* DoctoralFellowships.pcf */
.doctoral-fellowship-timetable thead tr th:nth-child(4) {
	background: #E90802;
	color: white;
}

/* RecruitmentFellowships.pcf */
.recruitment-fellowship-timetable thead tr th:nth-child(3) {
	background: #E90802;
	color: white;
}
