/* ================================================================================================
 * ANY SITE-WIDE/APPLICATION CSS PLACED IN THIS DOCUMENT
 * For more assistance, visit http://www.auburn.edu/template/2013
 * ================================================================================================
 */

/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
/*****  Content Section  **************************************/
   
/*****  Sidebar Section  **************************************/
.sidebar-header {display:block; text-align:center; text-transform:uppercase; font-size:1.25em; font-weight: bold;}
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/


@media (min-width: 768px) {
/*****  General Page Formatting  ******************************
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a, .header-wrap .navbar .nav > li:last-child > a {padding: 4px 43px 3px;}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 992px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a,.header-wrap .navbar .nav > li:last-child > a { padding:4px 70px 3px}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 1200px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.picture  {  }
.header-wrap .navbar .nav > li > a,.header-wrap .navbar .nav > li:last-child > a { padding: 4px 99px 3px;}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}
.content-division .bar {
	max-width: 100%;
	background-color: rgba(173,217,233,1.00);
	color: #000000;
	border-radius: 2px;
	border-spacing: 24em 24em;
	padding-right: 0.5px;
	padding-left: 0.5px;
	padding-top: 0.25px;
	padding-bottom: 0.25px;
	margin-top: 5px;
	text-indent: 1mm;
}
.content-division .divided-bar {
	max-width: 600px;
	background-color: rgba(173,217,233,1.00);
	color: #000000;
	border-radius: 2px;
	border-spacing: 24em 24em;
	padding-right: 0.5px;
	padding-left: 0.5px;
	padding-top: 0.25px;
	padding-bottom: 0.25px;
	margin-top: 5px;
	text-indent: 1mm;
}
.content-division .table {
	width: 100%;
}.media .media-body .media-heading {
	font-size: large;
	font-weight: bold;
}
.yearline
{
	display: flex;
	flex-wrap:wrap;
}
.yearItem {
	margin: 5px;	
	min-width: 255px;
}