/**
 * nvision-fill.css for nv-* templates
 *
 * This file is only enqueued when the active theme is an nvision one.
 * It also has some CSS for print with elements that might be nvision-specific.
 */

textarea.registration-comment {
    width: 90%;
}

table {
    font-size: 14px;
    line-height: 1.2857142857;
    border-collapse: separate;
    border-spacing: 0;
    border-width: 1px 0 0 1px;
    margin-bottom: 24px;
    width: 100%;
}

table, th, td {
    border: 1px solid rgba(0, 0, 0, 0.1);
}

a.button {
    background-color: #24890d;
    border: 0;
    border-radius: 2px;
    color: #fff;
    font-size: 12px;
    font-weight: 700;
    font-style: normal;
    padding: 10px 30px 11px;
    text-transform: uppercase;
    vertical-align: bottom;
    display: inline-block;
}

a.button:hover {
    background-color: #41a62a;
    color: #fff;
    text-decoration: none;
}

@media print {
    header, aside, nav#menu, nav#secondary {
        display: none;
    }

    section#main {
        width: 95%;
    }
}

