.footer_contents {
    margin: 0 auto;
    min-height: 100px;
    max-width: 900px;
    color: #999;
    font-size: 0.75rem;
    background-color: #333;
}

.container {
    margin: 0 auto;
    margin-top: 70px !important;
    margin: 10px auto;
    border-radius: 8px;
    border-style: solid;
    border-width: 1px;
    border-color: #ddd;
    padding: 10px;
    min-height: calc(100% - 170px);
    background-color: #fff;
    /*
    width: 900px;
    box-shadow:0 2px 10px  #888;
    */
}

dt {
    align-self: center;
}

#svg-fig2 {
    width: 400px !important;
}

td {
    vertical-align: middle;
}
.text-right {
    text-align: right !important;
}

.tddetail_h {
    border-bottom-color: #fff;
}

.tddetail_b {
    font-size: 0.9em;
}
.hidden {
    display: none;
}
