@import url(style.css);

body.reviews-popup, html.reviews-popup{
 overflow:hidden !important;
 height:100% !important;
}

.ruk_rating_snippet {
color:#67c116;
}

.ruk_rating_snippet .ruk-rating-snippet-count {
color:#333;
font-size:12px;
position:relative;
bottom:2px;
font-family: inherit;
line-height:22px;
font-variant-ligatures: none;
}

.ruk_rating_snippet i {
letter-spacing:2px;
font-size:16px;
line-height:22px;
cursor:pointer;
}

#reviews_fade {
background:rgba(0,0,0,0.7);
top:0;
left:0;
right:0;
bottom:0;
position:fixed;
overflow:auto;
padding:10px;
z-index:5989 !important;
}

#reviews_fade.iphone iframe{
    max-height:90% !important;
    pointer-events: none !important;
}


#reviews_container {
margin-top:10px;
position:absolute;
margin:0 auto;
max-width:700px;
margin:20px auto;
background:#fff;
left:10px;
right:10px;
padding:10px 0;
border-radius:2px;
}

#reviews_container .close {
    background-color: #1b1b1b;
    border-radius: 20px;
    color: #fff;
    cursor: pointer;
    font-size: 20px;
    height: 25px;
    left: -12px;
    line-height: 25px;
    position: absolute;
    text-align: center;
    top: -13px;
    width: 25px;
    z-index: 100;
}

#reviews_container .close:hover {
    background:#fff;
    color:#000;
}

#reviews_containers .close span {
font-size:12px;
}

#reviews_widget {
margin:0 15px;
}
