/* KinxPay Merchant 
 ------------------------------------------- */

html, body {
    margin: 0;
    padding: 0;
}

ul {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: disc;
    display: block;
}

ol {
    margin: 0;
    padding: 0 0 0 25px;
    list-style: decimal-leading-zero;
    display: block;
}

strong {
    font-weight: bold;
}

em {
    font-style: italic;
}

/* individual --------------------------------------- */

body {
    font-family: arial;
    font-size: 12px;
    line-height: 14px;
    color: #333;
    background: #fffdfd;
}

a {
    color: black;
}

p {
    padding: 10px;
}

h2 {
    padding: 10px;
    font-size: 12px;
    font-weight: bold;
}

hr {
    padding: 0px;
}

div#bg {
    width: 100%;
}

div.clear {
    clear: both;
}

div.rel {
    position: relative;
}

.wrap {
    margin: 0px auto;
    height: auto;
    position: relative;
    padding: 0px !important;
    text-align: center;
}

#footer {
    padding-bottom: 25px;
    padding-top: 25px;
    width: 100%;
    height: 1px;
}

#footerNavigation {
    margin: 0px auto;
    overflow: hidden;
    margin-top: 10px;
    margin-bottom: 10px;
}

    #footerNavigation a {
        color: black;
        text-decoration: none;
        margin: 15px 0px;
        border-right: solid 1px #fff;
        font-size: 12px;
        line-height: 12px;
        padding: 0px 10px;
        text-transform: capitalize;
    }

        #footerNavigation a:nth-last-child(1) {
            border: none;
        }

        #footerNavigation a:nth-last-child(1) {
            border: none;
        }

#copyright {
}

    #copyright a {
        font-size: 12px;
        line-height: 12px;
        color: black;
        text-decoration: none;
    }

        #copyright a:hover {
            color: purple;
            text-decoration: underline;
        }

/* upper navigation */
div#nav1 {
    padding: 10px 20px;
    background: #fff;
    font-size: 11px;
    border-bottom: 5px solid #87CB28;
}

/* main navigation */
div#nav2 {
    padding: 20px;
    margin: 0 0 0px 0;
    background: #01321B;
    color: #fff;
}

    div#nav2 a {
        color: #87CB28;
        text-decoration: none;
    }

    div#nav2 ul {
        margin: 0;
        padding: 0;
        list-style: none;
        height: 30px;
    }

        div#nav2 ul li {
            float: left;
            font-size: 16px;
            line-height: 22px;
            margin: 0 20px 0 0;
        }

/* sub navigation */
div#nav3 {
    position: relative;
    float: left;
    width: 170px;
}

    div#nav3 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav3 ul li {
            padding: 2px 0px;
            font-weight: bold;
            border-bottom: 1px solid #ccc;
        }

            div#nav3 ul li a {
                display: block;
                padding: 11px 0 4px 0px;
                background-repeat: no-repeat;
                text-decoration: none;
                font-size: 14px;
            }

                div#nav3 ul li a:hover {
                    color: #1c0a9b;
                }

/* sub navigation */
div#nav4 {
    position: relative;
    float: left;
}

    div#nav4 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div#nav4 ul li {
            padding: 2px 0px;
            border-bottom: 1px solid #ccc;
        }

div.nav5 {
    position: relative;
    text-align: left;
}

    div.nav5 ul {
        margin: 10px 0 0 10px;
        padding: 0;
        list-style: none;
    }

        div.nav5 ul li {
            padding: 2px 0px;
        }

    div.nav5 span {
        font-weight: bold;
    }

/* content col with navi */
div#cnt {
    border-left: 1px solid #ccc;
    margin: 0 0 0 170px;
    min-height: 300px;
}

div#cnt_wide {
    border-left: 1px solid #ccc;
    margin: 0 0 0 190px;
    width: 900px;
}

/* content */
div.cnt {
    border-left: 1px solid #ccc;
    padding: 10px;
    text-align: center;
}

div#bottom {
    clear: both;
    font-size: 11px;
    color: #666;
    border-top: 1px solid #ccc;
}

    div#bottom div.pad {
        padding: 20px;
    }

div.box {
    background: #f3f3f3 url(box/big/m.gif) repeat-y scroll 0 100%;
    margin: 0 0 20px 0;
}

