#ghsd_custom .data-table {
	border-collapse: collapse;
	width: 100%;
	table-layout: fixed;
	overflow: hidden;
}

#ghsd_custom .data-table tr {
	background-color: white !important;
	color: black;
}

#ghsd_custom .data-table th {
	position: relative;
	font-size: 0.8em !important;
	word-wrap: normal;
	text-align: left !important;
	padding: 8px 10px 8px 5px !important;
	word-break: break-word;
	font-weight: 700;
	color: black;
	background-color: white;
	border: none;
	border-bottom: 3px solid black !important;
}

#ghsd_custom .data-table td {
	font-size: 0.8em !important;
	line-height: 1.5 !important;
	word-wrap: normal;
	padding: 8px 5px !important;
	font-weight: normal;
	border: none;
	border-bottom: 2px solid #e9e9e9;
	/*border-top: 2px solid white;
	border-bottom: 2px solid white;*/
}

.source-button {
	display: inline-block;
	background-color: white;
	color: black;
	border: 1px solid #222;
	padding: 0px 8px;
	-webkit-border-radius: 50px;
	-moz-border-radius: 50px;
	border-radius: 50px;
}

#ghsd_custom .data-table-counter {
	margin-top: 20px;
}

#ghsd_custom .data-table-counter p {
	margin-bottom: 10px;
}

@media only screen and (max-width : 767px) {
	/* -------------------------------- 

	Responsive table

	-------------------------------- */

	#ghsd_custom .data-table:not(.unresponsive) thead { 
		display: none !important;
	}

	#ghsd_custom .data-table:not(.unresponsive) table, 
	#ghsd_custom .data-table:not(.unresponsive) th, 
	#ghsd_custom .data-table:not(.unresponsive) tr.reveal, 
	#ghsd_custom .data-table:not(.unresponsive) td { 
		display: block !important; 
	}
	
	#ghsd_custom .data-table:not(.unresponsive) td { 
		/* Behave  like a "row" */
		position: relative !important;
		border-top: none !important;
		border-bottom: 1px solid white !important;
		padding-left: 60% !important; 
		text-align: left !important;
		min-height: 16px;
	}
	
	#ghsd_custom .data-table:not(.unresponsive) td:before { 
		position: absolute;
		top: 6px;
		left: 6px;
		width: 45%; 
		padding-right: 10px; 
		white-space: nowrap;
		font-weight: bold;
	}
	
	#ghsd_custom .data-table:not(.unresponsive) tr {
		border-bottom: 2px solid #d8d8d8;
	}

	#ghsd_custom .data-table:not(.unresponsive) td:last-child {
		border-bottom: 10px solid white !important;
	}

	#ghsd_custom .data-table:not(.unresponsive) td:before { 
		content: attr( data-col ); 
		white-space: normal !important; 
	}

}

@media only screen and (max-width : 480px) {
	
	#ghsd_custom .data-table td:before {
		font-size: 10px;
	}
	
}
