a {
    text-decoration: none;
    /*color: #fff;*/
}

a:hover {
    color: #ffd800;
}

div.curve {
    border-radius: 5px;
}

.black {
    color: #000;
}

/*.black:hover {
    color: #000;
}*/

#games {
    background-repeat: no-repeat !important;
    height:384px !important;
}

#cs-title-games {
    display: none;
}

/* Back btn */

/*.rpblackdisplay{
	z-index: 1;
	position: relative;
	overflow: hidden;
	display:none;
}
		
.rpblackdisplaycontent
{
	width:100%;
	height:100%;
	position: relative;
}*/

#dragme {
    position: absolute;
    background-color: #000;
    border-bottom-right-radius: 15px;
    text-align: center;
    padding: 5px;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=50)";       /* IE 8 */
    filter: alpha(opacity=50);  /* IE 5-7 */
    -moz-opacity: 0.5;          /* Netscape */
    -khtml-opacity: 0.5;        /* Safari 1.x */
    opacity: 0.5;               /* Good browsers */
    display:table;
    width:110px;
}

#dragme img {
    display:inline-block;
    float:left;

}
#dragme img.icoLogo {
    cursor: pointer;
    /*width:120px;*/
    height:27px;
    padding-right:10px;
    padding-left:10px;
}

#dragme img.rpBlackScreenBackIcon {
    cursor: pointer;
    margin-top:2px;
    float:right;
}

#dragme:hover {
    opacity:inherit;
    filter:inherit; /* For IE8 and earlier */
}

#dragme a:hover {
    color: #f1f1f1;
    text-decoration: underline;
}

.template {
    display: none;
}