div.box2 {
    background: transparent url(box/big/o.gif) repeat-x scroll 0 0;
}

div.box3 {
    background: transparent url(box/big/u.gif) repeat-x scroll 0% 100%;
    padding: 0 1px 2px 1px;
}

div.box_small {
    background: #f3f3f3 url(box/small/m.gif) repeat-y scroll 0 100%;
    width: 240px;
    margin: 0 0 20px 0;
}

    div.box_small div.box2 {
        background: transparent url(box/small/o.gif) repeat-x scroll 0 0;
    }

    div.box_small div.box3 {
        background: transparent url(box/small/u.gif) repeat-x scroll 0% 100%;
        padding: 0 1px 2px 1px;
    }

div.options_marked div.box3 {
    padding: 10px;
}

div.options_page {
    position: absolute;
    right: 0;
    top: 0;
    width: 176px;
}

    div.options_page ul {
        list-style: none;
        padding: 0;
        width: 100%;
    }

        div.options_page ul li.previous {
            position: absolute;
            left: 0;
            top: 0;
        }

            div.options_page ul li.previous a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/previous.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.previous a:hover {
                    background-position: 0 -29px;
                }

        div.options_page ul li.current {
            text-align: center;
            text-transform: uppercase;
            height: 30px;
            margin: 0 auto;
            width: 114px;
            background: transparent url(page_options/current.gif) no-repeat;
        }

            div.options_page ul li.current label {
                margin: 0 auto;
                display: block;
                padding: 7px 0;
                font-size: 11px;
                font-weight: normal;
                line-height: 14px;
            }

            div.options_page ul li.current input {
                width: 30px;
                text-align: center;
                padding: 0;
                border: 0;
                background: none;
                font-size: 11px;
                font-weight: bold;
                line-height: 14px;
            }

        div.options_page ul li.next {
            position: absolute;
            right: 0;
            top: 0;
        }

            div.options_page ul li.next a {
                display: block;
                width: 29px;
                height: 29px;
                text-indent: -900em;
                background: #c00 url(page_options/next.gif) no-repeat scroll 0 0;
            }

                div.options_page ul li.next a:hover {
                    background-position: 0 -29px;
                }

#divClock {
    Color: black;
    float: right;
    display: block;
    font-size: 14px;
    margin-right: 10px;
}

.langsel {
    padding: 5px;
    margin-top: 8px;
    margin-right: 20px;
}

    .langsel:hover {
        background-color: lightgray;
    }

/* inputs */
input.normal {
    width: 150px;
}

input.clearform {
    color: #aaa;
}

input.button {
    border: 0;
    background: #d01818;
    color: #fff;
    padding: 4px;
    font-size: 11px;
    line-height: 12px;
}

div.admin_post_title {
    margin: 0px 0 0 0;
    padding: 0px 7px;
    border: 1px solid #aaa;
    background: #fff;
}

input.post_title {
    font-size: 18px;
    line-height: 22px;
    font-weight: normal;
    width: 100%;
    padding: 5px 0px;
    border: 0;
    background: none;
}

select {
    padding: 3px;
}

select, option {
    font-size: 11px;
    line-height: 14px;
    color: #555;
}

label {
    font-size: 11px;
    line-height: 14px;
    font-weight: normal;
    color: #444;
}


/* tables ------------------------------------------------- */
.table_cell {
    text-align: center;
}

.tabletop {
    border: 1px;
    border-bottom: 1px solid #ccc;
}

table.table1 col.col_sel {
    width: 25px;
}

table.table1 col.col_sort {
    width: 37px;
}

table.table1 col.col_cmt {
    width: 50px;
}

table.table1 col.col_date {
    width: 70px;
}

table.table1 col.col_icon {
    width: 100px;
}

.table1 {
    padding: 0;
    border: 10px;
    margin: 0;
    color: #333;
}

