.row-account-type {
    margin: 7px 0;
}

.row-account-type > a {
    background: #FFF;
    border: 2px #d5d9da solid;
    border-radius: 10px;
    color: inherit;
    padding-bottom: 10px;
}

.row-account-type:not(.level-current) > a:hover {
    color: inherit;
    background-color: #eef5fd;
    border-color: #8fbeea;
}

.row-account-type.level-current > a {
    border-color: #3a7bbf;
    background-color: white;
    background-image: url('../img/upgrade-check.png');
    background-repeat: no-repeat;
    background-position: center left;
    background-position-x: 5%;
}