@charset "utf-8";

.entry-content .lead {
	text-align: left;
}
.entry-content table ,
.entry-content table tbody ,
.entry-content table tr ,
.entry-content table th ,
.entry-content table td {
	width: 100%;
	display: block;
}
.entry-content table th ,
.entry-content table th {
	padding: 0.5rem 1rem;
}
.entry-content table th {
	background-color: #eeeeee;
	text-align: center;
}
.entry-content table td {
	margin-bottom: 1rem;
	min-height: 25px;
}

.entry-content .btn { 
	display: block;
	margin-top: 1.5rem;
}
.msg {
	color: #ff0000;
}
@media screen and (min-width: 572px) {
	.entry-content .lead {
		text-align: center;
	}
	.entry-content table {
		display: table;
		border-left: 1px solid #cccccc;
		border-top: 1px solid #cccccc;
	}
	.entry-content table tbody {
		display: table-row-group;
	}
	.entry-content table tr {
		display: table-row;
	}
	.entry-content table th ,
	.entry-content table td {
		display: table-cell;
		width: 70%;
		border-right: 1px solid #cccccc;
		border-bottom: 1px solid #cccccc;
		padding: 0.5rem 1rem;
	}
	.entry-content table th {
		display: table-cell;
		width: 30%;
	}
	.entry-content table td {
		min-height: 35px;
	}
}