/*
Theme Name: blueDOM
Author: blueDOM
Version: 1.0
*/

/*
This file is just used to identify the theme in WordPress.
*/

.post-content table {
	width: 100%;
	border-collapse: collapse;
	margin-bottom: 1.75em;
}

.post-content table th,
.post-content table td {
	border: 1px solid #ddd;
	padding: 8px;
}

.post-content table th {
	background-color: #f2f2f2;
	text-align: left;
}

.post-content table tr:nth-child(even) {
	background-color: #f9f9f9;
}
