@charset "utf-8";

/**
 * @version    1.13
 * @date       2011-07-22, 2011-07-06
 * @since      2011-03-06
 * @author     Christian Oellers
 * @copyright  2010-2011 Christian Oellers
 * @link       http://veryshort.de
 *
 * DESCRIPTION
 * - Basic table elements and reset.
 * - Code order: Contentual importance; block to inline.
 */

/* ----------------------------------------------------------------------------------------------------------- TABLES */

/**
 * Don't add more specific styles here.
 *
 * @see  modules.css
 */

table {
    table-layout:auto;
    empty-cells:show;
    border-collapse:collapse;
    border-spacing:0;
    border:0;
    width:100%;
}

caption, th, td {
    text-align:left;
    vertical-align:top;
}

caption {
    caption-side:top;
}
