.counter_witstroom {
            font-family: Arial;
            position: relative;
            display: inline-block;
            font-size: 12px;
            text-align: left;
            cursor: pointer;
        }
        
        .counter_witstroom img {
            border: 1px solid #eee;
        }
        
        .tooltip_witstroom {
            display: none;
            position: absolute;
            width: 250px;
            padding: 7px 15px 15px;
            background: #fff;
            bottom: 33px;
            left: 50%;
            -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
            -webkit-box-shadow: 3px 5px 15px rgba(83, 83, 83, 0.3);
            box-shadow: 3px 5px 15px rgba(83, 83, 83, 0.3);
        }
        
        .tooltip_witstroom:after {
            content: "";
            position: absolute;
            bottom: -5px;
            width: 0;
            height: 0;
            border-style: solid;
            border-width: 7px 10px 0 10px;
            left: 125px;
            border-color: #ffffff transparent transparent transparent;
            z-index: 99;
        }
        
        .counter_witstroom:hover .tooltip_witstroom,
        .counter_witstroom:active .tooltip_witstroom {
            display: block;
        }
        
        .tooltip_witstroom .strong {
            font-weight: bold;
            width: 77px;
            display: inline-block;
            padding-right: 7px;
        }
        
        .tooltip_witstroom .strong+span {
            width: 60px;
            display: inline-block;
            text-align: right;
        }
        
        .link_full_stat--witstroom {
            text-align: center;
        }
        
        .link_full_stat--witstroom a {
            display: block;
            text-decoration: none;
            color: #333;
        }
        
        .link_full_stat--witstroom a:hover {
            color: #1c7bcc;
        }
        
        .container_graph--witstroom{
            display: block;
            overflow: hidden;
        }
        
        .container_graph--witstroom img{
            width:100%;
        }