﻿h1 {
    font-size: inherit;
    font-weight: inherit;
    margin: inherit;
}

li {
    margin-right: 10px;
}

ul {
    list-style: square url("https://images.house.mo.gov/graphics/altright.png");
    margin-bottom: 0px;
    margin-top: 36px;
    padding-left: 18px;
}

.cells {
    padding: 4px;
}

.containerDIV {
    padding: 1%;
    width: 96%;
    margin: auto;
    max-width: 800px;
}

.entry-content {
    background-color: White;
}

.hslice .entry-content {
    background-color: transparent;
}

.post2m {
    font-weight: bold;
    line-height: 2em;
}

#print2015 {
    font-weight: normal;
    border: 1px solid black;
    margin: 5px;
    border-collapse: collapse;
}

#print2015 td, #print2015 th {
    border: 1px solid black;
}

#post2, #post4 {
    background-color: rgba(200,200,200,0.3);
    border: 1px solid lightgray;
}

#post2 table {
    display: block;
}

#post2 table th, #post2 table td {
    border: 1px solid black;
    padding: 3px;
    vertical-align: top;
    font-size: 9pt;
}

#post2tableclick, #post3tableclick {
    text-decoration: none;
    background-color: rgba(255,255,255,0.8);
    border: 1px solid black;
    width: 55px;
    text-align: center;
    display: inline-block;
    border-radius: 10px;
    line-height: 15pt;
    cursor: pointer;
}

#post3 table {
    display: block;
}

#post3 table th, #post3 table td {
    border: 1px solid black;
    padding: 3px;
    vertical-align: top;
    font-size: 9pt;
}