.chosen-item {
	padding: 20px 0;
	border-top: 1px solid #ccc;
	border-bottom: 1px solid #ccc;
	margin-bottom: 15px;
 }
.rcl-subtab-content {
	min-height: 650px;
 }
.chosen-filter {
	display: flex;
	justify-content: flex-end;
	margin-bottom: 20px;
 }
.chosen-filter-btn {
	width: 97px;
	margin-left: 10px;
 }
#tab-webx-tenders.show,
#rcl-tabs.show,
#lk-content.show {
	overflow: initial !important;
 }
#tab-webx-tenders {
	overflow: initial !important;
 }
.chosen-filter .btn-block+.btn-block {
	margin-top: 0;
 }
.chosen-subscriber-btn {
	width: 200px;
	margin-left: 10px;
	color: #fff;
	display: inline-block;
	font-weight: 400;
	text-align: center;
	white-space: nowrap;
	vertical-align: middle;
	-webkit-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	border: 1px solid transparent;
	padding: .375rem .75rem;
	font-size: .8rem;
	line-height: 1.5;
	border-radius: .25rem;
	transition: color .15s ease-in-out,background-color .15s ease-in-out,border-color .15s ease-in-out,box-shadow .15s ease-in-out;
 }
.btn.btn-danger.chosen-subscriber-btn:hover {
	background: #c82333;
 }
.btn.btn-success.chosen-subscriber-btn:hover {
	background: #218838;
 }
@media (max-width: 768px) {
	.chosen-filter {
		margin-top: 10px;
	}
 }
