/********************************* GENERAL *********************************/
.forMobile {
    display: none;
}
.emph{
    font-weight: bold;
    font-size: 1.2em; }
.wsnw{
    white-space: nowrap; }


/********************************** LEFT **********************************/
#leftPanel{
    width: 25%;
    float: left; }

/********************************* CENTER *********************************/
#centerPanel{
    width: 70%;
    padding: 1em;
    line-height: 1.8;
    float: left; }
table{
    border: 1px solid black;
    border-collapse: collapse; }
table td{
    border: 1px solid black;
    padding: 0.5em; }

td.menu1{ width: 15%; }
td.menu2{ width: 20%; }

/********************************** RIGHT **********************************/
#rightPanel{ display: none; }
