/* ================================================================================================
 * 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  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/


@media (min-width: 768px) {
/*****  General Page Formatting  ******************************
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
.main-heading { max-width:500px;}
.title-area {top:20px;}
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a {padding: 4px 12px 3px;}
.header-wrap .navbar .nav > li:last-child > a {padding: 4px 12px 3px 12px;}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 992px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
.main-heading { max-width:inherit;}
.title-area {top: 45px;}
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a { padding:4px 34px 3px}
.header-wrap .navbar .nav > li:last-child > a {padding: 4px 34px 3px 34px;}
/*****  Content Section  **************************************/
/*****  Sidebar Section  **************************************/
/*****  Footer Section  ***************************************/
/*****  Bootstrap Overrides  **********************************/
}

@media (min-width: 1200px) {
/*****  General Page Formatting  ******************************/
/*****  Miscellaneous Styles  *********************************/
/*****  Header Section  ***************************************/
.main-heading { max-width:inherit;}
.title-area {top: 45px;}
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.picture  {  }
.header-wrap .navbar .nav > li > a { padding: 4px 59px 3px;}
.header-wrap .navbar .nav > li:last-child > a { padding: 4px 59px 3px 59px;}
/*****  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;
}
