@CHARSET "UTF-8";

.podcast-list .podlovewebplayer_wrapper {
    margin-bottom: 20px;
}



.reviews {
    margin-top: 20px;
}

.reviews h2,
.reviews header,
.reviews article,
.reviews .post-meta,
.reviews .article-content {
    float: left;
    clear: both;
}
.reviews article {
    margin: 10px 0;
    padding: 20px 0 0;
    border-top: 1px solid #DEDEDE;
    width: 100%;
}

.reviews h2 {
    margin-bottom: 5px;
}

.reviews h2 a {
    font-size: 14px;
}

.reviews h2 a:hover {
    text-shadow: none;
}

.reviews time {
    float: left;
    font-weight: bold;
    color: #999999;
    margin-bottom: 10px;
}
.reviews .priority {
    float: left;
    margin-left: 10px;
    color: #999999;
}

.reviews .review-image {
    background-color: #ededed;
    background-repeat: no-repeat;
    background-position: center center;
    float: left;
    height: 115px;
}