/**
 * @author: Procurios
 * @about:  mmt-meeting-list.css
 *          Default layout and structure settings of the meetling list snippet of mod_meeting2.
 */

/**
 * Table defaults
 */

.mmt-my-meetings-overview table {
    width: 100%;
    table-layout: fixed;
    margin-bottom: 1.6em;
    border-collapse: collapse;
}

.mmt-mmo-date {
    width: 100px;
}

.mmt-my-meetings-overview caption {
    padding: 2px 0;
    background-color: #eee;
    border-top: 1px solid #ccc;
    border-bottom: 1px solid #ccc;
}

.mmt-my-meetings-overview th {
    padding-top: 5px;
    font-weight: bold;
}

.mmt-my-meetings-overview th,
.mmt-my-meetings-overview td {
    text-align: left;
}

.mmt-my-meetings-overview td {
    padding: 5px 0;
    vertical-align: top;
    border-bottom: 1px solid #ccc;
}

.mmt-my-meetings-overview tr.mmt-mmo-last td {
    border-bottom: 0;
}

/**
 * .mmt-mmo-past-meetings
 */

/** Search bar */
.mmt-mmo-past-meetings .proFormText {
    float: right;
    width: 75%;
}

/** Pager */
.mmt-mmo-past-meetings .pbuic-pager {
    margin: 0;
}