a{
    text-decoration: none;
}

a.follow-a{
    margin-left: 8px;
    padding: 4px 8px;
    border-radius: 2px;
    font-size: 18px;
    font-family: Verdana;
    font-weight: bold;
    text-decoration: none;
    transition: opacity 200ms ease-in;
    white-space: nowrap;
}

a.follow-a:hover{
    opacity: 0.75;
}

a.follow-a.followed{
    background-color: var(--border-header);
    color: #222 !important;
}

a.follow-a.follower{
    background-color: var(--border-header-hover);
    color: #eee !important;
}

.first-box.header-box{
    height: unset;
}

.profile-card{
    display: block;
}

.profile-card .profile-sec1{
    display: flex;
    flex-direction: row;
    width: 100%;
    height: 125px;
}

.profile-card .profile-sec1 .profile-avatar-area{
    width: 100px;
    height: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.profile-card .profile-sec1 .profile-stripe-area{
    width: calc(100% - 100px);
    height: 125px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-around;
}

.profile-title-area.profile-title-link{
    transition: color 200ms ease-in;
}

.profile-title-area.profile-title-link:hover{
    color: #fff;
}

.profile-card .profile-title-stripe{
    width: 100%;
    height: 40px;
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    overflow: auto;
    margin-bottom: 20px;
}

.profile-card .profile-title-stripe .profile-title-area{
    display: flex;
    flex-direction: row;
    min-width: 150px;
    white-space: nowrap;
    overflow: hidden;
}

.profile-card .profile-title-stripe .profile-title{
    margin-left: 20px;
    font-size: 24px;
    font-family: Verdana;
}

.profile-card .profile-title-stripe .profile-subtitle{
    margin-left: 15px;
    padding: 2px 5px;
}





