#wrapper{
    padding:0 15px;
}
header > img{
    width:100%;
}
#content > table{
    font-size:20px;
}
#content > table font.header{
    font-weight: bold;
    color:#AF569D;
    margin-right:10px;
}
#content > table thead th{
    text-align: center;
    background-color:#D8CDF2;
}
#content > table td{
    text-align: center;
    vertical-align: middle;
}
#content > table tr{
    transition: background .3s;
}
#content > table tr:hover{
    background: #EEE;
}
#content > table img{
    max-width:50px;
}
.point {
	max-width: 500px;
    font-size: 17px;
}
@media (max-width: 576px){
    #login-nav{
        font-size:14px;
    }
    #content > table tr th,
    #content > table tr td{
        display: block;
        float: left;
    }
    #content > table tr td:first-child,
    #content > table tr th:first-child{
        width:100%;
    }
    #content > table tr td:nth-child(2),
    #content > table tr th:nth-child(2){
        width:100%;
    }
    #content > table tr th{
        font-size:14px;
        width: 25%;
        padding: 0.25rem 0;
    }
    
    #content > table tr td{
        width:25%;
    }
}

*{
    font-family: Microsoft JhengHei;
    text-decoration: none!important;
    outline: none!important;
}
footer{
    width:100%;
    text-align: center;
    padding:10px 0;
}
.wrapper{
    width:100%;
    max-width:1280px;
    margin: 0 auto;
}
#login-nav{
    font-size:20px;
    color:#888;
}
#login-nav .wrapper > a{
    color:#007bff;
    cursor: pointer;
    border-bottom:solid 1px #007bff;
}
#login-nav .wrapper > a:hover{
    color:#666;
    border-color:solid 1px #666;
}
#login-wrapper .modal-header{
    position: absolute;
    border: none;
    right: 0;
    z-index: 99;
}
#login-wrapper .modal-title{
    padding: 10px;
    padding-top: 0;
    font-size: 24px;
    text-align: center;
}

#expired-wrapper {
    position: fixed;
    background: rgba(0, 0, 0, 0.5);
    text-align: center;
    display: table;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
}

#expired-div {
    font-size: 50px;
    color: #FFF;
    vertical-align: middle;
    display: table-cell;
}

#expired-div a {
    color: #ffd891;
}

#expired-close {
    width: 50px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
    background: #FFF;
    color: #F00;
    display: inline-block;
    font-size: 30px;
    cursor: pointer;
    margin-top: 15px;
    font-weight: bold;
    user-select: none;
}

#expired-close:hover {
    background: #DDD;
    color: #000;
}

#reg-type {
    border: 1px solid #c6c6c6;
    display: inline-block;
    margin-left: 10px;
    padding: 0 5px;
}

#reg-type.expired{
    color: rgb(221, 8, 8);
}