body {
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    margin: 0;
    padding: 0;
}

h1, h2, h3 {
    margin: 0;
    padding: 0;
}

.content {
    max-width: 640px;
    min-width: 320px;
    padding: 5px;
    margin: auto;
}

.page-header {
    font-size: 23pt;
    font-weight: normal;
    text-align: center;
    margin: 10px 0 10px 0;
}

.game-name {
    font-weight: bolder;
    margin: 0;
}

.enter-id-header {
    font-size: 13pt;
    font-weight: normal;
    text-align: center;
}

.label {
    font-size: 16px;
    font-weight: bold;
}

.help-sign {
    width: 12pt;
    height: 12pt;
}

.button-search {
    display: block;
    background: #00c97b;
    border: none;
    border-radius: 10px;
    width: 100%;
    height: 52px;
    margin-top: 10px;
    font-weight: bold;
    font-size: 17pt;
    color: white;
}

.button-search:hover {
    background-color: #44d98c;
}

.form-control {
    display: block;
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    height: 34px;
    width: 100%;
    font-size: 15px;
    margin-top: 5px;
    padding-left: 5px;
}

.frame {
    box-sizing: border-box;
    border: 1px solid #aaaaaa;
    border-radius: 4px;
    margin-top: 20px;
    overflow: auto;
}

.search-frame {
    padding: 16px;
}

.sub-frame {
    padding-top: 10px;
    padding-right: 20px;
}

hr {
    width: 1px;
    color: #aaaaaa;
    padding: 0;
    margin: 0;
}

.error-block {
    box-sizing: content-box;
    text-align: center;
}

.error-text {
    font-size: 20px;
    color: red;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.success-text {
    font-size: 20px;
    color: green;
    font-weight: bold;
    margin-top: 50px;
    margin-bottom: 50px;
}

.left-block {
    width: 130px;
    height: 100%;
    display: block;
    float: left;
    overflow: hidden;
}

.image-block {
    display: inline-block;
    text-align: center;
    width: 100%;
}

.image-bottom-margin {
    margin-bottom: 10px;
}

.right-block {
    text-align: left;
    padding-left: 14px;
}

.slider-block {
    padding-top: 4px;
    text-align: center;
}

.goods-image {
    text-align: center;
}

.goods-name {
    display: block;
}

/* ---- player ---- */

.player-name {
    font-size: 22pt;
    font-weight: bolder;
    margin: 4px 20px 4px 0;
}

.player-info {
    display: block;
    overflow: auto;
    height: 100%;
}

.player-details {
    color: #999;
    font-size: 14pt;
}

.avatar {
    display: block;
    margin: 0 auto;
    width: 72px;
    height: 72px;
    border-radius: 50%;
}

.breaker {
    margin: 10px 0 10px 0;
    width: 100%;
    clear: both;
    border: 0;
    height: 1px;
    background: #aaaaaa;
}

.goods-slider {
    width: 100%;
}

.amount-block {
    padding: 4px;
    display: inline-block;
    border: 1px solid #aaaaaa;
    border-radius: 6px;
    margin-bottom: 5px;
}

.amount-number {
    font-size: 18pt;
}

.coin-next-to {
    position: relative;
    top: 3px;
}

.slider-box {
    display: flex;
    align-items: center;
    height: 50px;
    box-sizing: border-box;
}

.total-block {
    background: #f5f5f5;
    padding: 20px;
    margin-top: 20px;
    text-align: center;
    font-size: 20pt;
}

.total-sum {
    margin-top: 15px;
    color: #d70000;
}

.total-coin {
    width: 16pt;
    height: 16pt;
}

.footer {
    text-align: center;
    margin-top: 15px;
    font-size: 10pt;
    color: #888888;
}

.footer-a {
    color: #888888;
}

button.button-buy {
    margin-top: 25px;
    border: none;
    border-radius: 10px;
    background: #dfc052;
    color: white;
    font-weight: bolder;
    font-size: 22pt;
    width: 100%;
    height: 60px;
}

#buy-block {
    display: none;
}

.tooltip-holder:hover .tooltip {
    display: block;
}

.tooltip {
    display: none;
    background: white;
    border: 1px;
    border-radius: 10px;
    box-shadow: 0 0 5px rgba(122,122,122,0.5);
    margin-left: 100px;
    margin-top: 10px;
    padding: 10px;
    position: absolute;
    z-index: 1000;
    width: 200px;
    height: 55px;
}

.hidden {
    display: none;
}

button[disabled=disabled], button:disabled {
    cursor: not-allowed;
    pointer-events: none;

    /*Button disabled - CSS color class*/
    color: #c0c0c0;
    background-color: #eee;
}

.sub-button-span {
    font-size: 12px;
}