.sortition {
	padding-bottom: 0px;
}
.sortition h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.sortition .ending {
	background-color: rgb(255, 136, 110);
	background-image: radial-gradient(ellipse farthest-corner at right bottom, rgba(137, 182, 231, 0.6) 0%, rgba(91, 152, 203, 0.8) 50%, rgba(120, 62, 62, 0.57) 100%);
	margin-left: -30px;
	margin-right: -30px;
	margin-bottom: 30px;
	padding: 30px;
}
.sortition #ending {
	text-align: center;
}
.sortition #ending span {
	color: rgb(53, 63, 74);
	font-size: 70px;
	font-weight: 500;
	display: inline-block;
	line-height: 60px;
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	margin: 5px;
	border-radius: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
}
.sortition #ending i {
	font-style: normal;
	font-size: 20px;
	display: block;
	line-height: 20px;
}

.sortition #prizes {
	background-color: rgb(255, 105, 105);
	background-image: radial-gradient(ellipse farthest-corner at left bottom, rgba(0, 0, 0, 0.6) 0%, rgba(107, 117, 57, 0.8) 50%, rgb(94, 159, 176) 100%);
    display: block;
    text-align: left;
    margin-left: -30px;
    margin-right: -30px;
    padding: 30px;
    padding-top: 15px;
}
.sortition .with_code {
	color: rgb(53, 63, 74);
	background: rgba(255, 255, 255, 0.9);
	padding: 15px;
	margin: 5px;
	border-radius: 5px;
	margin-top: 15px;
}
.sortition #prizes h5 {
	font-size: 18px;
	margin-top: 20px;
	background: rgba(255, 255, 255, 0.87);
	padding: 10px;
	border-radius: 3px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
	margin-bottom: 15px;
	display: block;
	width: 130px;
	text-align: left;
	text-align: center;
}
.sortition #prizes .prize {
	display: block;
	position: relative;
	margin-bottom: 10px;
	line-height: 0px;
	padding: 10px;
	margin-top: -7px;
	background: rgba(255, 255, 255, 0.9);
	border-radius: 3px;
}
.sortition #prizes .prize span {
	font-size: 16px;
	width: 100%;
	display: inline-block;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	line-height: 20px;
	font-weight: 500;
}
.sortition #prizes .prize span small {
	color: rgb(128, 128, 128);
	font-size: 14px;
	line-height: 14px;
}
.sortition #prizes .prize i.fa {
	display: none;
}
.sortition #prizes .prize p {
	margin: 0px;
	margin-top: 10px;
}

.sortition #prizes .modal {
	text-align: left;
}
.sortition #prizes .modal-body hr {
	margin-top: 10px;
	margin-bottom: 10px;
}

.sortition .participate {
	background: rgb(97, 186, 53);
	border: 2px solid rgb(255, 255, 255);
	padding: 15px 20px;
	font-size: 20px;
	border-radius: 5px;
	box-shadow: 1px 1px 3px 0px rgba(0, 0, 0, 0.35);
	cursor: pointer;
	color: rgb(255, 255, 255);
	text-shadow: 0 -1px 0 rgba(0,0,0,.2);
	display: block;
	margin: 30px auto;
	margin-top: 0px;
}
.sortition .participate:hover {
	background: #5a5;
}
.sortition #participants {
	background-color: rgb(173, 30, 0);
	background-image: radial-gradient(ellipse farthest-corner at left top, rgba(137, 182, 231, 0.6) 0%, rgba(67, 171, 160, 0.8) 50%, rgba(204, 192, 66, 0.6) 100%);
	display: block;
	text-align: left;
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px;
	padding-bottom: 25px;
}
.sortition #participants > p {
	color: #FFF;
	text-shadow: 1px 1px 1px #000;
}
.sortition #participants a {
	padding: 4px 7px;
	display: inline-block;
	margin-bottom: 5px;
	margin-right: 5px;
	background: rgba(255, 255, 255, 0.87);
	border-radius: 3px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
}
.sortition #participants a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.sortition .winners {
	background-color: rgb(189, 72, 47);
	background-image: radial-gradient(ellipse farthest-corner at right bottom, rgba(137, 182, 231, 0.6) 0%, rgba(91, 152, 203, 0.8) 50%, rgba(120, 62, 62, 0.57) 100%);
	margin-left: -30px;
	margin-right: -30px;
	padding: 30px;
}
.sortition #winners {
	text-align: center;
}
.sortition #winners a {
	display: inline-block;
	background: rgb(200, 160, 10);
	border-radius: 5px;
	padding: 5px 10px 5px 10px;
	margin: 5px;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
	opacity: 0.75;
	width: 120px;
}
.sortition #winners a:hover {
	opacity: 0.9;
}
.sortition #winners a i {
	font-size: 18px;
	color: RGB(255, 255, 255);
	font-style: normal;
}
.sortition #winners a img {
	display: block;
	border-radius: 50%;
	height: 80px;
	width: 80px;
	margin: 10px;
	border: 2px solid RGB(255, 255, 255);
}
.sortition #winners a span {
	display: block;
	color: RGB(255, 255, 255);
	font-size: 18px;
	line-height: 20px;
	text-overflow: ellipsis;
	overflow: hidden;
	white-space: nowrap;
	max-width: 150px;
}

.sortition a.read-more {
	display: block;
	width: 100%;
	text-align: right;
	margin-top: -10px;
	margin-bottom: 15px;
	color: rgb(119, 119, 119);
	font-size: 13px;
}