body{
    overflow:auto;
}

ul, li
{
}


img{
    max-height: 100%;    
    width:auto;
    border:none;
}

.left
{
    float:left;
}

.right
{
    float:right;
}

.row-start{
    clear:both;
}

a.no-decoration
{
    text-decoration: none;
}

img
{
    height:100%;
}

table > caption
{
    text-align: center;
    padding: 1em;
}


