 /*=================================================================================================
 * @name: Popelt plugin CSS
 * @author: (c) Elton Jain - @eltonjain
 *=================================================================================================*/
.noscroll {overflow:hidden;}
.pop-screen {background:#000; opacity:0.9; filter:alpha(opacity=90); position:fixed; left:0; top:0; right:0; bottom:0; z-index:9994; display:none;}
.pop-wrap {position:fixed; left:0;right:0;top:0;bottom:0; z-index:9995; overflow:auto; display:none; }
.pop-container {margin:40px auto; display:block; width:600px; background:rgb(110, 109, 109); position:relative;border-radius: .9em;}
.pop-block {position:relative;}
.pop-content {padding:20px; color:#333; word-wrap:break-word; overflow:auto;}
.pop-content h1:first-child, .pop-content h2:first-child, .pop-content p:first-child {margin-top:0;}
.pop-action-block {background:#888; padding:10px 15px; border-top:1px solid #ccc; text-align:right;border-bottom-left-radius: .9em;border-bottom-right-radius: .9em;}
.pop-title {margin:0; padding-bottom:10px; font-size:26px; font-weight:bold; line-height:28px; padding:25px; margin-bottom:0;}
.pop-btn-close {border-radius: .9em;font-family:arial,sans-serif; position:absolute; color:#888; font-size:28px; width:20px; height:20px; line-height:25px; text-align:center; cursor:pointer; right:0px; top:0px; background:white;}
