body {
	padding-top: 30px;
}

section.main {
	top: 60px;
}

#certificateList tbody {
	height: calc(100% - 235px);
}

.system-message {
	padding: 0 10px;
	text-align: center;
	background: #fef3a1;
	border-bottom: 1px solid rgba(0, 0, 0, .066);
	font-size: 14px;
	height: 30px;
	line-height: 30px;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	z-index: 100;
	font-weight: 400;
}

.system-message i.fa {
	vertical-align: baseline;
	position: relative;
	top: 1px;
	margin-right: 2px;
}