div.gpress_left{
    float: left;
    width:80%;
}
div.gpress_right{
    float: right;
    width:20%;
}

div.gpress_item{
    padding: 20px;
    margin-left: 30px;
    margin-top: 50px;
    margin-bottom: 10px;
    background: #fff;
}

div.game-op{

    padding: 10px;
    background-color: #fff;
    position: relative;

}

.upload-btn-wrapper {
    position: relative;
    overflow: hidden;
    display: inline-block;
}

.btn {
    border: 2px solid #eeeeee;
    color: #3a3a3a;
    background-color: #eeeeee;
    padding: 8px 10px;
    border-radius: 4px;
    font-size: 13px;
}

.upload-btn-wrapper input[type=file] {
    font-size: 100px;
    position: absolute;
    left: 0;
    top: 0;
    opacity: 0;
}

.imdb_donation{
    font-weight: bold;
}


@import url(https://fonts.googleapis.com/css?family=Lato:400,700);




.plan {
    display: inline-block;
    margin: 10px 1%;
    font-family: 'Lato', Arial, sans-serif;
}

.plan-inner {
    background: #fff;
    margin: 0 auto;
    min-width: 170px;
    max-width: 100%;
    position:relative;
}

.entry-title {
    background: #53CFE9;
    height: 100px;
    position: relative;
    text-align: center;
    color: #fff;
    margin-bottom: 30px;
}

.entry-title>h3 {
    background: #20BADA;
    font-size: 15px;
    padding: 5px 0;
    text-transform: uppercase;
    font-weight: 700;
    margin: 0;
}

.entry-title .price {
    position: absolute;
    bottom: -25px;
    background: #20BADA;
    height: 80px;
    width: 80px;
    margin: 0 auto;
    left: 0;
    right: 0;
    overflow: hidden;
    border-radius: 50px;
    border: 5px solid #fff;
    line-height: 70px;
    font-size: 24px;
    font-weight: 700;
}

.price span {
    position: absolute;
    font-size: 9px;
    bottom: -10px;
    left: 15px;
    font-weight: 400;
}

.entry-content {
    color: #323232;
}

.entry-content ul {
    margin: 0;
    padding: 0;
    list-style: none;
    text-align: center;
}

.entry-content li {
    border-bottom: 1px solid #E5E5E5;
    padding: 5px 0;
}

.entry-content li:last-child {
    border: none;
}


.hot {
    position: absolute;
    top: -7px;
    background: #F80;
    color: #fff;
    text-transform: uppercase;
    z-index: 2;
    padding: 2px 5px;
    font-size: 9px;
    border-radius: 2px;
    right: 10px;
    font-weight: 700;
}
.basic .entry-title {
    background: #f6cc09;
}

.basic .entry-title > h3 {
    background: #f4ad04;
}

.basic .price {
    background: #f4ad04;
}

.standard .entry-title {
    background: #4484c1;
}

.standard .entry-title > h3 {
    background: #3772aa;
}

.standard .price {
    background: #3772aa;
}

.ultimite .entry-title > h3 {
    background: #000;
    color:#fff;
}

.ultimite .entry-title {
    background: #3a3a3a;
}

.ultimite .price {
    background: #000;
}