.lnkbqk-wrap #oChart{height: 500px;}
.lnkbqk-wrap{background: white;padding: 30px;}
#grid1 td,
#grid2 td {
	border: 1px #d1d1d1 solid;
	background-color: white;
}

#tableTitle {
	color: #039;
	font-size: 18px;
	font-weight: lighter;
	font-style: normal;
}

#acceptImage {
	margin: 6px 5px 0 0;
	display: inline-block;
	background: #039;
	width: 14px;
	height: 14px;
}

#doneImage {
	margin: 6px 5px 0 0;
	display: inline-block;
	background: #46a7f9;
	width: 14px;
	height: 14px;
}

.top,
.bottom {
	box-sizing: border-box;
	padding: 30px 49px 50px 49px;
	border: 1px solid #cfcfcf;
}

.bottom {
	margin-top: 32px;
}

table {
	width: 100%;
}

table td {
	text-align: center;
	line-height: 36px;
}

.history-grid-wrap td.feature {
	color: #333;
	font-weight: bold;
}

@media (max-width: 991px) {
	.top,
	.bottom {
		padding: 10px 20px;
	}
	.lnkbqk-wrap #oChart{height: 400px;}
	.lnkbqk-wrap{padding: 10px;}
	#grid1{display: none;}
	table{width: auto;}
}