/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 08-dic-2015, 20:13:00
    Author     : lorenzo
*/
.hwmrvp-list{
    margin:0;
    padding:0;        
}
.hwmrvp-item {
    width: 100%;
    list-style-type: none;
    margin:10px 0px;
    padding-left:0px;
    display: inline-block;
}

.hwmrvp-item img{
    float:left;
    width: 100px;
    max-height: 100px;
}

.hwmrvp-item p{
    padding: 0 0 0 110px;
    margin:0;
    font-size:14px;
    line-height: 1;
}
.hwmrvp-item a{
    width:100%;
    height:100%;
}
.hwmrvp-item:hover{
    background-color: #ddd;
}