/*---------start of about_author_view(author box) and sidebar_view(author box)------------*/
.side_box_heading
{
    float: left; margin: 0 0 15px 5px; font-size: 11px;
}
.sidebar_snbtn
{    
    float: left; margin: 5px;
}
.sidebar_snbtn_in
{
    float: left; margin-right: 6.2px;
}
.authorrank_box {
width: 73px;
background: white;
border: 1px solid #E4E3E2;
padding: 5px;
margin: 0 5px 0 0;
color: #008B00;
font-size: 12px;
font-weight: bold;
float: right;
height: 45px;
}
.authorrank_count
{
font-size : 16px;
font-weight:bold;
text-align : center;
color: #8B8378;
}
.content_author
{
 margin:10px 0px 10px 5px;
 width:100%;
 float:left;
 font-weight:bold;
 font-size : 11px;
}
.content_author span{
color:#008B00;    
}
.greycount_box {
width : 70px;
background : #e4e4e4;
border : 1px solid #cecece;
padding : 5px;
margin : 0 0 0 0;
color : #000000;
font-size : 14px;
text-align : center;
}
/*---------end of about_author_view and sidebar_view------------*/