a { cursor: pointer; }

table.table tbody tr td {
	vertical-align: middle;
}

/* Set the fixed height of the footer here */
#footer {

	height: 60px;
	background-color: #f5f5f5;
}

#footer .credit {

	margin: 20px 0;
}

a { text-decoration: none !important; }
a:hover { text-decoration: none !important;; }

.table > thead > tr > th {
	border-bottom-width: 1px !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button {
	padding: 0 !important;
	border-width: 0 !important;
	margin-left: 0 !important;
}

.dataTables_wrapper .dataTables_paginate .paginate_button:hover {

	border-width: 0 !important;
	background: none !important;
}

table.dataTable thead th,
table.dataTable thead td {

	border-bottom: 1px solid #DDDDDD !important;
}

table.dataTable.no-footer {

	border-bottom: 1px solid #DDDDDD !important;
}

/* Nav Announcements */

.announcement-heading {
	font-size: 40px;
	margin: 0;
}

.announcement-text {
	margin: 0;
}

.portlet-title {

	font-size: 18px;
	font-family: 'Oswald',serif;
	font-weight: 500;
	line-height: 1.1;
	padding-bottom: 10px;
}