.stats-tab button {
background-color: #cccccc4d;
border: none;
font-size: 16px;
padding: 10px 20px;
}

/* Change background color of buttons on hover */
.stats-tab button:hover {
cursor: pointer;
}

.post-title{
    text-decoration: ucfirst;    
}
/* Create an active/current tablink class */
.stats-tab button.active {
background-color: #ccc;
}

/* Style the tab content */
.tabcontent {
display: none;
padding: 6px 12px;
border-top: none;
}
.posts-tab .summary {
font-weight:700 !important;
}
div#post-stats ul li {
width: 23%;
display: inline-block;
text-align:center;
}
div#post-stats ul li.header,
div#user-stats ul li.header,
div#comments-stats li.header
{
font-size: 13.5px;
font-weight: 400;
color: #1d2327 !important;
}
div#user-stats ul li{
width: 32%;
display: inline-block;
text-align:left;
}
#user-stats .post-col {
    width: 64%;
}
div#comments-stats ul li {
width: 32%;
display: inline-block;
}
.stats-tab button.active {
border: 1px solid #000 !important;
}
#comments-stats .title
{
    font-size: 13px;
}