
/* kevin powell
table {width: 100%; border-collapse: collapse;}
*/

TABLE.lam {
    background: #ffffff;
    border-collapse: collapse;
    border-collapse: collapse;
    border-color: #eeeeee;
    border-spacing: 2px;
    border-style: outset;
    border-width: .188rem;
    /* font-family: Calibri, "Trebuchet MS", Arial, Georgia, "Times New Roman", Helvetica, Serif; */
    font-family: Calibri, "Trebuchet MS", Arial, Georgia, "Times New Roman", Helvetica, Serif;
    font-size: 1rem; /*.9rem; */
    margin-bottom: 1.125rem;
    margin-top: 1.125rem;
    /* width: 1018px; */
    /* width: 96%; */
    max-width: 100%;
    padding: 4rem;
}

TABLE.lam caption {
    font-weight: bold;
    color: #E70039;
    font-size: 1.2REM;
    text-align: center;
    width: 100%;
}

TABLE.lam TH {
    background-color: #252580;
    background-image: url(../images_bg/blue-leather-texture.jpg);
    background-repeat: repeat;
    border: solid thin #06F;
    color: #FFFFFF;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    width: auto;
}

TABLE.lam TD {
    border: solid thin #06F;
    padding-left: 5px;
    padding-right: 5px;
    vertical-align: top;
    width: auto;
}

TABLE.lam TR:nth-child(even) {
    background: #D9D9D9;
}
TABLE.lam TR:nth-child(odd) {
    background: #FFFFFF;
}

TABLE.lam TD IMG {
    border: 0px solid black;
    height: auto;
    max-width: 100%;
    padding: .25rem .50rem .25rem .50rem;
}


/* Tables for psychopathia_sexualis */
.table0, .table1, .table2 { margin: auto; }
.table0 { margin-top: 2rem; }
.table1 { border-collapse: collapse; }
.xhtml_center table {
    display: table;
    text-align: left;
    margin: 0 auto;
}
