
body{
    background: #F7F7F7;
}

.account__owner{
    font-size: 24px;
    line-height: 48px;
    text-transform: uppercase;
    color: #9B9B9B;
}

.account__top-tabs{
    height: 60px;
    background: #FFFFFF;
    box-sizing: border-box;
    font-size: 16px;
    color: #9B9B9B;
    display: flex;
    text-transform: uppercase;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
}

.account__top-tabs__tab,
a.account__top-tabs__tab{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 200px;
    padding: auto 50px auto 50px;
    color: #9B9B9B;
    text-decoration: none;
}


.account__top-tabs__tab:hover,
.account__top-tabs__tab--active{
    border-bottom: solid #2AB260 4px;
    border-top: solid transparent 4px;
    color: #2AB260;
}



a.account__top-tabs__tab:hover{ text-decoration: none; }


.account__columns{
    display: flex;
    margin-top: 20px;
    margin-bottom: 30px;
    align-items: flex-start;
}

.account__columns__menu{
    display: flex;
}

.account__columns__content{
    display: flex;
    flex-direction: column;
    background: #FFFFFF;
    box-sizing: border-box;
    width: 100%;
    margin-left:30px;
    padding: 25px 40px;
    min-width: 500px;
    box-shadow: 0 0 20px rgba(0, 0, 0, 0.05);
    min-height: 570px;
}

.account__header{
    height: 120px;
    font-style: italic;
    text-align: center;
    font-size: 32px;
    line-height: 120px;
    color: #fff;
    font-weight: bold;
}
