/* Custom for Authorization specification */

#merchant_info_table tr td:first-child {
    min-width: 170px;
}

h1 span::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    pointer-events: none;
}

h2 span::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
    pointer-events: none;
}

h3 span::before {
    display: block;
    content: " ";
    margin-top: -60px;
    height: 60px;
    visibility: hidden;
    pointer-events: none;
}

span.name {
    color: #2e6dc9;
    font-weight: 500;
    display: block;
}

span.format {
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
}

span.iso::before {
    content: ' ';
    display: block;
}

span.iso {
    color: #000000;
    font-weight: bold;
    padding-right: 5px;
}