/*
Settings=
For Font Change The Verdana
*/
*{
font-family: Verdana;
}
/*
Settings=
For Background Change The Tomato Color
For Font Color Change The White Color
*/
#bs-userprofiles-row{
color: white;
background-color: tomato;
}
/*
Settings=
For Size Change Edit 200px
For Border Radius Change 1000px
*/
#bs-userprofiles-img{
border-radius: 1000px;
height: 200px;
}
/*
Settings=
*/