#drop-options .dropdown-menu li a {
	padding-right:60px;
}
#drop-options .dropdown-menu li a .pull-right {
	margin-right:-40px;
}

.results {
	font-size:14px;
	line-height:18px;
	border-bottom:1px dotted #ccc;
	margin-bottom:5px;
	padding-bottom:5px;
}
.results span {
	font-size:13px;
}
.results a {
	font-size:13px;
}
.results .pull-right {
	color:#979797;
	font-size:12px;
	text-align:right;
	padding-left:5px;
	white-space:nowrap;
}

table {
	table-layout:fixed;
	width:100%;
}
table div.single {
	white-space:nowrap;
	overflow:hidden;
	width:100%;
	text-overflow:ellipsis;
}
table div.description {
	color:#979797;
}
.event-buttons {
	margin-top:5px;
	margin-bottom:10px;
}