﻿.addTipCss {
    background-color: rgb(127, 63, 152) !important;
    color: white;
    width: 135px;
}

    .addTipCss:hover {
        color: white !important;
        background-color: #27a8de !important;
    }
