body {
    color: rgb(0, 0, 0);
    background-color: transparent ! important;
    background-image: none ! important;
    max-width: 100% ! important;
}

h1 {
    font-size: 1.5em;
    -webkit-margin-before: 0.83em;
    -webkit-margin-after: 0.83em;
}

hr {
    border: 1px solid gray;
    height: 1px;
}

img {
    border: 0px none;
}

table {
    border-collapse: collapse;
}

th {
    border-bottom: 3px solid rgb(204, 204, 204);
    padding-right: 1em;
    text-align: left;
}

thead {
    display: table-header-group;
}

tbody {
    border-top: 1px solid rgb(204, 204, 204);
}

tr.even, tr.odd {
    background-color: rgb(238, 238, 238);
    border-bottom: 1px solid rgb(204, 204, 204);
    padding: 0.1em 0.6em;
}

div.print-logo {
    text-align: center;
}

div.print-logo img#logo {
    height: 60px;
}

.floor-report table.bills td {
    padding-right: 5px;
    padding-left: 5px;
}

.floor-report table.bills tbody td.bill-name {
    white-space: nowrap;
}

.floor-report table.bills tbody td.vote-recommendation {
    text-transform: uppercase;
}

a:link, a:visited {
    text-decoration: underline ! important;
}

.page-break {
    display: block;
    page-break-before: always;
}
