.clear{
	clear:both;
}

body{
	font-size:13px;
	background-color:#ebebeb;
}

#main{
	/*padding:10px;*/
}

@font-face {
    font-family: 'CARDS';
	src: url("/fonts/CARDS.TTF") format('truetype');

}

.temp-waiting{
	margin: 0 auto;
	display: block;
	position:relative;
	top:50px;
}

.hidden {
    display: none!important;
}

.link-a {
    color: blue!important;
    font-weight: bold;
}

.green-txt{
	color: green;
}

.red-txt{
	color: red;
}

.gray-txt {
    color: #495d71;
}

.warning-txt{
	color: #FF0000;
}

.p_font_g{
	color: green;
}

.p_font_r{
	color: red;
}

.align-left{
	text-align:left !important;
}

.align-c {
    text-align: center !important;
}

.align-right {
    text-align: right !important;
}

.pd-0 {
    padding: 0px !important;
}

.pd-0-0-0-5 {
    padding: 0px 0px 0px 5px !important;
}

.none-link, .none-link:hover, .none-link:focus, .none-link:visited{
	text-decoration:none;
	cursor: default;
	color: #000 !important;
	font-weight: bold;
}

/*****************api order content strat**************/
.game-result-table td {
    border: none !important;
    white-space: nowrap;
    padding: 0px !important;
}
/*****************api order content end**************/

