/* dark table styles */
/*Add the necessary styling to make it simlar to the given table*/

table.dark {
	border: 1px solid #1a1a1a;
	background-color: #000;
	color:white;
}
table.dark th {
	padding: 10px;
	border-bottom:1px solid #000;
	text-align: left
}
table.dark td {
	border-right:1px solid #1a1a1a;
}
table.dark h4 {
	margin-bottom: 0px; 
    margin-top: 20px; 
}
