/*
 * Buttons
 */
.mtl-right-buttons {
	float: right;
}

.mtl-scrollable-menu {
    height: auto;
    max-height: 200px;
    overflow-x: hidden;
}

.mtl-badge-list {
  	-webkit-padding-start: 0;	
}
.mtl-badge-list > li {
	list-style: none;
  	float:left;
}

.mtl-player-label {
	display: inline-block;
	padding: 4px 5px;
}

.mtl-player-label.self {
	background-color: #e9ecef;
  	border: solid 1px #dee2e6;
}

.mtl-player-label .dropdown {
	display: inline-block;
}

.mtl-player-label .dropdown .mtl-player-dropdown-info {
	padding: 0 8px;
}

.mtl-team-label {
	display: inline-block;
	padding: 4px 5px;
}

.mtl-team-label .dropdown {
	display: inline-block;
}

.mtl-team-label .dropdown .mtl-team-dropdown-info {
	padding: 0 8px;
}