﻿@charset "utf-8";
/* CSS Document */

body {
	background: #0e142b;
	background-image:url("rebuybkgrd.png");
}

h1 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 28pt;
	font-weight: 500;
	color: #deb66e;
}

h2 {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 20pt;
	font-weight: 500;
	color: #deb66e;
}

p {
	font-family: Gotham, "Helvetica Neue", Helvetica, Arial, "sans-serif";
	font-size: 16pt;
	line-height: 24pt;
	color: #fff;
}

.title {
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 28pt;
	font-weight: 500;
	position: relative;
}

.textpc{
	font-family: Segoe, "Segoe UI", "DejaVu Sans", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 16pt;
}


img {
	width: 180px;
	position:relative;
	margin-left:10px;
	margin-top:10px;
}

.poker_img {
	width:600px;
	height:476px;
	position: relative;
	float:right;
	z-index:-5000;
}

img.poker_img {
	width:600px;
	height:476px;
}

li {
	list-style: disc outside none;
	font-size: 12pt;        
	display: list-item;
	margin-left: 1em;
	font-family: "Gill Sans", "Gill Sans MT", "Myriad Pro", "DejaVu Sans Condensed", Helvetica, Arial, "sans-serif";
	color: #fff;
}        

ul.a {
	list-style-type: circle;
	margin-top: 0em;
}  

.center {
	text-align: center;
}   

/* styles for the grid */
a:link {
	font-size: 10px;
}        

.slick-header-column.ui-state-default {
	font-size: 10px;
	font-weight: 800;	
}
.slick-row.ui-widget-content, .slick-cell {
	font-size: 10px;
	font-weight: 800;	
}        

.grids {
	margin-top:20px;
}

.grid-header {
	height: auto;
	background-image: none;
	background-color: #aa8b57;
	margin-top:14px;
	line-height: 36px;	
}

.grid-header label {
	font-family: Segoe, "Segoe UI", "DejaVu Sa  ns", "Trebuchet MS", Verdana, "sans-serif";
	font-size: 14pt;
	color: #fff;
	padding-bottom: 7px;
	padding-left: 10px;
	padding-right: 1px;
	padding-top: 7px;
}

/* styles for filters */
.filter-section {
	border:1px solid gray;
	background:rgb(236, 220, 193);
	padding:6px;	
}

.filter-section * {
	font-family: Verdana,Arial,sans-serif; 
	font-size:12px	
}

.filter-section-sm {
    border: 1px solid gray;
    background: rgb(236, 220, 193);
    padding: 6px;
}

.filter-section-sm * {
    font-family: Verdana,Arial,sans-serif;
    font-size: 10px
}

.filter-summary {
	padding-top: 5px; 
}

