.wrap-ocr-post {
float: left;
width: 100%;
}
#ocr-posts,
.ocr-row {
float: left;
width: 100%;
margin-bottom: 20px;
}
.ocr-title {
font-size:20px;
font-weight:700;
}
.ocr-label {
float: left;
width: 25%;
}
.ocr-input {
float: left;
width: 75%;
}
.ocr-post {
float: left;
width: 100%;
margin-bottom: 20px;
border-bottom: 1px dashed #ccc;
}
.ocr-post-row {
float: left;
width: 100%;
}
.ocr-post-label {
float: left;
width: 25%;
}
.ocr-post-input {
float: right;
width: 75%;
margin-bottom: 15px;
}
.ocr-post-img {
max-width: 250px;
}
.ocr-post-input label {
float: left;
width: 50%;
}
.ocr-loader {
background-image:url(https://captions.hotwifecaps.com/wp-content/plugins/ocr-post-import/css/img/ajax-loader.gif);
background-repeat:no-repeat;
background-position:center center;
width: 16px;
height: 16px;
display: inline-block;
background-size: cover;		
}
.ocr-loader.ocr-loader-hide {
display:none;	
}
.ocr-success {
margin-bottom: 10px;
color: green;
background: #f5f5f5;
padding: 10px;
border-radius: 4px;
}