.div_exp_list {
    margin-top: 5rem;
    margin-bottom: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}

.table_exp {
    border-collapse: collapse;
    width: 100%;
    color: #222222;
}

.table_exp th {
    color: #186caf;
    font-size: 0.9rem;
    height: 1.2rem;
    border-right: solid 1px #eeeeee;
}
.tr_temp_line th{
    border-right: solid 1px #ffffff;
}
.td_c_Txs .td_c_Hash{
    text-align: left;
}

.table_exp tr td {
    /*text-align: center;*/
    font-size: 0.7rem;
    padding-top: 0.2rem;
    padding-bottom: 0.2rem;
    padding-left: 0.6rem;
    padding-right: 0.6rem;
    border-bottom: solid 1px cadetblue;
    height: 2.3rem;
    min-width: 4rem;
}

.td_c_Height{
    background-color: #186caf;
    color: white;
    text-align: center;
}
