@charset "utf-8";
/* Distance Learning Programs DataTable CSS */

@media (min-width: 1220px) {
	.container-dlwide {
	    max-width: 1170px;
	}
}

.dltable {
	margin: 10px 0 10px 0;
}

/*
#dltable_wrapper,
#dl-li-table_wrapper{
	margin-bottom: 20px;
}

#dltable th, #dltable td {
	font-size: .92rem;
}

#dltable_info, #dltable_paginate {
	font-size: .95rem;
}*/

table.dataTable thead th, table.dataTable thead td {
	border-bottom: 1px solid #084b81;
}

#dltable td,
#dl-lic-table td {
	border: none;
	border-bottom: 1px solid;
}

table.dataTable.no-footer {
	border-bottom: 1px solid #084b81;
}

a.dlpgm:hover, a.dlpgm:focus, a.dlpgm:hover, a.dlpgm:hover,
a.lic-notes:hover, a.lic-notes:focus, a.lic-notes:hover, a.lic-notes:hover {
  cursor: pointer;
}

/* Licensure Table */

#dl-lic-table th {
  font-size: .9rem;
}

#dl-lic-table td {
	font-size: .92rem;
}

/*#dl-lic-table_info, #dl-lic-table_paginate {
	font-size: .95rem;
}*/



