.rpg-image-entry {
    background: #fff;
    
    margin: 0 15px 15px 0;
    padding: 10px;
	width:21%;
	
	float:left;
	box-shadow: 0 0 6px rgba(0,0,0,.7);
	
	
}

.rpg-image-entry:hover {
	cursor: move;
}

.rpg-image-entry img{
	width:100%;
	max-height:240px;
	display:block;
	margin-bottom:10px;
}
.rpg-meta-image{
	width:100%;
	height:155px;
	display:block;
	margin-bottom:10px;
}
.rpg-image-entry .button-primary{
width:100%;
margin-bottom:10px;
}
.rpg_label_text{
width:100%;
padding: 9px;

}

.rpg-image-entry .gallery_remove {
   
    display: block;
    float: right;
    height: 20px;
    margin-right: -21px;
    margin-top: -21px;
    outline: 0 none;
    text-indent: -9999px;
    width: 20px;
}
.add_rpg_new_image{
	text-align:center;
	padding-top:3.8%;
	padding-bottom:3.8%;
	border: 5px dashed rgba(0, 0, 0, 0.1);
	cursor: pointer;
	box-shadow: 0 0 0px rgba(0,0,0,.7);

}
.add_rpg_new_image:hover{
	border: 5px dashed #0074a2;
	background:#0074a2;
}
.add_rpg_new_image:hover p{
	color:#ffffff;
}
.add_rpg_new_image:hover .dashicons{
	 background: none repeat scroll 0 0 #ffffff;
	 color:#0074a2;
}
.add_rpg_new_image .dashicons{
	 background: none repeat scroll 0 0 rgba(153, 153, 153, 0.1);
    border-radius: 50%;
    color: #999;
    content: "?";
    display: inline-block;
    font: 400 74px/115px ;
    height: 100px;
   
    font-size:80px;
    padding: 0;
   line-height:110px;
    text-align: center;
    text-indent: -4px;
    text-shadow: none;
    top: 30%;
    vertical-align: middle;
    width: 100px;
    z-index: 4;
	
}
.rpg-meta-container{
	width:100%;
	background:#fff;
	display:block;
	float:left;
	padding:10px;
}
#append_rpg_img{
display:block;
}