
.tab-transaction, .tab-block, .tx-content{
    padding-left: 80px;
    padding-right: 40px;
}

.tx-table, .mdl-datacard, .tx-content{
    width: 100%;
}

.mdl-layout__tab.is-active {
	font-size: 16px;
	font-weight: bold;
}

#scrolltable {
    height: 100%; 
    overflow: auto; 
    width: 100%
}

.detail_block_div {
	display: flex;
}

.button_navigate {
	height: 50px;
	width: 50px;
	background-color: #f8f8f8;
}

.button_navigate:hover{
	background-color: rgba(158,158,158,.2) !important;
}

.icon_navigate {
	font-size: 50px;
    margin-left: -15px;
}

#overlay {
    position: fixed;
    top:0;
    left:0;
    height: 100%;
    width: 100%;
    background: black;
    opacity: .7;
    z-index: 10000;
    display: none;
}

#loadingGif {
    position: fixed;
    top: 40%;
    left: 45%;
    z-index:20000;
    opacity: 0.8;
    display: none;
}

#sc_info_button_div {
    text-align: center;
}

#sc_info_button {
    margin-bottom: 20px;
}

#sc_info_container {
    text-align: center;
}

#public_info_div {
    width: fit-content;
    min-width: 350px;
    border: 1px solid #aaa;
    margin: 15px auto;
    padding: 0 30px 15px 30px;
}

#public_info_header_div {
    margin-top: 10px;
}

#public_info_text {
    vertical-align: super;
}

#publicInfoTable {
    display: none;
    margin: 10px auto;
}

#source_code_div {
    width: fit-content;
    min-width: 350px;
    border: 1px solid #aaa;
    margin: 15px auto;
    padding: 0 30px 15px 30px;
}

#source_code_header_div {
    margin-top: 10px;
}

#source_code_text {
    vertical-align: super;
}

#source_code {
    display: none;
    margin: 10px 0;
    min-height: 350px;
}