

#account_table {
    width: 100%;
    position: relative;
    left: 50%;
    transform: translateX(-50%);
}

.user_link_label {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 30px;
    text-decoration: none;
    color: white;
}


