.like-material-title{
  width: 100%;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 40px;
  font-size: 20px;
}
.button-container-likes-dislike{
    margin-bottom:100px;
    width:100%;
    display:flex;
    justify-content:center;
}
#post-like-btn.btn-start-1, #post-dislike-btn.btn-start-1{
    margin:10px 20px;
    display:block;
    width:192px;
    height:52px;
    background-color:#ff9015;
    border:2px solid #ff9015;
    border-radius:26px;
    border:0;
    font-size:15px;
    font-weight:600px;
    transition: box-shadow 0.5s;
}
#post-like-btn.btn-start-1:hover:enabled, #post-dislike-btn.btn-start-1:hover:enabled{
    background-color:#ffffff;
    border:2px solid #ff9015;    
    box-shadow: 0 0 10px rgba(0,0,0,0.5);
    transition: box-shadow 0.5s;
}
#post-like-btn.btn-start-1:hover:enabled span, #post-dislike-btn.btn-start-1:hover:enabled span{
    color: #ff9015;
}
#post-like-btn.btn-start-1 *, #post-dislike-btn.btn-start-1 *{
    display:block;
    padding-top:1px;
    height:16px;
    line-height:16px;
    color:#ffffff;
    font-size:16px;
    font-weight:bold;
}
#post-like-btn.btn-start-1:active, #post-dislike-btn.btn-start-1:active, #post-like-btn.btn-start-1:focus, #post-dislike-btn.btn-start-1:focus{
    outline: none;
}
#post-like-btn.btn-start-1:disabled, #post-dislike-btn.btn-start-1:disabled{
    opacity:0.4;
}
#post-like-btn.btn-start-1 b, #post-dislike-btn.btn-start-1 b{
    display:none;
}
#post-like-btn.btn-start-1 .fa{
    display:none;
}
#post-dislike-btn.btn-start-1 .fa{
    display:none;
}
@media screen and (max-width: 570px) {
    .button-container-likes-dislike{
        flex-direction: column;
        align-items: center;
    }
}
.hidden-id
{
	display:none;
}
