.reports {
    margin: 0;
    margin-top: 30px;
    padding: 0;
    list-style: none;
}

.workarea .reports > li {
    margin-bottom: 20px;
    padding-bottom: 20px;
    border-bottom: 1px solid #fff;
    position: static;
    padding: 0;
}
.workarea .reports > li:after
{
    content: '';
    display: table;
    clear: both;
}
.reports li:before {
    display: none !important;
}

.reports > li:last-child {
    border: 0;
}

.reports .r_left {
    width: 245px;
    float: left;
}

.reports .r_right {
    width: calc(100% - 175px);
    float: right;
}

.reports .r_right .wrap {
    position: relative;
    padding: 20px;
    background: #f7f7f7;
}

.reports .r_right .wrap::after {
    position: absolute;
    top: 0;
    left: -20px;
    display: block;
    content: " ";
    width: 0;
    height: 0;
    border-top: 20px solid #f7f7f7;
    border-left: 20px solid transparent;
}

.reports .date {
    font-size: 13px;
    text-transform: lowercase;
    color: #a29c9a;
}

.reports .rating_wrap {
    padding: 10px 0;
}

.reports .rating_wrap:after {
    content: '';
    display: table;
    clear: both;
}

.reports .rating {
    float: left;
    margin: 0;
    margin-top: 5px;
}

.workarea .reports ul li:before {
    display: none;
}

.reports .recom {
    float: left;
    margin-left: 10px;
    font-size: 13px;
}

.reports .recom span {
    color: #a29c9a;
}

.rating{
    list-style:none;
    margin:3px 0 0 8px;
    padding:0;
    overflow:hidden;
    float:right;
}
.workarea .rating li{
    float:left;
    padding: 0 1px !important;
    margin: 0;
    position: static;
}
.rating li a{
    width: 13px;
    height:13px;
    display:block;
    text-indent:-9999px;
    overflow:hidden;
    background: url(/local/templates/norveg/images/svg/stars_dark.svg) no-repeat;
    opacity: 0.2;
}

.rating li.active a
{
    opacity: 1;
}

.rating li.half-active a{width:50%;}