<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.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 !important;
	box-shadow: 0 0 0px rgba(0,0,0,.7);

}
.add_rpg_new_image:hover{
	border: 5px dashed #fb8a29;
	background:#fb8a29;
}
.add_rpg_new_image:hover p{
	color:#ffffff;
}
.add_rpg_new_image:hover .dashicons{
	 background: none repeat scroll 0 0 #ffffff;
	 color:#fb8a29;
}
.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;
	
}

/* Delete Button */

.rpg_del_image{
	text-align:center;
	padding-top:3.8%;
	padding-bottom:3.8%;
	border: 5px dashed rgba(0, 0, 0, 0.1);
	cursor: pointer !important;
	box-shadow: 0 0 0px rgba(0,0,0,.7);

}
.rpg_del_image:hover{
	border: 5px dashed #4e4b4a;
	background:#4e4b4a;
}
.rpg_del_image:hover p{
	color:#ffffff;
}
.rpg_del_image:hover .dashicons{
	 background: none repeat scroll 0 0 #ffffff;
	 color:#4e4b4a;
}
.rpg_del_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:100px;
   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;
}
.lbsp_head {
    text-align: center;
    background-color: #fb8a29;
    color: #fff;
    font-size: 20px;
    font-weight: 700;
    padding: 15px;
    border-radius: 4px;
}
.custnote{
    background-color: rgba(23, 31, 22, 0.64);
    color: #fff;
    width: 330px;
    border-radius: 5px;
    padding-right: 5px;
    padding-left: 5px;
    padding-top: 2px;
    padding-bottom: 2px;
}</pre></body></html>