.image_details{
    background: !important;
}
.image_details h3{margin-top: 20px;}
.image_details .top{text-align:left;margin:10px 0;}
.image_details .top b{font-weight:inherit;}
.image_details .top i{font-style:inherit; margin-right:18px;}
.image_details .top i:last-child{margin:0;}

.image_details dir{padding-top:18px; border-top:1px solid #e0e0e0;}
.image_details dir:after{display:block; content:''; clear:both;}
.image_details dir>dl:after{display:block; content:''; clear:both;}
.image_details dir>dl>dt{float:left; margin-right:8px; opacity:.88;}
.image_details dir>dl>dt b{font-weight:inherit;}
.image_details dir>dl>dd{float:left;}
.image_details dir>dl>dd i{font-style:inherit;}

.image_details .text{margin-bottom: 10px;}

.image_details .tag{margin:18px 0;}
.image_details .tag a{display:inline-block; margin-right:8px; border:1px solid #e0e0e0; padding:2px 8px; border-radius:3px;}

@media(max-width:767px){
.image_details .tag{margin-bottom:8px;}
.image_details .tag a{margin-right:4px; padding:2px 8px;}
.image_details .top{margin:8px 0;}
.image_details dir{padding-top:8px;}
 }