table.table1 th {
    background: linear-gradient(to right, #01321B, #312f56);
    padding: 10px 3px;
    color: #f5f5f5;
    font-size: 12px;
    line-height: 14px;
    font-weight: bold;
    border: 0;
    vertical-align: middle;
    text-align: center;
}

    table.table1 th span {
    }

        table.table1 th span.cmt {
            text-indent: -900em;
            display: block;
            width: 13px;
            height: 13px;
        }

table.table1 td {
    background: #f3f3f3;
    border-bottom: 1px solid #01321B;
    border-left: 1px solid #01321B;
    border-right: 1px solid #01321B;
    border-top: 1px solid #01321B;
    padding: 9px 15px;
    font-size: 13px;
    line-height: 20px;
    font-weight: normal;
    vertical-align: middle;
    background-color: white;
    color: black;
}

table.table1 tr.self td {
    background: #fff;
    color: #b42a2a;
}

table.table1 a.cmt {
    display: block;
    padding-left: 18px;
}

input.sel {
    padding: 0;
    margin: 0px 0 0 5px;
    width: 14px;
    height: 14px;
}

td input.sel {
    margin: 0px 0 -2px 5px;
}

table.table1 th.sel, table.table1 td.sel {
    padding: 0px 0 0 0px;
    vertical-align: middle;
}

table.table1 td.sort {
    padding: 0px 3px;
}

table.table1 td.icon {
    padding: 0px 3px;
    vertical-align: middle;
}

.tabletop {
    font-size: 14px;
    min-width: 500px;
}

    .tabletop td {
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

.tableGrid {
    font-size: 14px;
    min-width: 500px;
}

    .tableGrid td {
        border-bottom: 1px solid #ccc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 16px;
        vertical-align: middle;
    }

table.tableData {
    padding: 0;
    margin: 0;
    background-image: linear-gradient(to right, #523694, #312f56);
    width: 100%;
    background: white;
}

    table.tableData th {
        background-image: linear-gradient(to right, #523694, #312f56);
        padding: 10px 3px;
        color: #ccc;
        font-size: 12px;
        line-height: 14px;
        font-weight: bold;
        border: 0;
        vertical-align: middle;
        text-align: center;
    }

        table.tableData th span {
        }

    table.tableData td {
        border-bottom: 1px solid #5e4ebc;
        padding: 6px 3px;
        font-size: 14px;
        line-height: 14px;
        vertical-align: middle;
        text-align: center;
    }


    table.tableData tr:nth-child(even) {
        background: #f9f7f7
    }

canvas {
    -moz-user-select: none;
    -webkit-user-select: none;
    -ms-user-select: none;
}

.chart-container {
    width: 47%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-full {
    width: 60%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.chart-container-single {
    width: 95%;
    margin-left: 5px;
    margin-right: 5px;
    margin-bottom: 5px;
    position: relative;
}

.container {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    justify-content: center;
    width: 100%;
    background-color: black;
}

a.sort_asc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/asc.gif) no-repeat scroll 100% 3px;
    text-indent: -900em;
}

    a.sort_asc:hover {
        background: transparent url(images/asc.gif) no-repeat scroll 100% -15px;
    }

a.sort_desc {
    display: block;
    float: left;
    width: 14px;
    height: 14px;
    background: transparent url(images/desc.gif) no-repeat scroll 0% 3px;
    text-indent: -900em;
}

    a.sort_desc:hover {
        background: transparent url(images/desc.gif) no-repeat scroll 0% -15px;
    }

a.sort_up {
    display: block;
    float: left;
    width: 15px;
    height: 14px;
    background: transparent url(images/sort_up.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_up:hover {
        background: transparent url(images/sort_up.gif) no-repeat scroll 50% -14px;
    }

a.sort_down {
    display: block;
    float: left;
    width: 13px;
    height: 14px;
    background: transparent url(images/sort_down.gif) no-repeat scroll 50% 0px;
    text-indent: -900em;
    overflow: hidden;
}

    a.sort_down:hover {
        background: transparent url(images/sort_down.gif) no-repeat scroll 50% -14px;
    }

table.pop-up {
    display: none;
    position: absolute;
    padding: 5px;
    background: #eeeeee;
    color: #000000;
    border: 1px solid #1a1a1a;
    font-size: 90%;
}

#TabContainer1_header {
    height: 23px;
}


element.style {
}

* {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}

user agent stylesheet
div {
    display: block;
}

div.infolist {
    text-align: left;
}

.div-holding {
    vertical-align: middle;
    text-align: center;
    padding-left: 25px;
}

.div-holding-inner {
    float: none;
}

.base-icon {
    float: left;
    width: 24px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: 24px 24px;
    padding-right: 14px;
}

.icon-avax {
    background-image: url(../../images/Icons/1Inch.png);
}

.icon-waves {
    background-image: url(../../images/Icons/waves.png);
}

.icon-sushi {
    background-image: url(../../images/Icons/sushi.png);
}

.icon-rose {
    background-image: url(../../images/Icons/rose.png);
}

.icon-paxos, .icon-paxo, .icon-pax {
    background-image: url(../../images/Icons/paxos.png);
}

.icon-etn {
    background-image: url(../../images/Icons/etn.png);
}

.icon-kim {
    background-image: url(../../images/Icons/kim.png);
}

.icon-meetone {
    background-image: url(../../images/Icons/meetone.png);
}

.icon-one {
    background-image: url(../../images/Icons/one.png);
}

.icon-near {
    background-image: url(../../images/Icons/near.png);
}

.icon-mir {
    background-image: url(../../images/Icons/mir.png);
}

.icon-kcs {
    background-image: url(../../images/Icons/kcs.png);
}

.icon-ftm {
    background-image: url(../../images/Icons/ftm.png);
}

.icon-crv {
    background-image: url(../../images/Icons/crv.png);
}

.icon-cro {
    background-image: url(../../images/Icons/cro.png);
}

.icon-gusd {
    background-image: url(../../images/Icons/gusd.png);
}

.icon-ust {
    background-image: url(../../images/Icons/ust.png);
}

.icon-cake {
    background-image: url(../../images/Icons/cake.png);
}

.icon-1inch {
    background-image: url(../../images/Icons/1Inch.png);
}

.icon-aave {
    background-image: url(../../images/Icons/aave.png);
}

.icon-ach {
    background-image: url(../../images/Icons/ach.png);
}

.icon-ada {
    background-image: url(../../images/Icons/ada.png);
}

.icon-amp {
    background-image: url(../../images/Icons/amp.png);
}

.icon-ankr {
    background-image: url(../../images/Icons/ankr.png);
}

.icon-discord {
    background-image: url(../../images/discord.png);
    cursor: pointer;
}

.icon-bat {
    background-image: url(../../images/Icons/bat.png);
}

.icon-xyo {
    background-image: url(../../images/Icons/xyo.png);
}

.icon-spell {
    background-image: url(../../images/Icons/spell.png);
}

.icon-iotx {
    background-image: url(../../images/Icons/iotx.png);
}

.icon-gyen {
    background-image: url(../../images/Icons/gyen.png);
}

.icon-deso {
    background-image: url(../../images/Icons/deso.png);
}

.icon-api3 {
    background-image: url(../../images/Icons/api3.png);
}

.icon-imx {
    background-image: url(../../images/Icons/imx.png);
}

.icon-dgb {
    background-image: url(../../images/Icons/dgb.png);
}

.icon-rfox {
    background-image: url(../../images/Icons/rfox.png);
}

.icon-rsr {
    background-image: url(../../images/Icons/rsr.png);
}

.icon-qrdo {
    background-image: url(../../images/Icons/qrdo.png);
}

.icon-kda {
    background-image: url(../../images/Icons/kda.png);
}

.icon-htr {
    background-image: url(../../images/Icons/htr.png);
}

.icon-galax {
    background-image: url(../../images/Icons/galax.png);
}

.icon-frax, .icon-fxs {
    background-image: url(../../images/Icons/fxs.png);
}

.icon-flux {
    background-image: url(../../images/Icons/flux.png);
}

.icon-erg {
    background-image: url(../../images/Icons/erg.png);
}

.icon-vra {
    background-image: url(../../images/Icons/vra.png);
}

.icon-hbar {
    background-image: url(../../images/Icons/hbar.png);
}

.icon-cweb {
    background-image: url(../../images/Icons/cweb.png);
}

.icon-chmb {
    background-image: url(../../images/Icons/chmb.png);
}

.icon-btc {
    background-image: url(../../images/Icons/btc.png);
}

.icon-ape {
    background-image: url(../../images/Icons/ape.png);
}

.icon-snx {
    background-image: url(../../images/Icons/snx.png);
}

.icon-nu {
    background-image: url(../../images/Icons/nu.png);
}

.icon-coti {
    background-image: url(../../images/Icons/coti.png);
}

.icon-lrc {
    background-image: url(../../images/Icons/lrc.png);
}

.icon-sgb {
    background-image: url(../../images/Icons/sgb.png);
}

.icon-pol {
    background-image: url(../../images/Icons/pol.png);
}

.icon-gala {
    background-image: url(../../images/Icons/gala.png);
}

.icon-bch {
    background-image: url(../../images/Icons/bch.png);
}

.icon-btrst {
    background-image: url(../../images/Icons/btrst.png);
}

.icon-comp {
    background-image: url(../../images/Icons/comp.png);
}

.icon-celo, .icon-cgld {
    background-image: url(../../images/Icons/celo.png);
}

.icon-doge {
    background-image: url(../../images/Icons/dgb.png);
}

.icon-elon {
    background-image: url(../../images/Icons/elon.png);
}

.icon-enj {
    background-image: url(../../images/Icons/enj.png);
}

.icon-eth {
    background-image: url(../../images/Icons/eth.png);
}

.icon-filecoin, .icon-fil {
    background-image: url(../../images/Icons/filecoin.png);
}

.icon-glmr {
    background-image: url(../../images/Icons/glmr.png);
}

.icon-glm, .icon-gnt {
    background-image: url(../../images/Icons/glm.png);
}

.icon-vet {
    background-image: url(../../images/Icons/vet.png);
}

.icon-ltc {
    background-image: url(../../images/Icons/ltc.png);
}

.icon-mana {
    background-image: url(../../images/Icons/mana.png);
}

.icon-omg {
    background-image: url(../../images/Icons/omg.png);
}

.icon-poly {
    background-image: url(../../images/Icons/polymath.png);
}

.icon-sandbox, .icon-sand {
    background-image: url(../../images/Icons/sandbox.png);
}

.icon-sol {
    background-image: url(../../images/Icons/sol.png);
}

.icon-tru {
    background-image: url(../../images/Icons/tru.png);
}

.icon-uni {
    background-image: url(../../images/Icons/uni.png);
}

.icon-uma {
    background-image: url(../../images/Icons/uma.png);
}

.icon-xlm {
    background-image: url(../../images/Icons/xlm.png);
}

.icon-xmr {
    background-image: url(../../images/Icons/xmr.png);
}

.icon-xrp {
    background-image: url(../../images/Icons/xrp.png);
}

.icon-xtz {
    background-image: url(../../images/Icons/xtz.png);
}

.icon-zec {
    background-image: url(../../images/Icons/zec.png);
}

.icon-usd {
    background-image: url(../../images/Icons/usd.png);
}

.icon-eur {
    background-image: url(../../images/Icons/eur.png);
}

.icon-gbp {
    background-image: url(../../images/Icons/gbp.png);
}

.icon-algo {
    background-image: url(../../images/Icons/algo.png);
}

.icon-atom {
    background-image: url(../../images/Icons/atom.png);
}

.icon-dai {
    background-image: url(../../images/Icons/dai.png);
}

.icon-dash {
    background-image: url(../../images/Icons/dash.png);
}

.icon-eos {
    background-image: url(../../images/Icons/eos.png);
}

.icon-etc {
    background-image: url(../../images/Icons/etc.png);
}

.icon-icp {
    background-image: url(../../images/Icons/icp.png);
}

.icon-knc {
    background-image: url(../../images/Icons/knc.png);
}

.icon-kar {
    background-image: url(../../images/Icons/kara.png);
}

.icon-link {
    background-image: url(../../images/Icons/link.png);
}

.icon-luna, .icon-wluna {
    background-image: url(../../images/Icons/luna.png);
}

.icon-matic {
    background-image: url(../../images/Icons/matic.png);
}

.icon-mkr {
    background-image: url(../../images/Icons/mkr.png);
}

.icon-oxt {
    background-image: url(../../images/Icons/oxt.png);
}

.icon-rep {
    background-image: url(../../images/Icons/rep.png);
}

.icon-shib {
    background-image: url(../../images/Icons/shiba.png);
}

.icon-xtz {
    background-image: url(../../images/Icons/xtz.png);
}

.icon-zrx {
    background-image: url(../../images/Icons/zrx.png);
}

.icon-nmr {
    background-image: url(../../images/Icons/nmr.png);
}

.icon-yfi {
    background-image: url(../../images/icons/yfi.png);
}

.icon-lsk {
    background-image: url(../../images/icons/lisk.png);
}

.icon-tether, .icon-usdt {
    background-image: url(../../images/icons/tether.png);
}

.icon-tron, .icon-trx {
    background-image: url(../../images/icons/tron.png);
}

.icon-dot {
    background-image: url(../../images/icons/dot.png);
}

.icon-usdc {
    background-image: url(../../images/icons/usdc.png);
}

.icon-grt {
    background-image: url(../../images/icons/grt.png);
}

.icon-usg {
    background-image: url(../../images/icons/usg.png);
}

.icon-xlc {
    background-image: url(../../images/icons/xlc.png);
}

.icon-xet {
    background-image: url(../../images/icons/xet.png);
}

.icon-tet {
    background-image: url(../../images/icons/tet.png);
}

.icon-tusd {
    background-image: url(../../images/icons/tusd.png);
}

.icon-busd {
    background-image: url(../../images/icons/busd.png);
}

.icon-bsv {
    background-image: url(../../images/icons/bsv.png);
}

.icon-paxg {
    background-image: url(../../images/icons/paxg.png);
}

.icon-waxp {
    background-image: url(../../images/icons/waxp.png);
}

.baseinfo {
    float: left;
    width: 32px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: 12px 12px;
}

.icon-info {
    background-image: url(../../images/info.png);
}

.center {
    text-align: center;
}

.notes_width {
    max-width: 500px;
}

.slicknav_menu {
    display: none;
}

.disclaimer {
    padding-left: 50px;
    padding-top: 75px;
    text-align: left;
    height: 1px;
    width: 100%;
}

@media screen and (max-width: 40em) {
    #menu {
        display: none;
    }

    .slicknav_menu {
        display: block;
        margin: 0;
        padding: 0;
    }

    #nav3 {
        display: none;
    }

    div#cnt {
        margin: 0;
    }

    #divClock {
        display: none;
    }

    h1 {
        font-size: 20px;
    }

    .tableGrid {
        font-size: 12px;
        min-width: 150px;
    }
}

.atestiframelink {
    font-size: 26px;
}

iframe {
    width: 100%;
    height: 100%;
    min-height: 1000px;
}

table.tableData td.cellleft b, strong {
    font-weight: 700;
    Color: #87CB28;
}

table.tableData td.cellleft {
    text-align: left;
}

    table.tableData td.cellleft span {
        margin: 5px;
        display: inline-block;
    }


button, html input[type=button], input[type=reset], input[type=submit] {
    color: white;
    background-color: #87CB28;
    border-radius: 5px;
    width: 115px;
}


#lblWelcomeMessage {
    color: black;
}

