/**
 * movip.css
 *
 * Copyright (c) 2021 Wallace Pereira
 * Distributed under the GNU GPL v2. For full terms see the file docs/COPYING.
 *
 * Classic blue theme stylesheet.
 *
 * $Id$
 */
 
#header {
    background-color: #FFF;
}
#header h1 {
    margin: 1.2em auto;
}
#breadcrumb {
    font-size: 0.6em;
}
#sidebar div.block span.blockTitle {
	font-size: 1.2em;
}
#sidebar div.block {
    font-size: 1.1em;
}
#rightSidebar {
    padding: 3.6em 0em 1em 0em
}
#main h2 {
 display:none;
}