.wbn-box {
	margin-bottom: 20px;
}
.wbn-title {
    font-size: 1.5rem;
    font-weight: 600;
    padding: 5px 0;
}
.wbn-content {
	background-color: #f7f7f7;
    padding: 10px;
    max-height: 150px;
    overflow-y: scroll;
    overflow-x: hidden;
}
.wbn-content tr {
    background-color: #efefef;
}
.wbn-content td {
	padding: 10px;
	font-size: 14px;
}