
	
	.uab-margin-remove-top {
		margin-top: 0 !important;
	}

	.uab-heading-line {
		overflow: hidden;
	}

	.uab-table {
		border-collapse: collapse;
		border-spacing: 0;
		width: 100%;
	}

	.uab-table-middle,
	.uab-table-middle td {
		vertical-align: middle !important;
	}

	.uab-overflow-auto> :last-child {
		margin-bottom: 0;
	}

	.uab-table-divider> :first-child>tr:not(:first-child),
	.uab-table-divider> :not(:first-child)>tr,
	.uab-table-divider>tr:not(:first-child) {
		border-top: 1px solid #1e6b52;
	}

	.uab-table tbody tr {
		transition: background-color .1s linear;
	}

	.uab-heading-line>* {
		display: inline-block;
		position: relative;
	}

	.uab-heading-line> ::after {
		left: 100%;
		margin-left: calc(5px + .3em);
	}

	.uab-heading-line> ::before {
		right: 100%;
		margin-right: calc(5px + .3em);
	}

	.uab-heading-line> ::after,
	.uab-heading-line> ::before {
		content: "";
		position: absolute;
		top: calc(50% - ((.2px + .05em)/ 2));
		width: 2000px;
		border-bottom: calc(.2px + .05em) solid #e5e5e5;
	}

	.uab-table-small td,
	.uab-table-small th {
		padding: 10px 12px;
	}

	.uab-table tbody tr {
		transition: background-color .1s linear;
	}

	.uab-table th {
		padding: 16px 12px;
		text-align: left;
		vertical-align: bottom;
		font-size: 18px;
		font-weight: 600;
		color: #444;
	}

	.uab-width-medium {
		width: 300px;
	}

	.uab-table tbody tr {
		transition: background-color .1s linear;
	}

	.u-background--light-gray {
		background-color: #eee;
	}

	div.focus-box-full-grey {
		background: #eee;
		width: 400px;
		padding: 10px 20px;
		text-align: center;
		border-top: 5px solid #80bc00;
		box-shadow: -5px 5px 10px 0px rgba(146, 171, 160, 0.3);
		margin: 20px 0;
	}

	.uab-grid {
		display: flex;
		flex-wrap: wrap;
		margin: 0;
		margin-left: 0px;
		padding: 0;
		list-style: none;
	}

	.uab-grid-item-match,
	.uab-grid-match>* {
		display: flex;
		flex-wrap: wrap;
	}

	.u-border--campus-green {
		border: 1px solid #80bc00;
	}

