body {
    padding: 10px;
    font: 14px "Lucida Grande", Helvetica, Arial, sans-serif;
}

a {
    color: #00B7FF;
}

.galleria {
    position: absolute;
    top: 60px;
    bottom: 60px;
    left: 10px;
    right: 10px;
    overflow: hidden;
}

#menu {
    position: 0px;
    z-index: 20
}

#folderlist table tr:nth-child(odd) {
    background: lightgrey;
}

@media screen and (orientation:portrait) {

    #folderlist table {
        table-layout: auto;
        width: 100%;
		height: auto;
        border-collapse: separate;
        border-spacing: 1px;
        color: black;
    }

        #folderlist table td {
            font-size: 48px;
        }
}

@media screen and (orientation:portrait) and (max-width: 1180px) {

    #folderlist table {
        table-layout: auto;
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        color: black;
    }

        #folderlist table td {
            font-size: 42px;
        }
}

@media screen and (orientation:portrait) and (max-width: 780px) {

    #folderlist table {
        table-layout: auto;
        width: 100%;
        border-collapse: separate;
        border-spacing: 1px;
        color: black;
    }

        #folderlist table td {
            font-size: 18px;
        }
}