@import url('https://fonts.googleapis.com/css?family=Rubik+Mono+One|Ubuntu+Condensed');

.sortition {
	font-family: 'Ubuntu Condensed', sans-serif;
	background: rgba(0, 0, 0, 0.3);
	padding: 5px;
	border-radius: 1px;
	font-size: 15px;
	text-align: center;
}
.sortition #ending {
	font-family: 'Rubik Mono One', sans-serif;
	text-align: center;
	display: inline-block;
	margin: 0 auto;
}
.sortition #ending span {
	font-family: 'Rubik Mono One', sans-serif;
	color: rgb(222, 222, 222);
	font-size: 70px;
	display: block;
	float: left;
	padding-left: 5px;
	padding-right: 5px;
	line-height: 60px;
}
.sortition #ending > span:nth-child(2) {
	border-right: 1px solid rgba(61, 67, 92, 0.48);
	border-left: 1px solid rgba(61, 67, 92, 0.48);
}
.sortition #ending i {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 25px;
	display: block;
	line-height: 20px;
	color: rgb(195, 183, 183);
}
.sortition h1 {
	font-family: 'Rubik Mono One', sans-serif;
	margin: 0px;
	margin-top: 15px;
	text-align: center;
	font-size: 40px;
	color: rgb(222, 222, 222);
}
.sortition h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 0px;
	margin-top: 15px;
	text-align: center;
	font-size: 35px;
	color: rgb(222, 222, 222);
	display: inline-block;
	padding: 10px 0px 5px 0px;
	margin-bottom: 15px;
}
.sortition h3 {
	font-family: 'Ubuntu Condensed', sans-serif;
}
.sortition h4 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 25px;
	margin-top: 20px;
}
.sortition h5 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 25px;
	margin-top: 20px;
	border-bottom: 1px solid rgba(61, 67, 92, 0.48);;
}
.sortition h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
	font-size: 25px;
	margin-top: 20px;
	padding-bottom: 10px;
	border-bottom: 1px solid rgba(61, 67, 92, 0.48);;
}
#prizes {
	text-align: left;
}
#prizes .well {
	text-align: left;
}
.prize {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	line-height: 0px;
}
.prize:last-child {
	margin-bottom: 30px;
}
.prize span {
	font-size: 19px;
	line-height: 19px;
	cursor: pointer;
	max-width: 300px;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	margin-left: 10px;
}
.prize > span:nth-child(2) {
	margin-left: 25px;
}
.prize span small {
	color: rgb(141, 160, 180);
	font-size: 16px;
	line-height: 14px;
}
.prize i.fa {
	position: absolute;
	top: 0px;
	font-size: 20px;
	color: rgb(71, 170, 110);
}
.prize p {
	margin: 0px;
	margin-top: 10px;
}

.sortition #prizes .modal {
	text-align: left;
}
.sortition #prizes .modal-body {
	position: relative;
	padding: 15px;
	font-size: 17px;
}
.sortition #prizes .modal-body hr {
	margin-top: 10px;
	margin-bottom: 10px;
}
.sortition h4.modal-title {
	border-bottom: 0px;
}
.participate {
	font-family: 'Ubuntu Condensed', sans-serif;
	background: rgb(97, 186, 53);
	border: 1px solid RGB(221, 221, 221);
	display: inline-block;
	padding: 10px 15px 12px;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: inset 0 -1px 0 1px rgba(0,0,0,.1), inset 0 -10px 20px rgba(0,0,0,.1);
	cursor: pointer;
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
}
.participate:hover {
	background: #5a5;
}
#participants {
	text-align: left;
}
#participants a {
	padding: 3px 8px 3px 3px;
	background: #DDD;
	border-radius: 5px;
	display: inline-block;
	color: rgb(51, 51, 84);
	margin-bottom: 3px;
}
#participants a img {
	width: 30px;
	height: 30px;
	border-radius: 50%;
}

#winners {
	text-align: center;
}

#winners a {
	display: inline-block;
	background: rgb(200, 160, 10);
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin: 5px;
}
#winners a i {
	font-size: 20px;
	color: #FFF;
}
#winners a img {
	display: block;
	border-radius: 50%;
	height: 130px;
	width: 130px;
	margin: 10px;
	border: 3px solid #FFF;
}
#winners a span {
	display: block;
	color: #FFF;
	font-size: 20px;
	line-height: 30px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 150px;
}