.topbarlink {
    color: #fff !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.topbarlink:hover {
    color: #cfcfcf !important;
    font-size: 15px !important;
    font-weight: 400 !important;
}

.colwhite{
color: #fff !important;
font-size: 12px !important;
font-weight: 400 !important;
}


.colwhite:hover{
    color: #cfcfcf !important;
    font-size: 12px !important;
    font-weight: 400 !important;
    }

    .upgradebutton{
        width: 100px;
        float: right;
        background-color: #092e51;
        color: #fff;
        text-align: center;
        padding: 3px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }

    .upgradebutton:hover{
        width: 100px;
        float: right;
        background-color: red;
        color: #fff;
        text-align: center;
        padding: 3px;
        font-size: 15px;
        font-weight: 400;
        border-radius: 10px;
        text-transform: uppercase;
        cursor: pointer;
    }