.JShint {
    /*margin-top: 10px;*/
    /* background: #34B96B; */
    background: linear-gradient(124.36deg, #7FBFE6 5.05%, #0097D7 116.28%);
    box-shadow: 0px 0px 25px rgba(0, 0, 0, 0.3);
    position: absolute;
    padding: 12px 20px;
    border-radius: 20px;
    color: #000;
    text-align: center;
    width: 200px;
    box-sizing: border-box;
    border: 2px solid linear-gradient(124.36deg, #7FBFE6 5.05%, #0097D7 116.28%);
    color: #fff;
    z-index: 9999999999999;
}

.JShint a {
    color: #fff;
    text-decoration: underline;
}

.JShint a:hover {
    text-decoration: none;
}

.JShint:before {
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 0 10px 8px 10px;
    border-color: transparent transparent #0097D7 transparent;
    /* border-color: linear-gradient(124.36deg, #7FBFE6 5.05%, #0097D7 116.28%); */
    display: block;
    position: absolute;
    top: -8px;
    left: 0;
    right: 0;
    margin: auto;
    content: '';
    /*box-shadow: 0px -5px 25px rgba(0,0,0,0.3);*/
}