	div.my-panel-title
	{
		margin-top: 15px;
		border-radius:  0px !important;
		
	}
	td.bordered
	{
		border: 1px solid #C4AB54;
		height: 198px;
	}
        body#dbg_page{
            background: #000 url(https://1276648311.rsc.cdn77.org/alphacode/assets/images/bg_donkpk_mobile.jpg) no-repeat center top -165px;
            background-size: inherit;
        }
        .page-content-poker{
            width: 100%;
            display: flex;
            align-items: flex-end;
            justify-content: center;
            position: fixed;
            bottom: 95px;
            left: 0;
        }

    .btn-grad {background-image: linear-gradient(to right, #000000 0%, #434343  51%, #000000  100%)}
    .btn-grad {
        margin: 10px;
        padding: 15px 45px;
        text-align: center;
        text-transform: uppercase;
        transition: 0.5s;
        background-size: 200% auto;
        color: white;
        box-shadow: 0 0 10px #eee;
        border-radius: 10px;
        display: block;
    }