.expand {
    border-bottom: 1px solid #EFEFEF;
    margin-bottom: 5px;
    overflow: hidden;
    padding: 5px;
}
.expand a.head {
    background-color: transparent;
    background-image: url("../images/toggle.png");
    background-position: 0 -36px;
    background-repeat: no-repeat;
    clear: both;
    color: #0445FF;
    display: block;
    float: left;
    font-size: 15px;
    height: 16px;
    margin-bottom: 5px;
    outline: medium none;
    padding-left: 22px;
    text-decoration: underline;
    width: auto;
}
.expand a.head.open {
    background-position: 0 -52px;
    color: #03257B;
    font-weight: bold;
}
.expand div.content {
    clear: both;
}


table {
            margin-bottom: 20px;
            border-collapse: collapse;
            width: 100%;
        }

        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        th {
            background-color: #f2f2f2;
        }
        

table {
            margin-bottom: 20px;
            border-collapse: collapse;
            width: 100%;
        }

        th, td {
            border: 1px solid #ddd;
            padding: 8px;
            text-align: left;
        }

        th {
            background-color: #f2f2f2;
        }
