.alert ul {
	margin: 0;
	list-style: none;
	padding-left: 5px;
}

.mb0 {
	margin-bottom: 0 !important;
}

.affiliateLinks textarea {
	width: 100%;
}

label .note, span.note {
	font-size: smaller;
	font-style: italic;
}

.link {
	cursor: pointer;
	text-decoration: underline;
	color: #005580;
}

.bold{
	font-weight: bold;
}

.table tbody tr td.align-center,
.table tbody tr th.align-center{
	text-align: center;
}

body.dragging, body.dragging * {
  	cursor: move !important;
}

.dragged {
	position: absolute;
	opacity: 0.5;
	z-index: 2000;
}

.sortable li {
	cursor: move !important;
}

.autocomplete-suggestions { 
	-webkit-box-sizing: border-box; 
	-moz-box-sizing: border-box; 
	box-sizing: border-box; 
	border: 1px solid #999; 
	background: #FFF; cursor: default; 
	overflow: auto;
	-webkit-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	-moz-box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
	box-shadow: 1px 4px 3px rgba(50, 50, 50, 0.64); 
}
.autocomplete-suggestion { 
	padding: 2px 5px; 
	white-space: nowrap; 
	overflow: hidden; 
}
.autocomplete-no-suggestion { 
	padding: 2px 5px;
}
.autocomplete-selected { 
	background: #F0F0F0; 
}
.autocomplete-suggestions strong { 
	font-weight: bold; 
	color: #000; 
}
.autocomplete-group { 
	padding: 2px 5px; 
	font-weight: bold; 
	font-size: 16px; 
	color: #000; 
	display: block; 
	border-bottom: 1px solid #000; 
}