input[type=button], input[type=submit], input[type=reset] {
	border-radius: 2px 2px 2px 2px;
	padding: 17px 40px;
	line-height: 21px;
	font-size: 18px;
	background: #0092bc;
	color: #fff;
	border-color: #0092bc;
	box-shadow: none !important;
	border-style: solid;
	cursor: pointer;
}

.wtpuc-questions-table {
	margin-bottom: 20px;
}

.wtpuc-questions-table td input[type=checkbox]{
	margin-right: 10px;
}