.my-tc-longcontent {
    margin: 25% 5%;
    text-align:center;
}
.my-tc-modal {
    position: fixed;
    overflow: auto;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.4);
    z-index: 999;
}
.my-tc-modal .my-tc-longcontent {
    background: white;
    margin: auto;
    margin-top: 160px;
    margin-bottom: 150px;
    width: 490px;
    -webkit-box-shadow: 0 0 10px #000;
    -moz-box-shadow: 0 0 10px #000;
    -o-box-shadow: 0 0 10px #000;
    -ms-box-shadow: 0 0 10px #000;
    box-shadow: 0 0 10px #000;
    position: relative;
}
.my-tc-modal-close {
  position: absolute;
    top: -12.5px;
    right: -12.5px;
    display: block;
    width: 30px;
    height: 30px;
    text-indent: -9999px;
    background: url(/public/images/rooms/close.png) no-repeat 0 0;
    cursor:pointer;
    z-index: 99999;
}





#modal-top-block{
padding: 10px;
position: relative;
float: left;
width: 100%;  
}

#modal-avatar{
float: left;
}

#modal-info{
float: left;
margin-left: 10px;
}

#modal-bio, #modal-gifts{
  padding: 10px 20px;
    font-size: 14px;
    text-align: left;
}

#modal-gift-button{
position: absolute;
right: 44px;
top: 16px;
width: 74px;
padding: 5px;
color: white;
font-size: 14px;
text-shadow: 0px 1px 2px black;
font-weight: bold;
cursor: pointer;

-webkit-border-radius: 2px;
-moz-border-radius: 2px;
border-radius: 2px;
text-decoration: none;

/* IE10+ */ 
background-image: -ms-linear-gradient(top, #ACDE19 0%, #88be21 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #ACDE19 0%, #88be21 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #ACDE19 0%, #88be21 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ACDE19), color-stop(100, #88be21));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #ACDE19 0%, #88be21 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #ACDE19 0%, #88be21 100%);
}

#modal-gift-button:hover{
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #cafc36 0%, #88be21 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #cafc36 0%, #88be21 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #cafc36 0%, #88be21 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cafc36), color-stop(100, #88be21));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #cafc36 0%, #88be21 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #cafc36 0%, #88be21 100%);
}

#modal-gift-button:active{
/* IE10+ */ 
background-image: -ms-linear-gradient(top, #99c90d 0%, #88be21 100%);

/* Mozilla Firefox */ 
background-image: -moz-linear-gradient(top, #99c90d 0%, #88be21 100%);

/* Opera */ 
background-image: -o-linear-gradient(top, #99c90d 0%, #88be21 100%);

/* Webkit (Safari/Chrome 10) */ 
background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99c90d), color-stop(100, #88be21));

/* Webkit (Chrome 11+) */ 
background-image: -webkit-linear-gradient(top, #99c90d 0%, #88be21 100%);

/* W3C Markup */ 
background-image: linear-gradient(to bottom, #99c90d 0%, #88be21 100%);
}

#modal-coins-button{
    position: absolute;
    right: 44px;
    top: 16px;
    width: 80px;
    padding: 5px;
    color: white;
    font-size: 14px;
    text-shadow: 0px 1px 2px black;
    font-weight: bold;
    cursor: pointer;

    -webkit-border-radius: 2px;
    -moz-border-radius: 2px;
    border-radius: 2px;
    text-decoration: none;

    /* IE10+ */
    background-image: -ms-linear-gradient(top, #ACDE19 0%, #88be21 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #ACDE19 0%, #88be21 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #ACDE19 0%, #88be21 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #ACDE19), color-stop(100, #88be21));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #ACDE19 0%, #88be21 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #ACDE19 0%, #88be21 100%);
}

#modal-coins-button:hover{
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #cafc36 0%, #88be21 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #cafc36 0%, #88be21 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #cafc36 0%, #88be21 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #cafc36), color-stop(100, #88be21));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #cafc36 0%, #88be21 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #cafc36 0%, #88be21 100%);
}

#modal-coins-button:active{
    /* IE10+ */
    background-image: -ms-linear-gradient(top, #99c90d 0%, #88be21 100%);

    /* Mozilla Firefox */
    background-image: -moz-linear-gradient(top, #99c90d 0%, #88be21 100%);

    /* Opera */
    background-image: -o-linear-gradient(top, #99c90d 0%, #88be21 100%);

    /* Webkit (Safari/Chrome 10) */
    background-image: -webkit-gradient(linear, left top, left bottom, color-stop(0, #99c90d), color-stop(100, #88be21));

    /* Webkit (Chrome 11+) */
    background-image: -webkit-linear-gradient(top, #99c90d 0%, #88be21 100%);

    /* W3C Markup */
    background-image: linear-gradient(to bottom, #99c90d 0%, #88be21 100%);
}