﻿.nomeStat  {
    display:block;font-weight:bold;font-size:12px; padding-bottom:3px
}

.ul_app_dvnList{list-style:none; padding-left:0}

.app_dvnList {
    padding:10px;
    cursor:pointer;
    border-bottom: 1px dotted #666;
    background-position:10px center;
    background-repeat:no-repeat;
    font-size:11px
}

.app_dvnList:nth-child(odd) {
    background-color: #e9e9e9
}

.app_dvnList:nth-child(even) {
    background-color: #f7f7f7
}

.app_dvnList:hover {
    background-color: #d3e6f3
}

.dvnL_spanH {
    color: #b21624;
    display: block;
    font-size: 13px;
    font-weight: bold;
    padding: 12px 0;
}