* {
	box-sizing: border-box;
}

body {
	background-color: #e9eaed;
	font-family: 'Segoe UI';
	font-size: 14px;
}

.table-wrapper {
	width: 960px;
	margin: 0 auto;
	background-color: #fff;
}

.q-wrapper {
	margin-bottom: 40px;
}

.q-wrapper .q {
	background-color: #3CB480;
	color: #fff;
	padding: 20px;
	font-size: 18px;
}

.q-wrapper table {
	width: 100%;
	border: none;
	border-collapse: collapse;
	background-color: #fff;
	table-layout: fixed;
}

.q-wrapper table thead tr {
	background-color: #f9fafb;
}

.q-wrapper table thead tr th {
	padding: 15px;
	font-weight: 100;
	text-align: left;
	border-bottom: 1px solid #f0f0f0;
}

.q-wrapper table tbody td {
	vertical-align: top;
	padding-left: 20px;
}

.q-wrapper table tbody td:first-child {
	padding-left: 0;
	border-right: 1px solid #f0f0f0;
}

.q-wrapper ul {
	padding: 0;
	margin: 0;
	list-style-type: none;
}

.q-wrapper ul li {
	padding: 6px 12px;
	border-bottom: 1px solid #f0f0f0;
}