.avatar {
    vertical-align: middle;
    border-radius: 50%;
}

button:disabled,
button[disabled] {
  border: 1px solid #999999 !important;
  background-color: #cccccc !important;
  color: #666666 !important;
}
button:disabled:hover,
button[disabled]:hover {
    cursor: not-allowed;
}

.bracket {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -khtml-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none; 
    user-select: none;
	white-space: nowrap
}

.bracket .round {
	display: inline-block;
	vertical-align: middle
}

.bracket .round .winners>div {
	display: inline-block;
	vertical-align: middle
}

.bracket .round .winners>div.matchups .matchup:last-child {
	margin-bottom: 0!important
}

.bracket .round .winners>div.matchups .matchup .participants {
	border-radius: .25rem;
	overflow: hidden
}

.bracket .round .winners>div.matchups .matchup .participants .participant {
	box-sizing: border-box;
	color: #fff;
	border-left: .25rem solid #858585;
	background: #000;
	width: 14rem;
	height: 3rem;
	box-shadow: 0 2px 2px 0 rgba(0, 0, 0, .12)
}

.participant:hover {
    background-color:#ff4656 !important;
    cursor: pointer;
}

.participants .selected {
    background-color:#ff4656 !important;
}

.locked:hover, .empty:hover, .selected:hover {
    cursor: not-allowed;
}

.bracket .round .winners>div.matchups .matchup .participants .participant.winner {
	color: #fff;
	border-color: #ff4656
}

.bracket .round .winners>div.matchups .matchup .participants .participant.loser {
	color: #dc563f;
	border-color: #dc563f
}

.bracket .round .winners>div.matchups .matchup .participants .participant:not(:last-child) {
	border-bottom: thin solid #f0f2f2
}

.participant  {
    line-height: 3rem;
    padding-left: 15px;
	font-size: 1rem
}

.group {
	width: 20rem !important;
}

.bracket .round .winners>div.connector.filled .line,
.bracket .round .winners>div.connector.filled.bottom .merger:after,
.bracket .round .winners>div.connector.filled.top .merger:before {
	border-color: #ff4656
}

.bracket .round .winners>div.connector .line,
.bracket .round .winners>div.connector .merger {
	box-sizing: border-box;
	width: 2rem;
	display: inline-block;
	vertical-align: top
}

.bracket .round .winners>div.connector .line {
	border-bottom: thin solid #c0c0c8;
	height: 4rem
}

.bracket .round .winners>div.connector .merger {
	position: relative;
	height: 8rem
}

.bracket .round .winners>div.connector .merger:after,
.bracket .round .winners>div.connector .merger:before {
	content: "";
	display: block;
	box-sizing: border-box;
	width: 100%;
	height: 50%;
	border: 0 solid;
	border-color: #c0c0c8
}

.bracket .round .winners>div.connector .merger:before {
	border-right-width: thin;
	border-top-width: thin
}

.bracket .round .winners>div.connector .merger:after {
	border-right-width: thin;
	border-bottom-width: thin
}

.bracket .round.quarterfinals .winners:not(:last-child) {
	margin-bottom: 2rem
}

.winners {
	margin-top: .5rem!important
}

.bracket .round.quarterfinals .winners .matchups .matchup:not(:last-child) {
	margin-bottom: 2rem
}

.bracket .round.semifinals .winners .matchups .matchup:not(:last-child) {
	margin-bottom: 10rem
}

.bracket .round.semifinals .winners .connector .merger {
	height: 16rem
}

.bracket .round.semifinals .winners .connector .line {
	height: 8rem
}

.bracket .round.finals .winners .connector .merger {
	height: 3rem
}

.bracket .round.finals .winners .connector .line {
	height: 1.5rem
}