/* CMS pages ****************************************************************************** */
#cms #center_column ul,
#cms #center_column ol,
#cms #center_column dl { margin-left:25px; margin-bottom:20px }

#cms #center_column li { margin-bottom:5px }


body#cms #center_column h1
	{ color:#C72C48 ; font-size: 24px ; font-weight:bold;}
body#cms #center_column h2 { color: #C72C48; font-weight: bold; font-size: 12px; text-transform: uppercase; text-align:center;}
body#cms #center_column p { font-size: 13px; color: #999999; font-weight: bold; }

td,
th {
    border: 1px solid rgb(190, 190, 190);
    padding: 4px;
}

td {
    text-align: center;
}

th {
    text-align: left;
}

tr:nth-child(even) {
    background-color: #eee;
}

th[scope="col"] {
    background-color: #696969;
    color: #fff;
}

table {
    border-collapse: collapse;
    border: 1px solid rgb(200, 200, 200);
    letter-spacing: 1px;
    font-family: sans-serif;
    font-size: .7rem;
}
