/* Outer */
.popup {
    width:100%;
    height:100%;
    display:none;
    position:fixed;
    top:0px;
    left:0px;
    background:rgba(0,0,0,0.75);
}
 
/* Inner */
.popup-inner {
    height: 80%;
    max-width:700px;
    width:90%;
    padding:40px;
    position:absolute;
    top:50%;
    left:50%;
    -webkit-transform:translate(-50%, -50%);
    transform:translate(-50%, -50%);
    box-shadow:0px 2px 6px rgba(0,0,0,1);
    border-radius:3px;
    background:#fff;
    overflow: auto;
}
 
/* Close Button */
.popup-close {
    width:30px;
    height:30px;
    padding-top:4px;
    display:inline-block;
    position:absolute;
    top:20px;
    right:20px;
    transition:ease 0.25s all;
    -webkit-transform:translate(50%, -50%);
    transform:translate(50%, -50%);
    border-radius:1000px;
    background:rgba(0,0,0,0.8);
    font-family:Arial, Sans-Serif;
    font-size:20px;
    text-align:center;
    line-height:100%;
    color:#fff;
}
 
.popup-close:hover {
    -webkit-transform:translate(50%, -50%) rotate(180deg);
    transform:translate(50%, -50%) rotate(180deg);
    background:rgba(0,0,0,1);
    text-decoration:none;
}

.rss-news hr:last-child {display:none;}

#new-item {
    /*min-height: 178px;*/
	font-size:14px;
}

#new-item p{
	font-size:14px;
}

#rss_content_preview p iframe {width:100% !important;display:none;}

#rss_date{
    color: #888;
    font-size: 10px !important;
    margin: 0px 0 15px;
    /*margin-bottom: 15px;
    font-size:10px;*/
}

#rss_title{
    line-height: 1.6;
	margin-bottom: 10px;
}

#new-item p>span{
    float: left;
    margin: 0px 40px 10px 0px; /* 0px 10px 8px 0px; */
    /*width:25%;*/ /* added */
}

#new-item p>span>span{
	display: block;
    font-size: 9px;
    font-family: Verdana, sans-serif;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
    /*width:100% !important;*/ /* added */
}

#new-item p>span>span>img {
/*    width:100% !important;*/
}

#popup_body p>span{
    float: left;
    margin: 0px 10px 8px 0px;
}

#popup_body p>span>span{
	display: block;
    font-size: 9px;
    font-family: Verdana, sans-serif;
    line-height: 14px;
    padding-top: 5px;
    padding-bottom: 10px;
}

#popup_title {
	font-size: 23px;
    line-height: normal;
}