/* 
    Document   : style
    Created on : 8-set-2013, 13.29.03
    Author     : Andrea
    Description:
        Purpose of the stylesheet follows.
*/

root { 
    display: block;
}

body {
    font-family: Verdana, sans-serif;
    background-color: #222222;
    color: #666666;
    /*    margin: 30px;*/
    /*    padding-top: 10%;*/
}

#accordion .ui-accordion-content {
    margin: 0;  
    padding: 10px;
    font-size: 10pt;
    background-color: #222222;
    max-height: 350px;
}  

