.dropdown-submenu {
    position: relative;
}

.dropdown-submenu .dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -1px;
}

.container {
	padding: 20px;
}
.dropdown {
	float: left;
	width: 100%;
}

.genre-header {
	margin: auto;
	width:125px;
}

.dropdown-menu {
	left: auto;
}

.align-right-header {
	float: right;
}

.filtered-song-list {
	width: 100%;
	max-width: 840px;
	border: none;
	margin-top: -20px;
}

.filtered-song-list td {
	border: none;
	padding: 3px;
}
.search-result-row {
	cursor:pointer;
}
.search-result-row:hover {
	background-color: #F0F0F0;
}
.expanded:hover {
	background-color: #FFFFFF;
	cursor: default;
}
.search-result-row > td:first-child:hover {
	background-color: #F0F0F0;
	cursor: pointer;
}
.expansion-container {
	cursor: default;
	background-color: #FFFFFF;
}
.filtered-song-list span#nameSpan:hover {
	background-color: #ccc;
}
.tiny {
	padding:3px;
	font-size: 10px;
}