/* CSS Document */

#mgb table {
    width: 420px;
    border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;

    background-color: #fafafa;
}


#mgb table td {
    border: 1px solid #eee;
    padding: 4px;
}


/* Eintrags Formular */
#mgb table.form {
    margin-bottom: 10px;
}

#mgb div.num-entries {
    text-align: center;
    margin-bottom: 40px;
}



/* Ausgabe einzelner Eintrag */

#mgb table.entry {
    margin-bottom: 20px;
}

#mgb table.entry td.name,
#mgb table.entry td.date {
    background-color: #f6f6f6;
}

#mgb table.entry td.name {
    border-right: none;
}

#mgb table.entry td.date {
    font-size: 10px;
    border-left: none;
    text-align: right;
}

#mgb table.entry small {
    display: block;
    margin-top: 10px;
}

/* Blätterfunktionen */
#mgb table.entries-top {
    margin: 20px 0 20px 0;
}

#mgb table.entries-top,
#mgb table.entries-bottom {
    background-color: transparent;
}

#mgb table.entries-top td,
#mgb table.entries-bottom td {
    border: none;
}

#mgb table.entries-top td.middle,
#mgb table.entries-bottom td.middle {
    text-align: center;
}

#mgb table.entries-top td.right,
#mgb table.entries-bottom td.right{
    text-align: right;
}
