/* ================================================================================================
 * 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  ***************************************/
/*****  Search Section  ***************************************/
/*****  Navigation Section  ***********************************/
.header-wrap .navbar .nav > li > a {padding: 4px 21px 3px;}
.header-wrap .navbar .nav > li:last-child > a {padding: 4px 21px 3px 21px;}*/
/*****  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 { padding:4px 39px 3px}
.header-wrap .navbar .nav > li:last-child > a {padding: 4px 39px 3px 39px;}
/*****  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 { padding: 4px 58px 3px;}
.header-wrap .navbar .nav > li:last-child > a { padding: 4px 58px 3px 58px;}
/*****  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;
}
#sidebar .sidebar-content.accordion img {
	margin-left: 5px;
	padding-left: 5px;
}
