.title-block {
background: linear-gradient(0deg, #365eae, #3786ce);
    background: -webkit-linear-gradient(bottom, #365eae, #3786ce);
    border-bottom: 3px solid #363f53;
    border-left: 3px solid #6599d2;
    border-right: 3px solid #42506c;
    border-top: 3px solid #94c1ea;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.title-block-z {
background: linear-gradient(0deg, #378348, #3ef04c);
    background: -webkit-linear-gradient(bottom, #378348, #3ef04c);
    border-bottom: 3px solid #364a3b;
    border-left: 3px solid #69d476;
    border-right: 3px solid #42506c;
    border-top: 3px solid #91fc98;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}

.title-block-red {
    background: linear-gradient(0deg, #ff0000, #e86060);
    background: -webkit-linear-gradient(bottom, #ff0000, #e86060);
    border-bottom: 3px solid #400101;
    border-left: 3px solid #f14d4d;
    border-right: 3px solid #3c1010;
    border-top: 3px solid #f4b6b6;
    border-radius: 2px;
    color: #fff;
    display: inline-block;
    font-size: 1.3em;
    height: 40px;
    padding-top: 5px;
    text-transform: uppercase;
    width: 100%;
    text-align: center;
}
 
.soc td a{
  text-align:center;
}

.right-item img {
    float: right;
    margin-right: 5px;
}

img.like_r {
    width: 100%;
    margin-left: 3px;
}
