/*
#col1, #col2, #col3, #col4, #col5, #col6, #col7, #col8{
	
	text-align: center;
}


#col0 .button.is-small{
	width: 60px;
}

#col1 .button.is-small{
	width: 60px;
}

#col2 .button.is-small{
	width: 80px;
}

#col3 .button.is-small{
	width: 80px;
}

#col4 .button.is-small{
	width: 90px;
}

#col5 .button.is-small{
	width: 60px;
}

#col6 .button.is-small{
	width: 60px;
}

#col7 .button.is-small{
	width: 60px;
}
*/
.button.is-static {
	background-color: #000000 !important;
	border:none;
}

.color0{
	background-color: #292929 !important;
	text-align: center;
	color: #ffffff !important;
}

.color1{
	background-color: #00B050 !important;
	text-align: center;
	color:#efefef !important;
}

.color101{
	background-color: #00B050 !important;
	color: #ffffff !important;
	text-align: center;
}

.color2{
	background-color: #92D050 !important;
	color: #333333;
	text-align: center;
}

.color3{
	background-color: #FF0000 !important;
	text-align: center;
	color: #f5dbd7;
}

.color4{
	background-color: #FFFF00 !important;
	text-align: center;
}

.color5{
	background-color: #0070C0 !important;
	color:#efefef !important;
	text-align: center;
}

.color105{
	background-color: #0070C0 !important;
	color: #FF9900 !important;
	text-align: center;
}

.color6{
	background-color: #00B0F0 !important;
	text-align: center;
}

.color7{
	background-color: #00B050 !important;
	text-align: center;
}

.color8{
	background-color: #FF0000 !important;
	text-align: center;
}

.color9{
	background-color: #00B050 !important;
	text-align: center;
}

.color10{
	background-color: #00B050 !important;
	text-align: center;
}

.color11{
	background-color: #FF0000 !important;
	text-align: center;
}

.color12{
	background-color: #F2F2F2 !important;
	text-align: center;
}

.color13{
	background-color: #FF5543 !important;
	text-align: center;
}

.color14{
	background-color: #FC9F6C !important;
	text-align: center;
}

.color15{
	background-color: #BFBFBF !important;
	text-align: center;
}

.color16{
	background-color: #ff9d42 !important;
	text-align: center;
}

.is-header{
	 background-image: url("picharapoker_bg.jpg");
	 background-position: center; /* Center the image */
	 background-repeat: no-repeat; /* Do not repeat the image */
	 margin-bottom: 10px;
	 padding-left: 10px;
	 padding-right: 10px;
	 padding-top: 10px;
}

.logo_header{
	height: 30px;
	width: auto;
	margin-left: 20px;
}

.is-body{
	padding-left: 20px;

}

.is-colored{
	width:40px;
}

.message-body{
	font-size:14px !important;
	padding: 5px 10px 5px 10px !important;
}

.demo-wrap {
	position: relative;
}

.demo-wrap:before {
	content: ' ';
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	opacity: 0.3;
	background-image: url('fondopoker.jpg');
	background-repeat: no-repeat;
	background-position: 50% 0;
	background-size: cover;
	z-index: -1;
	filter: grayscale(100%);
}