/*
 Copyright (C) 2014-2025 Andreas Giemza <andreas@giemza.net>
 
 This program is free software; you can redistribute it and/or modify
 it under the terms of the GNU General Public License as published by
 the Free Software Foundation; either version 2 of the License, or
 (at your option) any later version.
 
 This program is distributed in the hope that it will be useful,
 but WITHOUT ANY WARRANTY; without even the implied warranty of
 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
 GNU General Public License for more details.
 
 You should have received a copy of the GNU General Public License along
 with this program; if not, write to the Free Software Foundation, Inc.,
 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301 USA.
*/

table.mcl_table {
    background:            #FFFFFF;
    border-radius:         3px;
    -moz-border-radius:    3px;
    -webkit-border-radius: 3px;
    border:                1px solid #E5E5E5;
    margin:                auto;
    display:               block;
    overflow-x:            auto;
}

table.mcl_table thead tr td,
table.mcl_table thead tr th {
    vertical-align: top;
    border:         none;
    border-bottom:  1px solid #E1E1E1;
    padding:        5px;
}

table.mcl_table tbody tr td,
table.mcl_table tbody tr th {
    border:  none;
    padding: 5px;
}

table.mcl_table tbody tr:nth-child(even){
    background-color: #F9F9F9;
}

table.mcl_table tfoot tr td,
table.mcl_table tfoot tr th {
    vertical-align: top;
    border:         none;
    border-top:     1px solid #E1E1E1;
    padding:        5px;
}
