.sortition {
	padding-bottom: 0px;
}
.sortition h3 {
	font-size: 16px;
	text-align: center;
	margin-bottom: 30px;
}
.sortition .ending {
	background-image: radial-gradient(ellipse farthest-corner at right bottom, rgba(137, 182, 231, 0.6) 0%, rgba(91, 152, 203, 0.8) 50%, rgb(43 47 221 / 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 {
    display: block;
    text-align: left;
    padding: 30px;
    padding-top: 15px;
}
.sortition .with_code {
   background: rgba(26, 26, 26, 0);
   border: 4px solid rgba(51, 153, 255, 0.2);
   border-radius: 10px;
   padding: 30px;
   color: #ffffff;
   box-shadow: none;
   background-clip: padding-box;
   transition: border-color 0.3s ease;
}
.sortition #prizes h5 {
    font-size: 18px;
    background: rgb(26 26 26);
    border-radius: 5px;
    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;
    border: 4px solid #0c2341;
}
.sortition #prizes .prize {
    display: block;
    position: relative;
    margin-bottom: 20px;
    line-height: 0px;
    padding: 10px;
    margin-top: -7px;
    background: rgb(26 26 26);
    border-radius: 10px;
    border: 4px solid #0c2341;
}
.sortition #prizes .prize:hover {
	border-color: #3399ff;
	box-shadow: 0 0 20px 6px rgba(51, 153, 255, 0.7);
}
.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(255, 255, 255);
	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(82 126 164);
	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 {
	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: rgb(26, 26, 26, 0);
	border-radius: 3px;
	border: 2px solid #0c233e;
	box-shadow: 2px 2px 5px 1px rgba(0, 0, 0, 0.51);
}
.sortition #participants a:hover {
	background: rgba(108, 151, 212, 0.7);
}
.sortition #participants a img {
	width: 25px;
	height: 25px;
	border-radius: 50%;
}

.sortition .winners {
	background-color: rgb(26, 26, 26, 0.90);
	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;
	border: 2px solid #3399ff;
}
.sortition #winners a:hover {
	border-color: #3399ff;
	box-shadow: 0 0 20px 6px rgba(51, 153, 255, 0.7);
	background: rgba(108, 151, 212, 0.7);
}
.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;
}