﻿    .table-striped > tbody > tr:nth-child(odd) > td {
        background-color: #EEE8AA !important;
    }

    .well {
    background-color: #ffffb9 !important;
}

    .modal-dialog {
        width: 320px;
    }

    .outercenter {
        text-align: center;
    }

        .outercenter img {
            display: inline-block;
        }

    .CeDiDNumber {
        font-family: 'Share Tech Mono', monospace;
        font-size: 1.7em;
    }

    .AlphaNumericKey {
        display: inline-block;
        vertical-align: top;
        padding-top: 6px;
        padding-bottom: 6px;
    }

    .hr-gray {
        margin-top: 0;
        margin-bottom: 12px;
        border: 0;
        border-top: 1px solid #999;
    }

    .labelgray {
        border-radius: 0.3em;
        background-color: #999;
        text-align: left;
        color: white;
        font-size: 1.1em;
        line-height: 1.1em;
        padding: 0.2em 0.6em 0.2em 0.6em;
        margin: 0 0 0.2em 1.1em;
    }

    .padleftright0 {
        padding-left: 0;
        padding-right: 0;
    }

    .popover-content, .popover-title {
        color: #000000 !important; /*black color*/
    }

    .btn-group {
        font-size: 1em; /*or whatever size */
    }

    .text-warning {
        /*color: #8a6d3b;*/
        margin: 18px 0 10px;
    }

    @media print {
        footer {
            display: none;
        }
    }
    