#s-m-t-tooltip{
    z-index: 10;
    margin: 15px 15px 7px -295px;
    padding: 5px;
    max-width: 300px;
    /* styling */
    font-size: 21px;
    background: linear-gradient(0deg,rgba(43, 43, 43, 1) 0%, rgba(56, 56, 56, 1) 23%, rgba(61, 61, 61, 1) 60%, rgba(43, 43, 43, 1) 90%);
    box-shadow: 0px 0px 18px 3px rgba(0,0,0,0.59) inset, inset 0px 13px 6px -10px #ffffff, 0px 0px 9px 3px rgba(0,0,0,0.58);
    border: 1px solid black;
    font-family: "MS UI Gothic", Tahoma;
    color: #ccc;
    border-radius: 3px;
    opacity: 0.8;
}