body {
    font-family: verdana, helvetica, arial, sans-serif;
    padding: 20px;
    font-size: 12px;
    margin: 0;
}

h2 {
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 15px;
}

.demo-info {
    padding: 0 0 12px 0;
}

.demo-tip {
    display: none;
}

.label-top {
    display: block;
    height: 22px;
    line-height: 22px;
    vertical-align: middle;
}

.sidemenu .tree-init-selected {
    border-right: 2px solid #2694e8;
    color: #ffffff;
    background: #3baae3;
}

.show_lable {
    display: inline-block;
    width: 20%;
}

.show_content {
    font-weight: bold;
    display: inline;
}

.show_card {
    padding: 5px;
    margin: 5px;
    text-align: center;
    width: 150px;
    display: inline-block;
    border: 2px solid rgb(1, 9, 247);
    border-radius: 15px;
}

.show_card_currency {
    font-size: 22px;
    font-weight: bold;
}

.show_card_number {
    font-size: 16px;
}

a:link {
    text-decoration: none;
}

a:active {
    text-decoration: blink
}

a:hover {
    text-decoration: underline;
}

a:visited {
    text-decoration: none;
}

.copyTextarea {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0;
    z-index: -10;
}

.quickInfo {
    font-size: 12px;
    font-style: italic;
    margin-right: 93px;
}

.quickContent {
    margin-left: 7px;
    padding: 1px;
    border: 2px dashed #d3d3d3;
    display: inline;
    font-size: 12px;
    font-style: italic;
    text-decoration: none;
}