/* 
    Document   : handheld
    Created on : 03-mar-2012, 22:41:14
    Author     : Dani
    Description:
        Purpose of the stylesheet follows.
*/

body {
    margin: 0;
    padding: 5px;
}

#onMobile {
    margin: -5px;
    padding: 5px;
    background: #fefece;
    border-bottom: 2px solid #9e9e6e;
}
