.like { cursor: pointer; }
.effects-transfer { border: 2px dotted #378b00; }


.left_fixed{
    position:fixed;
    top:0;
    height: 100%;
}

.right_fixed{
    position:absolute;
    top:0;
    right:0;
}

.to_center{
    position:absolute;
}

.to_footer{
    position:fixed;
    bottom:0;
}