@charset "UTF-8";

/**
 * This file is part of the "headless" Extension for TYPO3 CMS.
 *
 * For the full copyright and license information, please read the
 * LICENSE.txt file that was distributed with this source code.
 */

.headless-table {
    background-color: transparent;
    border: 0;
    margin: 0
}

.headless-table th {
    width: 15%;
}
