/* 
    courtt.css                   called from many court related files, etc. 
*/

table.center {
    margin-left: auto;
    margin-right: auto;
    /*  width: 700px;   */
    width: 78%;    
    background-color: #fff;
    border-radius: 10px;
}

@media screen {
    table.center {
        max-width: 700px;
    }
}

table.centerf {
    margin-left: auto;
    margin-right: auto;
    /*  width: 576px;  */
    width: 92%;
    background-color: #e0ffff;
    border: 2px solid #5e7d7e;
}

@media screen {
    .noscreen {
        display: none;
    }
}

@media print {
    .noprint {
        display: none;
    }
}

H2 {
    font-weight: bold;
    font-size: 28px;
    color: maroon;
    line-height: 31px;
    font-style: normal;
    text-align: center;
}

.h2text, .h2textbb, .h2textbbn {
    font-weight: bold;
    font-size: 1.5rem;
    line-height: 2.4rem;
    color: maroon;    
    font-style: normal;
    text-align: center;
}

.h2textbb {
    color: #0000a0; 
    font-size: 1.3rem;
    line-height: 2.3rem;
    margin-bottom: 0;
}

.h2textbbn {
    color: #566d7e; 
    font-size: 1.3rem;
    line-height: 2.0rem;
    margin-bottom: 0;
}

H3 {
    font-weight: bold;
    font-size: 29px;
    line-height: 33px;
    color: #0000a0;    
    font-style: normal;
    text-align: center
}

.h3text {
    font-weight: bold;
    font-size: 1.7rem;
    line-height: 2.5rem;
    color: #0000a0;    
    font-style: normal;
    text-align: center;
}

.h3textss {
    font-weight: bold;
    font-size: 1.15rem;
    line-height: 1.35rem;
    color: #0000a0;    
    font-style: normal;
    text-align: center;
}

.ashowi {
    display: block;
    margin-left: auto;
    margin-right: auto;    
    width: 122px;
    height: 43px;
    border: 2px solid #0000ff;
}
     

img.cdisplay {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

ol.d {
    list-style-type: upper-alpha;
}

.tdc {
    background-color: #fff1cf;
}

table.ccomp {
    width: 98%;
    border: 2px solid #ccc;
    font-size: 15px;
    line-height: 19px;
}

.ccomp td {
    border: 2px solid #ccc;
    padding: 3px;
}

.fffamily313 {
    font-family: 'EB Garamond', serif;
    color: #000;
}

.hinktext {
    font-size: 18px;
    line-height: 21px;
    color: #4d693f;
    font-style: normal;
    font-family: Arial, Calibri, sans-serif;
    text-align: center;
}

.hgotext {
    font-size: 24px;
    line-height: 25px;
    color: #212529;
    font-weight: 600;
    font-family: Arial, Calibri, sans-serif;
    text-align: center;
    background-color: #d7c9a7;
    width: 26%;
    margin: 0 auto;
    opacity: 0.8;
}

.sitem {
    font-size: 18px;
}

table.centrbx {
    margin-left: auto;
    margin-right: auto;
    /*   font-size: 15px;    */
    /*   line-height: 20px;   */
    text-align: center;

    width: 310px;
    height: 104px;
    opacity: 0.9;
    font-family: Arial, sans-serif;
    display: block;
}

.centrbx:hover {
    border: 2px solid #9a0000;
    /*  padding: 5px;    */
}

.cntr-box {
    cursor: pointer;
    margin: 0 auto;
    width: 320px;
    height: 97px;
    border: 2px solid #acacac;
    display: block;
}

blockquote.indd {
    /*   padding-left: -2.5em;    */
    padding-left: 0.8em;
    padding-right: 0.3em;
    text-indent: -0.5em;
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
}

blockquote.entt {
    margin-top: 1em;
    margin-bottom: 1em;
    margin-left: 10px;
    margin-right: 10px;
}

@media screen and (min-width: 190px) and (max-width: 545px) {
    blockquote.indd {
        padding-left: 0.5em;
        padding-right: 0.4em;
        text-indent: 0;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }

    .ccomp td {
        font-size: 0.7rem;
    }

    blockquote.entt {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 10px;
        margin-right: 10px;
    }
}

@media screen and (min-width: 545px) and (max-width: 906px) {
    blockquote.indd {
        /*  padding-left: 0.6em;
    padding-right: 0.5em;  */
        padding-left: 0;
        padding-right: 0;
        text-indent: 0;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 15px;
        margin-right: 15px;
    }

    .ccomp td {
        font-size: 0.8rem;
    }

    blockquote.entt {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 15px;
        margin-right: 15px;
    }
}

@media screen and (min-width: 906px) {
    blockquote.indd {
        padding-left: 1.0em;
        padding-right: 0.5em;
        text-indent: -1.2em;
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 20px;
        margin-right: 20px;
    }

    .ccomp td {
        font-size: 0.9rem;
    }

    blockquote.entt {
        margin-top: 1em;
        margin-bottom: 1em;
        margin-left: 20px;
        margin-right: 20px;
    }
}

.brownbkk {
    display: block;
    margin: 0 auto;
    background-color: #cdbf9d;
    background-image: url("beige063b.jpg");
    width: 85%;
    max-width: 1110px;
}


@media print {
    blockquote.entt {
        margin-top: 0;
        margin-bottom: 0;
    }

    table.center {
        width: 16.5cm;
    }

    table.centerf {
        border: 1px solid #90afb0;
    }
}
    
a:link {
    text-decoration: underline;
    text-decoration-color: #ff00ff;
    /* text-decoration-color: #f52887; */
}

a:visited {
    text-decoration: underline;
    text-decoration-color: #ffa500;
}

a:hover {
    text-decoration: underline;
    text-decoration-color: #ff00ff;
    font-size: 1.1rem;
}

a:active {
    text-decoration: underline;
    text-decoration-color: #808516;
    /* text-decoration: none; */
}
