.vipnrw-traffic-object-table {
	width: 100%;
}

.vipnrw-traffic-object-title {
	cursor: pointer;
	font-weight: bold;
	color: #3c506e;
}

.vipnrw-traffic-object-title:hover {
	color: #2a384d;
}

.vipnrw-traffic-object-divider {
	width: 100%;
	font-size: 13px;
	line-height: 13px;
	padding: 5px 0px;
	font-weight: bold;
	cursor: default;
	text-align: center;
	color: #3c506e;
}

.scroll-wrapper {
	-webkit-overflow-scrolling: touch;
	overflow-y: scroll;
	right: 0;
	bottom: 0;
	left: 0;
	top: 0;
	height: 100%;
	width: 100%;
}