h1 {
    background-color: white;
    padding: 10px 10px 5px 10px;
    display: table !important;
}

.meta-comment-count { display : none !important; }

.more-link {
  background-color: #333333;
    padding: 7px 11px;
    border: none;
    color: #fff;
    cursor: pointer;
    transition: all 0.2s linear 0s;
    -moz-transition: all 0.2s linear 0s;
    -webkit-transition: all 0.2s linear 0s;
    -o-transition: all 0.2s linear 0s;
    width: auto;
    font-size: 12px;
    border-radius: 2px;
    -moz-border-radius: 2px;
    -webkit-border-radius: 2px;
    display: inline-block !important;
}

.more-link:hover { background-color: #f6653c!important; display : inline-block !important;}