/* Lists page */

.jrUserlists .jrSuccess,
.jrMyLists .jrSuccess {
	margin: 0;
}

.jrListContainer {
    margin: 0;
    padding: 14px 0;
	border-bottom: 1px solid #ddd;
}

.jrListContainer .jrListThumbnail {
	float: left;
	margin-right: 10px;
	margin-bottom: 10px;
}

.jrListContainer .jrListTitle {
	margin-bottom: 5px;
}

.jrListContainer .jrListInfo {
	color: #777;
	margin-bottom: 5px;
}

.jrListContainer .jrListDescription {
	margin-bottom: 5px;
}

.jrListContainer .jrAvatar {
	float: none;
	margin: 0 3px 0 0;
	width: 20px;
	height: 20px;
}

.jrListContainer .jrAvatar img {
	width: 20px;
}

/* List page */

.jrMyListsList h1.contentheading {
	margin-bottom: 15px;
}

.jrMyListsList .jrStatusLabel {
	display: inline-block;
	margin-bottom: 10px;
}

.jrMyListsList .jrListContainer {
	margin-bottom: 20px;
}


/* Modules */

.jrModuleListsContainer .jrModuleInfo {
	margin-bottom: 10px;
}

.jrModuleListsContainer .jrModuleItemInfo {
	color: #777;
}

.jrModuleListsContainer .jrModuleItemDescription {
	margin-bottom: 10px;
}


/* Forms */

.jrForm.jrUserlistForm .jrTextArea {
	height: 6em;
}

/* Dropdown */

.jrMyListsDropdown .jrIconPrivate {
	margin-left: 5px;
}

.jrDropdown .jrDropdownMenu {
	text-align: left;
}

.jrDropdown.jrMyListsDropdown.jrSmall .jrDropdownMenu {
	max-width: none;
}

.jrDropdown.jrMyListsDropdown .jrDropdownMenu li > a:hover {
	color: #555 !important;
}

.jrDropdown.jrMyListsDropdown:hover .jrDropdownMenu {
	display: block !important;
}

.jrDropdown.jrMyListsDropdown .jrLoadingSmall {
	margin: 5px auto;
	display: block;
	width: 16px;
	height: 16px;
}

/* Dropdown inside dialog */

.jrMyListsButton {
	cursor: pointer;
}

.jrDialog .jrDropdown {
	display: block !important;
}

.jrDialog .jrDropdown .jrDropdownMenu {
	float: none;
	display: block;
	position: static;
	border: 0;
	box-shadow: none;
	max-width: none;
}

.jrDialog .jrDropdown .jrDropdownMenu li {
	width: 100%;
	margin-bottom: 5px;
	font-size: 16px;
}

.jrDialog .jrDropdown .jrDropdownMenu li a {
	outline: none;
	text-decoration: none;
}