#drop-options .dropdown-menu li a {
	padding-right:60px;
}
#drop-options .dropdown-menu li a .pull-right {
	margin-right:-40px;
}

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;
}


.points-header {
	background:url(../../assets/img/site/site-sunburst.jpg) center -1px no-repeat transparent;
	width:100%;
	padding-top:10px;
	padding-bottom:10px;
}

.primary-point-types a > span {
	display:block;
}
.points-logo {
	text-align:center;
}
.points-logo img {
	height:140px;
}
.points-standing {
	margin:18px;
	font-size:48px;
	line-height:50px;
	font-weight:bold;
	text-transform:uppercase;
	text-align:center;
	text-shadow: 0px 0px 12px rgba(255, 255, 255, 1);
    font-family: georgia,times,sans-serif;
	color:#5d160b;
}
.points-standing span {
	display:block;
	font-size:24px;
	line-height:24px;
}

.double-down {
	width:120px;
	text-align:left;
}
.double-down abbr {
	display:none;
}
.double-down span {
	display:inline;
}
.double-down span.icon {
	display:none;
	color:#5bb75b;
}

body .section.form .section-content .control-label {
	font-weight:bold;
	font-size: 13px;
}
body .section.form .section-content .control-group {
	margin-bottom:0px;
	padding-top:0px;
	padding-bottom:0px;
	border-bottom:1px solid #fafafa;
}
body .section.form .section-content .sub-form {
	padding:0px;
}
body .section.form .section-content .sub-form .control-label {
	font-size:12px;
}
body .section.form .section-content .add-on,
body .section.form .section-content .uneditable-textarea,
body .section.form .section-content .uneditable-input {
	color:#000;
	background:transparent;
	border:none;
	box-shadow:none;
	padding-right:0px;
	padding-left:0px;
}

body .section.form .section-content .bootstrap-timepicker .add-on {
	display:none;
}






@media (max-width: 767px) {
	.primary-point-types a > span {
		display:inline;
		margin-left:2px;
		margin-right:2px;
	}
	.double-down span {
		display:none;
	}
	.double-down span.icon {
		display:inline;
	}
	.double-down {
		width:30px;
	}
	.double-down abbr {
		display:inline;
	}
	.double-down span {
		display:none;
	}
}

.tabs-left > .nav-tabs > li > span {
	border-radius: 4px 0 0 4px;
	margin-right: -1px;
}
.nav-tabs > li > span {
	border: 1px solid transparent;
	border-radius: 4px 4px 0 0;
	line-height: 20px;
	padding-bottom: 8px;
	padding-top: 8px;
	margin-right:-1px;
}
.nav-tabs > li > span, .nav-pills > li > span {
	line-height: 14px;
	margin-right: 2px;
	padding-left: 12px;
	padding-right: 12px;
}
.nav > li > span {
	display: block;
}
.tabs-left > .nav-tabs > li.active > span:hover,
.tabs-left > .nav-tabs > li.active > span:focus,
.tabs-left > .nav-tabs > li.active > span {
	border-color: #ddd transparent #ddd #ddd;;
	background:#fff;

}
.tabs-left > .nav-tabs > li > span:hover,
.tabs-left > .nav-tabs > li > span:focus {
	border-color: #eee #ddd transparent #eee;
	background-color: #eee;
	text-decoration: none;
}
.tabs-left > .nav-tabs > li > span.tab-title:hover {
	background:transparent;
	border-color:transparent;
}