.casepress-upvote-modal{
	display: table;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
	background: rgba( 0, 0, 0, 0.5);
}
.casepress-upvote-modal-wrapper{
	display: table-cell;
	vertical-align: middle;
}
.casepress-upvote-modal-box{
	margin: 0 auto;
	padding: 10px 30px 15px 30px;
	background: white;
	width: 500px;
	border-radius: 5px;
}
.casepress-upvote-modal-close{
	text-align:right;
}
.casepress-upvote-modal-display{
	display: none;
	top: 0;
	left: 0;
	position: fixed;
	width: 100%;
	height: 100%;
	z-index: 100;
}