.socialink-chart-container {
    padding: 1em;
    margin: 2em 0;
}

.socialink-chart-container canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.socialink-chart-container #chartjs-tooltip {
    opacity: 1;
    position: absolute;
    right: auto;
    background: rgba(255, 255, 255, .7);
    background: rgba(255, 255, 255, 1);
    color: #000;
    border-radius: 3px;
    -webkit-transition: all .1s ease;
    transition: all .1s ease;
    pointer-events: none;
    -webkit-transform: translate(-50%, -10%);
    transform: translate(-50%, -10%);
    /*border: 1px solid #333;*/
    box-shadow: 0 0 20px #aaa; 
    max-width:250px;
    min-width: 200px;
    }

    .socialink-chart-container .datalabel {
        color:  red;
    }

.socialink-chart-container .chartjs-tooltip-key {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
}

.socialink-chart-container p.bottomlabel {
    text-transform: uppercase;
    font-size: .8em;
    color: #000;
    width: 70%;
    line-height: 18px;
    margin-bottom: 0;
}