﻿.data_list {
    width: 100%;
    margin: 5px;
}

    .data_list td {
        text-align: center;
        /*margin: 10px auto;*/
    }

#senate_committees {
    /*border-right: 2px solid black;*/
    width: 50%;
    background-color: #f8e6eb;
}

#house_committees {
    border-right: 2px solid black;
    width: 50%;
    background-color: #e5e7ee;
}

.header {
    text-align: center;
    font-family: Georgia;
    font-size: 24pt;
    font-weight: bold;
    padding: 3px;
    border-style: solid;
    border-color: black;
}