.table-scroll table {
		overflow-x: scroll;
		white-space: nowrap;
		-webkit-overflow-scrolling: touch;
}

.table-scroll table td {
		min-width: 90px;
}

.scroll-hint-icon {
		height: 85px;
}

.rt-box {
		width: auto;
		margin: 50px auto 80px;
}

.rt-box a {
		max-width: 385px;
		font-size: 16px;
		font-weight: bold;
		text-align: center;
		margin: auto;
		line-height: 50px;
		position: relative;
		display: block;
		height: 50px;
		border-radius: 8px;
		cursor: pointer;
		color: #fff;
		transition: all 0.5s;
		text-decoration: none;
}

.rt-box a::after {
		color: #fff;
		font-family: "FontAwesome";
		content: " \f078";
}

.rt-box.pink a {
		background: #f05689;
		color: #fff;
}

.rt-box.orange a {
		background: #ff9800;
		color: #fff;
}

.rt-box.green a {
		background: #4caf50;
		color: #fff;
}

.rt-box.bule a {
		background: #2196f3;
		color: #fff;
}
