/* 
    Document   : alpha.small.css
    Created on : May 29, 2012, 10:13:45 AM
    Author     : Brandon
    Description:
        Small screen layout stylesheet. #contextual doesn't stay static anymore. 
*/

root { 
    display: block;
}

#contextual {
    position: relative;
    float: right;
    top: 20px;
}
div.comment.half-column {
    width: 46%;
}
