.container {
        max-width: 1024px;

        font-size: 11px;
        padding-bottom: 80px;

        text-align: justify;
    }

    #author_area_error_wrapper {
        text-align: left;
    }

    .submit-panel {
        position: fixed; bottom: 0px; padding: 10px; border-top: #BEB4A8 1px solid; width: 100%; left: 0px; background: #f9f8f4;
    }
    .submit-panel .container {
        padding-bottom: 0px;
    }

    .submit-panel .logo {
        height: 32px;
        display: inline-block;
        background-position: 0 6px;
        background-repeat: no-repeat;
        background-size: auto 100%;
        margin-right: 15px;
        vertical-align: middle;
        width: 70px;
    }
    .submit-panel .copyright-box {
        font-size: 14px;
        line-height: 1.42857;
        padding: 9px 15px;
        text-align: center;
        vertical-align: middle;

        float: right;
    }
    .submit-panel .info-messages {
        text-align: center;
    }

    h2 {
        font-size: 11px;
        font-weight: bold;
    }

    p, .paragraph {
        padding-top: 20px;
    }
    .part {
        padding-bottom: 20px;
    }
    .numbered {
        padding-left: 20px;
    }
    .numbered .number {
        margin-left: -20px;
        width: 20px;
        display: inline-block;
    }

    label {
        padding: 0px 5px;
        top: -3px;
        position: relative;
    }
    label.error {
        padding: 0px;
    }

    ol {
        counter-reset: item;
        padding-left: 0px;
    }

    ol li {
        list-style: none;
        counter-increment: item;
    }

    /*ol.list-numerical li:before {
        content: counter(item) ") ";
        margin-left: 0px;
    }
    
    ol.list-alphabetical li:before {
        content: counter(item, lower-alpha) ") ";
        margin-left: 0px;
    }*/

    .art_publishing_area_states {
        padding-left: 20px;
    }

    .row input[type="text"] {
        width: 100%;
    }

    input[type="text"], select {
        border: 1px solid #ccc;
        border-radius: 2px;
        margin: 1px 0px;
    }

    input.error {
        border-color: #a94442;
    }
    label.error {
        color: #a94442;
    }

    .ui-widget-content select {
        color: #333333;
    }

    #info-errors, #info-success {
        padding: 8px 15px;
        display: inline-block;
        margin-bottom: 0px;
        vertical-align: middle;
    }

    /** specific for UFD */

    span.ufd.plain {
        height: 29px;
        background-color: silver; /* http://blog.toolman.geek.nz/2009/12/annoying-ie6-bug-of-day.html */
        border: 1px solid silver;
        border-radius: 4px 0px 0px 4px;
    }

    span.ufd.plain-focus {
        background-color: silver;
        border: 1px solid silver;
    }

    .ufd.plain input {
        line-height: 16px !important;
        height: 19px;
        padding: 4px;
        border: 0px;
        border-radius: 4px 0px 0px 4px;
    }

    .ufd.plain input.disabled {
        color: #777;
        background-color: #eee !important;
    }

    .ufd.plain input.focus {
    }

    .ufd.plain button {
        width: 18px;
        height: 22px;
        margin-left: 1px; /* for divider */
        background: url("ufd-images/icon.gif") no-repeat 0px 0px;
    }

    .ufd.plain button.focus {
    }


    .ufd.plain button.hover {
        background-position: -18px 0px;
    }

    .ufd.plain button.mouseDown {
        background-position: -36px 0px;
    }

    .ufd.plain button.disabled {
        background-position: -54px 0px !important;
    }

    /* dropdown */

    #ufd-container .plain div.list-scroll {
        border: 1px solid silver;
        border-top-width: 1px;
        background-color: #fff;
        border-radius: 4px 0px 0px 4px;
    }

    #ufd-container .plain div.list-wrapper-up div.list-scroll {
        border-top-width: 1px;
        border-bottom-width: 0px;
    }

    #ufd-container .plain li {
        padding: 3px 3px 0px 3px;
    }

    #ufd-container .plain li em {
        font-weight: bold;
        font-style: normal;
    }


    #ufd-container .plain li.active {
        background-color: highlight;
        color: highlighttext;
    }

    .select2 {
        margin: 5px 0px;
    }
    .select2.error .select2-selection {
        border-color: #a94442;
    }
    .col-xs-6 .select2 {
        width: 100% !important;
    }

    .error-wrapper {
        padding: 5px;
        border-color: #a94442;
        border-width: 1px;
        border-style: solid;
        border-radius: 2px;
    }

    .btn-validate {
        background-color: #FFD658;
        border-color: #FFD658;
        color: #000;
        transition: all 0.5s ease 0s;
    }
    .btn-validate:hover {
        background-color: #fff;
        color: #000;
    }
    .btn-print {
        background-color: #9DD073;
        border-color: #9DD073;
        color: #000;
        transition: all 0.5s ease 0s;
    }
    .btn-print:hover {
        background-color: #fff;
        color: #000;
    }

    #signed-in-error .valid {
        display: none !important;
    }
    strong.title{
        font-size: 13px;
    }
    input:-ms-input-placeholder {

        color: #999;

    }
    
    #rewards_taxable{
        display: none;
    }
    .btn-print-empty{
        background: #e16f6e;
        border-color: #e16f6e;
    }
    
    #real_author_reserved_share_percent{
        margin-left:-25px;
        padding-top: 5px;
        display: block;
    }
div.no-print-from-browser-info{
    display: none;
}