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

.sortition {
	font-family: 'Ubuntu Condensed', sans-serif;
	background: rgb(49, 52, 72);
	padding: 5px;
	border-radius: 3px;
	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: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 40px;
	color: rgb(222, 222, 222);
}

.sortition h2 {
	font-family: 'Ubuntu Condensed', sans-serif;
	margin: 0;
	margin-top: 15px;
	text-align: center;
	font-size: 35px;
	color: rgb(222, 222, 222);
	display: inline-block;
	padding: 10px 0 5px;
	margin-bottom: 15px;
}

.sortition h3,
.sortition h4,
.sortition h5,
.sortition h6 {
	font-family: 'Ubuntu Condensed', sans-serif;
}

#prizes {
	text-align: left;
}

.prize {
	display: block;
	position: relative;
	width: 100%;
	margin-bottom: 10px;
	line-height: 0;
}

.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: 0;
	font-size: 20px;
	color: rgb(71, 170, 110);
}

.prize p {
	margin: 0;
	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: 0;
}

.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, 0.1), inset 0 -10px 20px rgba(0, 0, 0, 0.1);
	cursor: pointer;
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.2);
}

.participate:hover {
	background: #5a5;
}

#participants {
	text-align: left;
}

#participants a {
	padding: 4px 10px 4px 4px;
	background: rgba(255, 255, 255, 0.87);
	border-radius: 3px;
	display: inline-block;
	margin: 0 5px 5px 0;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
	color: rgb(53, 63, 74);
}

#participants a span {
	color: inherit;
}

#participants a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

#winners {
	text-align: center;
}

#winners a {
	display: inline-block;
	vertical-align: top;
	background: rgb(200, 160, 10);
	border-radius: 5px;
	padding: 5px 10px;
	margin: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
	opacity: 0.85;
	width: 120px;
	text-decoration: none;
}

#winners a:hover {
	opacity: 0.95;
}

#winners a i {
	font-size: 18px;
	color: #fff;
	font-style: normal;
}

#winners a img {
	display: block;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 10px auto;
	border: 2px solid #fff;
	object-fit: cover;
}

#winners a span {
	display: block;
	color: #fff;
	font-size: 18px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 100%;
}
