#account_details_section{
    margin-top:25px;
    margin-bottom: 10px;
    width:98%;
    max-width: 350px;
}

#user_badges_section {
    position: relative;
    bottom:5px;
}
#user_badges_section img {
    width:15px
}

#subscription_section {
    box-sizing: border-box;
    display: flex;
    flex-direction: column;
    flex-wrap: nowrap;
    justify-content: space-between;
    margin-left:10px;
}
#poster_account_details {
    display:flex;
    flex-direction:row;
    flex-wrap:nowrap;
    cursor: pointer;
}
#poster_account_details:hover #postboard_title {
    color:rgb(0, 140, 230)
} 

#poster_profile_img {
    border:1px dashed lightgray;
    border-radius: 50%;
    text-align: center;
    width:45px;
    height:45px;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
#postboard_title_section {
    display: flex;
    flex-direction: column;
    margin-left:10px;
}
#postboard_title {
    display: inline-block;
    font-size:14px;
    max-width:250px;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-weight: bold;
}
#postboard_title p {
    padding: unset !important;
    margin: unset !important;
    display: inline-block;
    padding-top: 3px !important;

}
#user_country {
    color:gray;
    font-size:13px;
    margin-top:7px
}

#correspondence_with_poster_section {
    margin:auto;
    /*margin-top:15px;*/
    width:95%;
    max-width:250px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    justify-content: space-around;
    align-items: center;
    align-self: center;
}
#subscribe_button {
    border-width:0;
    padding:7px 25px;
    border-radius: 20px;
    cursor: pointer;
    color: white;
    font-size: 12px;
}
#chat_with_poster {
    display: inline-block;
    border:2px solid rgb(0, 140, 230);
    border-radius: 20px;
    padding:2px 15px;
    text-align: center;
    color:rgb(0, 140, 230);
    font-size: 12px;
    cursor: pointer;
    white-space: nowrap;
    margin-right:15px
}
#chat_with_poster:hover {
    transform: scale(1.05);
}
#chat_with_poster img {
    width:20px;
    height:20px;
    margin-right:7px
}
#chat_with_poster span {
    display: inline-block;
    position: relative;
    bottom: 4px;
}

#subscriptions_count_section{
    width:100%;
    margin:10px 0 0 10px;
    color:dimgray;
    font-size:12px;
    display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
}
/*#subscriptions_count_section span{
    display: inline-block;
    margin-left:25px;
    white-space: nowrap;
}*/
#current_subscribers_count, #current_subscriptions_count{
    margin-left:5px !important
}
.small_account_link_img {
    width:20px !important;
    cursor: pointer;
}
@media only screen and (max-width:1202px){

    #subscription_section {
        margin-bottom:5px;
        margin-top:25px
    }

}

@media only screen and (max-width:802px){
 
}


@media only screen and (max-width:602px){
    #postboard_title {
        font-size:13px;
        max-width:200px;    
    }

    #user_country {
        font-size:12px;
    }
    #correspondence_with_poster_section {
        margin-left:5px;
    }
    
    #subscription_section {
        width:95%;
        flex-direction: column;
        margin-left:20px;
    }
    #subscribe_button {
        font-size: 12px;
        padding:7px 25px;
    }
    #subscriptions_count_section{
        font-size:12px
    }
    /*#subscriptions_count_section span{
        margin:0 10px
    }*/

}


@media only screen and (max-width:402px){
    #subscriptions_count_section{
        font-size:11px
    }
}