/*
Theme Name:         AbbeyTheme
Theme URI:          https://brinkels.com/
Description:        AbbeyTheme is a customized Wordpress theme for goabbeyroad.net
Version:            2.10.4
Author:             Brinkels Studio
Author URI:         https://brinkels.com/

License:            MIT License
License URI:        http://www.opensource.org/licenses/mit-license.php
*/

.pdfBlocks {
	display: flex;
	margin-top: 30px;
	margin-bottom: 30px;
    flex-wrap: wrap;
}

.pdfBlocks a {
	text-align: center;
	display: block;
	width: 100px;
	margin-right: auto;
}

.pdfBlocks a:last-child {
	margin-right: 0;
}

.pdfBlocks a img {
	width: 100%;
}

.pdfBlocks a {
	color: #0a0a0a;
}

#program_application_block {
	position: relative;
}

#program_application_block img {
	width: 200px;
	position: absolute;
	right: 0;
	top: 0;
}

.student_form_menu td{
	height: 10px; 
	background-color: #fc6526; 
	text-align: center; 
	border-style: none;
}

.student_form_menu td {
	font-size: 14pt;
	font-weight: 600;
}

.student_form_menu td a {
	color: white;
	font-size: 14pt;
	font-weight: 600;
}

.student_form_menu td a:hover {
	color: white;
}