.invoice-box {
    max-width: 800px;
    margin: auto;
    padding: 30px;
    border: 1px solid #eee;
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
    font-size: 16px;
    line-height: 24px;
    font-family: 'Helvetica Neue', 'Helvetica', Helvetica, Arial, sans-serif;
    color: #555;
}

    .invoice-box table {
        width: 100%;
        line-height: inherit;
        text-align: left;
        border-collapse: collapse;
    }

        .invoice-box table td {
            padding: 5px;
            vertical-align: top;
        }

        .invoice-box table tr td:nth-child(2) {
            text-align: right;
        }

        .invoice-box table tr.top table td {
            padding-bottom: 20px;
        }

            .invoice-box table tr.top table td.title {
                font-size: 45px;
                line-height: 45px;
                color: #333;
            }

        .invoice-box table tr.information table td {
            padding-bottom: 40px;
        }

        .invoice-box table tr.heading td {
            background: #eee;
            border-bottom: 1px solid #ddd;
            font-weight: bold;
        }

        .invoice-box table tr.details td {
            padding-bottom: 20px;
        }

        .invoice-box table tr.item td {
            border-bottom: 1px solid #eee;
        }

        .invoice-box table tr.item.last td {
            border-bottom: none;
        }

        .invoice-box table tr.total td:nth-child(2) {
            border-top: 2px solid #eee;
            font-weight: bold;
        }

@media only screen and (max-width: 600px) {
    .invoice-box table tr.top table td {
        width: 100%;
        display: block;
        text-align: center;
    }

    .invoice-box table tr.information table td {
        width: 100%;
        display: block;
        text-align: center;
    }
}

#divSuccess {
    Color: #87CB28;
    border-style: solid;
    font-size: 20px;
}

#spanReceivedAmount {
    color: green;
}

#spanExpectedAmount {
    color: red;
}
