/* ===[ LIKE POST LIST STYLE ]=== */
.label-huskygray {
    background-color: #e5e5e5;
	color: #a6a6a6;
}
.pagination-likes {
    bottom: -66px;
    margin-right: 10px;
    position: absolute;
    right: 0;
}
.avatar-likers {
padding: 5px 0 0 10px;
}
.avatar-likers img{
    border: 4px solid #dedede;
    border-radius: 50%;
	max-height: 70px;
    max-width: 70px;
}
.likers-time-stamp {
    line-height: 1.5;
    margin-left: 3px;
    margin-top: 10px;
    vertical-align: middle;
}
.btn-l-list {
    padding: 5px 7px;
}
.disliked-post-msg {
    background-color: #f5f5f5;
    padding: 2px;
}
.label-dsk {
    color: #fff !important;
    padding: 0.2em 0.6em 0.1em;
}
/* ===[ LIKE POST LIST STYLE ]=== */ 

.statistics_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
}

.graph_table {
  table-layout: fixed; 
  width: 100%;
  white-space: nowrap;
  margin-bottom:20px;
}

.statistics_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:left;
}

.graph_table td {
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  text-align:center;
}

.statistics_table td:nth-child(1), .statistics_table td:nth-child(2), .overview_table td:nth-child(1), .overview_table td:nth-child(3) {
  text-align:center;
}

.graph_table td:nth-child(2), .overview_table td:nth-child(2) {
  text-align:left;
}

.statistics_table td img, .graph_table td img {
	margin-right:10px;
}