}
.profile .contact .heading,
.profile .table-section .heading,
.home-actions .heading{
background: var(--lighter-blue);
color: #ffffff;
padding: 2px 7px;
}
.profile .contact .heading h4,
.profile .table-section .heading h4,
.profile .blurbs .heading h4,
.profile .friends .heading h4,
.blog-entry .comments .heading h4,
.bulletin .comments .heading h4,
.home-actions .heading h1,
.statistics .heading h4{
margin: 0;
display: inline-block;
color: #ffffff;
}
.profile .friends .person{
width: 105px;
display: inline-block;
padding: 0 10px 15px 0;
}
.profile .friends .person p{
color: #ffffff;
font-weight: bold;
width: 100%;
word-break: break-word;
font-size: 100%;
text-align: center;
}
.profile .friends .person img:not(.icon){
max-width: 95px;
max-height: 95px;
display: block;
margin: 0 auto;
}
.count{
color: #fb04db;
}
.online{
color: #66ed59;
font-weight: bold;
font-size: 95%;
}