.uni-title {
    margin: auto;
    width: 1024px;
    position: relative;
    text-align: center;
    padding: 2% 0;
    border: 0px solid white;
}

#profile_container .uni-title p {
    font-size: 30px;
    top: -150px;
    bottom: 0;
    position: relative;
}

.tgacc {
    width: 65%;
    height: auto;
    float: left;
    border: 0px solid green;
}

    .tgacc img {
        padding-top: 20px;
    }

.tvip {
    width: 25%;
    min-height: 300px;
    float: right;
    text-align: left;
    color: #ffc019;
    font-weight: bold;
}

.tvip2 {
    width: 100%;
    min-height: 300px;
    border: 0px solid gold;
    background-image: url('/images/vip_bg.png');
    background-size: 100%;
    background-repeat: no-repeat;
    color: #ffffff;
}

.vipMedal {
    min-height: 105px;
    padding: 12px 0;
}

.noVIP {
    min-height: 129px;
    border: 0px solid white;
}

.noVIP2 {
    padding: 30px 20px 20px 20px;
}

table.tbvip {
    width: 100%;
    border-collapse: collapse;
}

    table.tbvip > tbody > tr > td {
        padding: 0;
        color: #ffffff;
        text-align: center
    }

table.tbvip2 {
    width: 95%;
    border-collapse: collapse;
}

    table.tbvip2 > tbody > tr > td {
        padding: 7px 5px;
        color: #ffffff;
        font-size: 12px;
        font-weight: normal;
        text-align: left
    }

        table.tbvip2 > tbody > tr > td:nth-child(2) {
            text-align: center;
        }

.divVIPL {
    width: 100%;
    margin: 20px 0;
}

.divVIPL2 {
    width: 92%;
    border: 0px solid white;
    color: #fff;
    font-weight: bold;
    text-align: left;
    display: inline-block;
    border-bottom: 1px solid #3299cc
}

.vip-badge {
    width: 25%;
    float: left;
    display: block;
    border: 0px solid white;
}
    .vip-badge > img {
        padding: 10px 10px 10px 0
    }

.vip-divtxt {
    width: 65%;
    float: right;
    border: 0px solid white;
    display: inline-block;
    padding-top: 40px;
}

.vip-txt1 {
    width: 40%;
    color: #ffffc0;
    float: left
}
.vip-txt1-col {
    float: right;
    padding-right: 10px;
}
.vip-txt2 {
    width: 55%;
    float: left
}

.vip-txtclear {
    width: 100%;
    clear: both;
    height: 20px;
}

.clearboth {
    width: 100%;
    clear: both;
}

@media screen and (max-width : 480px) {

    .vip-divtxt {
        padding-top: 10px;
    }
    .vip-txt1 {
        width: 100%;
        float: left
    }
    .vip-txt1-col {
        display: none;
    }
    .vip-txt2 {
        width: 100%;
        float: left
    }
    .vip-txtclear {
        height: 10px;
    }

    #profile_container .uni-title p {
        font-size: 18px;
        top: -50px !important;
        bottom: 0;
        position: relative;
    }

    .vipMedal {
        width: auto !important;
        min-height: 135px !important;
        padding: 15px 0 12px 0;
    }

    .noVIP {
        min-height: 160px;
        border: 0px solid white;
    }

    .noVIP2 {
        padding: 50px 20px;
    }

    .tgacc {
        width: 100%;
        height: auto;
        float: none;
        border: 0px solid green;
    }

        .tgacc img {
            padding-top: 0px;
        }

    .tvip {
        width: 100%;
        float: none;
        text-align: center;
    }

    .tvip2 {
        width: 100%;
        float: none;
    }
}
