@charset "UTF-8";
/* CSS Document */


.divTable
    {
        display:  table;
        width:auto;
        border-spacing:5px;/*cellspacing:poor IE support for  this*/
       /* border-collapse:separate;*/
    margin: auto;
    }

    .divRow
    {
       display:table-row;
       width:auto;
    }

    .divCell
    {
        float:left;/*fix for  buggy browsers*/
        display:table-column;
        width:200px;
    }
    
.litentext {
font-family: 'Montserrat', sans-serif;
font-size: 12px;
}