/* CSS file to show standard HuMo-genealogy pages at mobile devices */
/* TODO: check these items, and remove mobile css file */

#content {
    /* up, right, down */
    padding: 5px 5px 5px 2px;
}

#rtlcontent {
    /* up, right, down */
    padding: 5px 5px 5px 2px;
}

#most_frequent_names {
    text-align: center;
    width: 90%;
}

table.small {
    width: 100%;
}

table.standard {
    width: 100%;
}

.index_lastname {
    margin-left: 10px;
    margin-right: 10px;
}

div.photobook {
    width: 300px;
    height: 170px;
}