@charset "UTF-8";

.card-bigfont {
    font-size: 1.25rem;
}

.card-smallfont {
    font-size: 0.75rem;
}

.profile-picture {
    position:relative;
    float: right;
    width:64px;
    height:64px;
    border-radius: 32px;
}
.profile-picture-32 {
    position:relative;
    float: right;
    width:32px;
    height:32px;
    border-radius: 16px;
}
.profile-picture-40 {
    position:relative;
    float: right;
    width:40px;
    height:40px;
    border-radius: 24px;
}
.profile-picture-48 {
    position:relative;
    float: right;
    width:48px;
    height:48px;
    border-radius: 24px;
}

.profile-input {
    border: none;
    border-bottom: 1px solid rgba(90, 97, 105, 0.5);
    display: inline-block;
    font-family: inherit;
    font-size: inherit;
    background:none;
    padding: none;
    min-width:10px;
    width:100%;
}
.profile-follower {
    position:relative;
    display:none;
    width:100%;
    transition: 0.6s ease-in-out;
}
