#visitor-statistics{
    max-width: 240px;
    border: 1px solid #ccc;
}
#visitor-statistics .section-nav-title{    
    padding: 5px 15px;
    margin-bottom: 0;
    text-align: center;
    color: #97c0f5;
}
#visitor-statistics ul{
    margin-left: 0;
    margin-bottom: 0;
    max-width: 240px;
    background: #f0f0f0;
    padding: 15px;
    padding-bottom:0;
}
#visitor-statistics li {
    list-style-type: none;
    font-size: 15px;
    line-height: 1;
    display: flex;
    align-items: stretch;
    justify-content: flex-start;
    border-bottom: 1px solid #f5f5f5;
}
#visitor-statistics li.total{
    padding: 5px 15px 3px;
    margin-bottom: 0;
    background: #97c0f5;
    margin-left: -15px;
    margin-right: -15px;
    margin-top: -5px;
    color: #ffffff !important;
    font-weight: bold;
    border-top: 1px solid #fff;
    border-bottom: 0;
}
#visitor-statistics li p{
    margin-bottom: 5px;
}
#visitor-statistics li .left-visitor{
    float: left;
    margin-right: 7px;
    min-width: 170px;
}
#visitor-statistics li .left-visitor:after{
    content: ":";
    float: right;
    padding-left: 0;
}
#visitor-statistics li .left-visitor img{
    float: left;
    margin-right: 10px;
    margin-top: 0px;
}
#visitor-statistics li .right-visitor {
  float: right;
  display: block;
  overflow: hidden;
  width: 30px;
  text-align: right;
  line-height: 24px;
}
#visitor-statistics li .right-visitor:before{
    /* content: ":"; */
}