/* 
    Document   : doctor_likes
    Created on : 27.08.2013, 18:17:48
    Author     : cobalt
    Description:
        Purpose of the stylesheet follows.
*/

.like {
    padding: 2px 5px;
    cursor: pointer;
}

.like img{
    vertical-align: middle;
}

.div_likes{
    padding-right: 5px;
    text-align: center;
    margin-top: 5px;
}

.div_comment{
    text-align: right;
}

