.close-btn{
	position:absolute;
	right:0;
	top:0;
	cursor:pointer;    
	background-color: rgba(255, 0, 0, 0.9);
    padding: 5px 10px;
    font-weight: bold;
    color: #fff;
}
.edit-item{
	cursor:pointer;
	color: #0073aa;
}

#prize_form input[type="text"],#prize_form textarea{
	width:50%;
	max-width:450px;
	margin:10px 0;
	padding:5px;
	display:block;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}
#prize_form textarea{
	height:90px;
}
#prize_selector_button, #library_selector_button {
    width: 200px !important;
    padding: 0px !important;
    -moz-box-sizing: border-box !important;
    box-sizing: border-box !important;
    display: block;
    margin: 10px 0 50px 0 !important;
}
.form-option{
	margin-bottom:20px;
}
.widefat td{
	vertical-align:middle !important;
}
.button-danger{
	color:#fff !important;
	background: #CD0000 !important;
    border-color: #D87E7E !important;
        webkit-box-shadow: 10px 10px 5px 0px rgba(152, 0, 0, 0.75) !important;
    -moz-box-shadow: 10px 10px 5px 0px rgba(152, 0, 0, 0.75) !important;
    box-shadow: 0px 0px 0px 0px rgba(152, 0, 0, 0.75) !important;
}
.button-danger:hover{
	background: #A90000 !important;
}
.define{
	width:100%;
	padding:10px 0;
	margin:10px;
}
.no-frills-pagination input[type="submit"]{
    border-radius: 5px;
    cursor:pointer;
}
table.prizedraw-table .center{
	text-align:center;
}
select#filter{
	vertical-align:top;
}

.form-option.question-div,.form-option.question,.form-option.multiple-answer-div,.form-option.multiple-answer-ans-div,.form-option.single-answer-div,.form-option.single-answer-correct-div, .form-option.answer-correct-check-div{
	display:none;
}
.show{
	display:block !important;
}
.inline-form{
	display:inline-block;
	margin-right:10px;
	padding:0;
}
.question{
	white-space:nowrap;
    margin-top: 40px;
    background-color: #fff;
    padding: 20px;
}
.questionmark{
	display:inline-block;
	white-space:normal;
	width:60px;
	height:50px;
	vertical-align:bottom;
	background:url(../img/questionmark.png) left center no-repeat transparent;
}
.questiontext{
	display:inline-block;	
	white-space:normal;
	vertical-align:top;
}
.dashed{
	margin:20px 0 20px 0;
	height:1px;
	width:95%;
	border-bottom:dashed 1px #999;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
}

.winner_line{
	background-color:#AADEAA !important;
}
.completed_line, .completed_line .widefat td, .completed_line th,.completed_line td, .completed_line .widefat th{
	color:#AFADAD !important;
}
.winner_details{
	background-color:#fff !important;	
	padding:10px 15px 0 15px;
	text-align:left;
}
#prize_form select,#editing_form  select{
	margin-top:10px;
	border-radius:5px;
}
#prize_form input[type="text"],#prize_form textarea,
#editing_form input[type="text"],#editing_form textarea{
	min-width:50%;
	max-width:50%;
}
.prize-title{
	margin-bottom: 0;
    padding-bottom: 0;
    line-height: 0.5em;
}
.album_thumbnail{
	margin-top:10px;
}
#prize_selector_button{
	height:auto !important;
    margin-top: 10px !important;
    margin-bottom: 0px !important;
}
.box{
	border:1px solid #000;
	padding:10px;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	vertical-align:top;
	background-color:#fff;
}

.box h2{
	margin:0 auto;
	padding:20px;
	background-color:#000;
	color:#fff;
	font-weight:bold;
}
.box ul li{
	list-style-type: disc;
	margin-left:40px !important;
}
.red{
	color: #ea2121 !important;
}
.center{
	text-align:center;
	margin:20px auto;
}
a.buybutton{
	text-align:center;
	border:1px solid #055e03;
	padding:10px 25px;
	background-color: #04a600;
	color:#fff;
	font-weight:bold;
	margin:20px auto;
	text-decoration:none;
}
a.rawbutton{
	border:1px solid #dfaf5c;
	background-color: #dfaf5c;	
	color:#000;
}
.url{
	min-width: 210px !important;
}
.wrap.left{
	width:75%;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:0;
	margin-right:0;
	vertical-align:top;
	padding-right:20px;
}
.wrap.right{
	width:25%;
	display:inline-block;
	box-sizing:border-box;
	-moz-box-sizing:border-box;
	box-sizing:border-box;
	margin-left:0;
	margin-right:0;
	vertical-align:top;
	padding-right:20px;
	padding-top:20px;
}
@media screen and (max-width:700px){

	#prize_form input[type="text"],#prize_form textarea,
	#editing_form input[type="text"],#editing_form textarea{
		min-width:50%;
		max-width:100%;
	}

}