/**
 * Community module for Craft CMS
 *
 * Communities CSS
 *
 * @author    Imarc
 * @copyright Copyright (c) 2015 Imarc
 * @link      https://www.imarc.com
 * @package   Community
 * @since     1.0.0
 */

<style>
    body.ltr .spreadsheet th {
        text-align:center;
    }
    body.ltr .spreadsheet input.numeric {
        text-align:right;
        width:55px;
    }
    body.ltr .spreadsheet input.submit {
        line-height:1em;
        height:18px;
        padding:0;
        display:none;
    }
    body.ltr table.data td {
        padding-left:4px;
        padding-right:4px;
    }
    body.ltr table.data td:first-child {
        padding-left:0;
    }
    body.ltr .example td {
        text-align:right;
    }
    body.ltr .example td.name {
        text-align:left;
    }
    section.upload_form {
        margin-top:3em;
    }
    section.upload_form input {
        width:auto;
    }
</style>