@charset "utf-8";
/* CSS Document */


.bold {
	font-weight: bold;
}

table {
	margin-bottom: 20px;
}

table,
table tr,
table td {
	border-collapse: collapse;
	border: 1px solid #ddd;
}

table th {
	text-align: left;
	font-weight: normal;
}

table td {
	text-align: center;
	color: #fff;
	background-color: #444;
}


table th,
table td {
	padding: 10px;
}

.list-block li {
	margin-bottom: 20px;
}

.list-block li li {
	margin-bottom: 0;
	list-style-type: disc;
}