
.export-options {
	float: right;
	list-style: none;
	display: block;
}

.export-options .link_divider.small {
	height: 12px;
	line-height: 28px;
}

.export-options.tall li.email,
.export-options.tall li.print,
.export-options.tall li.share,
.export-options.tall li.export {
	line-height: 28px;
}

.export-options li.no-divider {
	border-right: none;
	padding-right: 0;
}

.export-options li.export .customSelectBox {
	min-height: 0px;
}
.export-options .select-wrapper.cap-export-to{
	width:auto;
	min-width:100px;
}

.export-options > * {
	float: right;
}

.export-options > a {
	margin: 9px 15px;
	margin-right: 0px;
}

.export-options + .table-container {
	clear: both;
}

.export-options .export,
.touch .export-options .export,
.export-options .print,
.touch .export-options .print,
.export-options .link_divider,
.touch .export-options .link_divider {
	display: none;
}

@media screen and (min-width: 835px) {
	.export-options .export,
	.export-options .print,
	.export-options .link_divider {
		display: inline-block;
	}
}
