#bill-info {
    font-family: Arial, sans-serif;
    color: #003399;
    margin: 8px 20px;
}

#bill-info img {
    border: none;
    vertical-align: middle;
}
#bill-info a {
    text-decoration: underline;
}

#bill-info .panel {
    width: 100%;
    padding: 10px 0;
    border-radius: 0 !important;
    margin-bottom: 0;
    border: none;
    -webkit-box-shadow: 0 0 0 0;
    box-shadow: 0 0 0 0;
}

#bill-info .type-style {
    border-top-left-radius: 10px;
    border-top-right-radius: 10px;
}
#bill-info #event-list {
    border-bottom-left-radius: 10px !important;
    border-bottom-right-radius: 10px !important;
}

#bill-info .type-style,
#bill-info .status-style {
    padding: 8px;
    background-color: #D7E2FC;
    font-weight: bold;
}

#bill-info #event-list {
    width: auto;
    padding: 1px 0 0 0;
}


#bill-info .title-style {
    font-size: 1.8em;
    font-weight: bold;
}

#bill-info .event {
    border-left: 1px solid #D7E2FC;
    border-right: 1px solid #D7E2FC;
    border-bottom: 1px solid #D7E2FC;
    padding: 8px 5px;
}
#bill-info .event:nth-child(odd),
#bill-info .odd {
    background-color: #EDF2FF;
}

#bill-info .event-text,
#bill-info .event-links {
    display: table-cell;
    width: 500px;
}

#bill-info .event-links .link a {
    text-decoration: none;
}

#bill-info #bill-footer div {
    font-size: 1em;
}
#bill-info #related-bills div.panel {
    font-weight: bold;
}
#bill-info #related-bills ul {
    list-style: none;
    margin: 0;
    padding: 0;
}
