/* 
    Document   : FB-recommend
    Created on : Dec 16, 2015, 13:10:28 PM
    Author     : Daniel
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

fieldset{
       border: 1px solid blue;
       padding:5px;
    }
.like-fb-left{
    width:60%;
    float:left;
}
.like-fb-right{
    width:30%;
    float:right;
}