.ts-box {
	position: relative;
}
.ts-menu {
	display: none;
	position: absolute;
	left: 0;
	top: 100%;
	width: 100%;
	min-width: 10rem;
	color: #212529;
	background-color: #fff;
	border: 1px solid rgba(0,0,0,.15);
	border-radius: 0 0 .25rem .25rem;
	padding: .5rem 0;
	z-index: 1000;
	max-height: 260px;
	overflow: auto;
	-webkit-overflow-scrolling: touch;
}
.ts-menu-item {
	display: block;
	text-decoration: none!important;
	color: #212529!important;
	padding: .25rem 1rem;
}
.ts-menu-item.active {
	text-decoration: none!important;
	color: #1e2125;
	background-color: #ccc;
}
