
/*Tables *********************************************/

	html body #learndash_new_certs_list table {
	    border-collapse: separate !important;
	    border-spacing: 0;
		font-family: "Lato",sans-serif;
		font-size: 12px;
		color:#333;
	}

	#learndash_new_certs_list table tr th,
	#learndash_new_certs_list table tr td {
		border-right: 1px solid #ddd;
		border-bottom: 1px solid #ddd;
		padding: 10px;
	}

	/*top border*/
	/*table th:not(:first-child) { border-top:0 !important; }*/

	#learndash_new_certs_list table tr th:first-child,
	#learndash_new_certs_list table tr td:first-child {
		border-left: 1px solid #ddd;
	}

	#learndash_new_certs_list table tr th {
		background-color: #f3f3f3;
		border-top: 1px solid #ddd;
		text-align: left;
	}

	/* top-left border-radius */
	#learndash_new_certs_list table tr:first-child th:first-child {
	    border-top-left-radius: 6px;
	}

	/* top-right border-radius */
	#learndash_new_certs_list table tr:first-child th:last-child {
	    border-top-right-radius: 6px;
	}

	/* bottom-left border-radius */
	#learndash_new_certs_list table tr:last-child td:first-child {
	    border-bottom-left-radius: 6px;
	}

	/* bottom-right border-radius */
	#learndash_new_certs_list table tr:last-child td:last-child {
	    border-bottom-right-radius: 6px;
	}


/* Others ***********************/

	#learndash_new_certs_list table td.date_col {
		min-width: 80px;
	}
	#learndash_new_certs_list table td.cert_column, 
	#learndash_new_certs_list table td.percentage_column {
		width: 10%;
		text-align: center;
	}


	#learndash_new_certs_list {
		overflow-x: scroll; 
	}

	#learndash_new_certs_list table {
		min-width: 370px;
	}

	#learndash_new_certs_list a.cert_icon {
		width: 25px;
		height: 25px;
		display: block;
		background: url(certificate-icon-small.png) no-repeat;
		background-size: cover;
		margin:0 auto;
	}

	body .bbp-pagination.x-pagination {
		margin-top: 20px;
	}

	/*columns color based in type*/
	#learndash_new_certs_list table tr.quiz td { background-color:#fffbe6; }
	#learndash_new_certs_list table tr.course td { background-color:#e1f7ca; }
	#learndash_new_certs_list table tr.parent-course td { background-color:#fbeded; }

