.div_exp_list {
    margin-top: 5rem;
    margin-bottom: 0rem;
    margin-left: auto;
    margin-right: auto;
    width: 96%;
}


.div_logo_name a,a:hover,a:visited,a:link{
    color: white;
}

.div_logo_title a,a:hover,a:visited,a:link{
    color: cadetblue;
}

.td_c_Title a,a:hover,a:visited,a:link{
    color: #222222;
}

.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;
}

.td_c_Time {
    background-color: #186caf;
    color: white;
    text-align: center;
    width: 20%;
}

.td_c_Title {
    text-align: left;
    width: 80%;
}
.div_logo_title{
    font-size: 1.2rem;
    font-weight: bold;
    color: cadetblue;
    margin-top: 1.4rem;
    margin-left: 6rem;
    text-shadow: 0.1rem 0.1rem 0.1rem white;
}

.table_sub tr td {
    border: solid 1px black;
    padding-left: 1rem;
    padding-right: 1rem;
    color: black;
    background-color: white;
    text-align: left;
}
.table_sub th{
    border: solid 1px black;
    background-color:cadetblue ;
    color: white;
    text-align: center;
}
.table_sub{
    width: 96%;
    border-collapse: collapse;
}

.img_one{
    text-align: center;
    width: 95%;
    margin: 1% auto;
}