/**
 * chicoree.cc: Table stylesheet
 * Licence CC-BY3.0
 * Sylvain Leroux - 2008-2009 (http://www.chicoree.fr)
 * Some rights reserved
 */

#article table {
    border: solid 1px #aaa;
    margin: 1em 1em 1em 0;
    background: #f9f9f9;
    border-collapse: collapse;
}

#article table th, #article table td {
    border: 1px #aaa solid;
    padding: 0.4em;
}

#article table th {
    background: #f2f2f2;
    text-align: center;
}

#article table caption {
    font-weight: bold;
}


#article table {
    border: solid 1px #aaa;
    padding: 0.2em
}

#article #mw-subcategories table, #article #mw-subcategories table * {
    border: none;
}

#article #mw-pages table, #article #mw-pages table * {
    border: none;
}
