/************ GENERIC STYLES ************/
.refGame,
.refGame table {
    font-family: Verdana, Helvetica, sans-serif;
    font-size: 12px;
}

.refGame a,
.refGame a:link,
.refGame a:visited {
    color: #004B91;
    text-decoration: none;
}

.refGame a:hover {
    text-decoration: underline;
}

.separator {
    border-top: 1px dotted #AAAAAA;
    float: left;
    margin: 0 5px;
    width: 350px;
}

.refGameFooter {
    float: right;
    font-size: 10px;
    margin: 20px 0;
    text-align: center;
    width: 100%;
}

.debug {
    float: right;
    font-size: 10px;
    margin-top: 20px;
    text-align: center;
    width: 100%;
}

.gameContent {
    margin: 0 auto 0 auto;
    text-align: center;
    width: 1200px;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}

.gameHello {
    margin: 0 auto 20px auto;
    text-align: center;
    width: 1200px;
}

.gameBox {
    background-color: #CCCCCC;
    border: 1px dotted #AAAAAA;
    height: 400px;
    margin-right: 10px;
    width: 800px;
}
.gameBox img {
    margin-top: 31px;
}

.infoBox {
    border: 1px dotted #AAAAAA;
    min-height: 380px;
    padding: 10px;
    position: relative;
    text-align: left;
    width: 360px;
}
.infoBox table td {
    text-align: left;
    vertical-align: top;
    min-width: 40%;
}

.toogle {
    float: left;
    position: relative;
    text-align: center;
    width: 100%;
}
.toogleTab {
    border-top: 1px dotted #AAAAAA;
    border-left: 1px dotted #AAAAAA;
    border-right: 1px dotted #AAAAAA;
    float: left;
    margin-left: -1px;
    margin-top: 0px;
    margin-bottom: 0px;
    padding: 10px 15px;
}
.active {
    background-color: #DDDDDD;
}

.account {
    border: 1px dotted #AAAAAA;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 360px;
    overflow: auto;
    position: relative;
    width: 100%;
}
.account table {
    margin: 10px;
    width: 340px;
}

.payment {
    border: 1px dotted #AAAAAA;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 360px;
    overflow: auto;
    position: relative;
    width: 100%;
}
.payment table {
    margin: 5px;
    width: 320px;
}

.inventory {
    border: 1px dotted #AAAAAA;
    margin-top: -1px;
    margin-left: -1px;
    min-height: 360px;
    overflow: auto;
    position: relative;
    width: 100%;
}
.inventory table {
    margin: 5px;
    width: 260px;
}
.inventory img {
    float: right;
    height: 40px;
    margin-top: 5px;
    width: 40px;
}

.item {
    float: left;
    margin: 5px;
}
.itemDetail {
    border: 1px dotted #AAAAAA;
    height: 50%;
    margin: auto auto;
    width: 50%;
}

.toogle {
    cursor: pointer;
    margin-top: 0;
}

.linkList {
    border: 1px dotted #AAAAAA;
    float: left;
    padding: 10px;
    position: relative;
    text-align: center;
    width: 780px;
}
.linkList a {
    padding: 20px;
}

#overlay {
    background-color: rgba(0, 0, 0, 0.5);
    cursor: pointer;
    display: none;
    height: 100%;
    width: 100%;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 2;
}

.support_container {
    margin: 0 auto;
    width: 60%;
}

.textarea_supportDesc {
    height: 200px;
    width: 100%;
}

.support_errorLayer {
    background-color: white;
    border: 1px solid black;
    left: 25%;
    padding: 10px 20px;
    position: absolute;
    top: 20px;
}

.support_errorTitle {
    color: red;
    font-weight: bold;
}

.signup_errorClose > div::before {
    content: 'X';
}

.signup_errorClose > div {
    float: right;
    font-size: 20px !important;
    font-weight: bold;
    line-height: 22px !important;
    width: inherit !important;
}

.support_sucessTitle {
    color: darkgreen;
    font-weight: bold;
}
