html, body, div, span,
h1, h3, h6,
a, em, p, s, ul, li,
fieldset, label, legend {
    margin: 0em;
    padding: 0em;
    border: 0em;
    outline: 0em;
    font-weight: inherit;
    font-style: inherit;
    font-size: 100%;
    font-family: inherit;
    vertical-align: baseline;
}

body {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 87vh;
}

 ul {
    list-style: none; font-size: 11px;
}
/* tables still need 'cellspacing="0"' in the markup */
table {
    border-collapse: separate;
    border-spacing: 0em;
}
em { font-style: italic; }
#spinner {
    position: fixed;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 9999;
    background: rgba(255, 255, 255, 0.7);
    padding: 20px;
    border-radius: 10px;
    box-shadow: 0 0 15px rgba(0, 0, 0, 0.2);
}

#spinner img {
    width: 50px;
    height: 50px;
}


/*  this turns off all borders on images that link */
a img {border:0;}

/* http://sonspring.com/journal/clearing-floats */

.clear {
    clear: both;
    display: block;
    overflow: hidden;
    visibility: hidden;
    width: 0;
    height: 0;
}

/* http://perishablepress.com/press/2008/02/05/lessons-learned-concerning-the-clearfix-css-hack */
/*! jQuery UI - v1.10.3 - 2013-12-04
* http://jqueryui.com
* Includes: jquery.ui.core.css, jquery.ui.resizable.css, jquery.ui.selectable.css, jquery.ui.accordion.css, jquery.ui.autocomplete.css, jquery.ui.button.css, jquery.ui.datepicker.css, jquery.ui.dialog.css, jquery.ui.menu.css, jquery.ui.progressbar.css, jquery.ui.slider.css, jquery.ui.spinner.css, jquery.ui.tabs.css, jquery.ui.tooltip.css, jquery.ui.theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Verdana%2CArial%2Csans-serif&fwDefault=normal&fsDefault=1.1em&cornerRadius=4px&bgColorHeader=cccccc&bgTextureHeader=highlight_soft&bgImgOpacityHeader=75&borderColorHeader=aaaaaa&fcHeader=222222&iconColorHeader=222222&bgColorContent=ffffff&bgTextureContent=flat&bgImgOpacityContent=75&borderColorContent=aaaaaa&fcContent=222222&iconColorContent=222222&bgColorDefault=e6e6e6&bgTextureDefault=glass&bgImgOpacityDefault=75&borderColorDefault=d3d3d3&fcDefault=555555&iconColorDefault=888888&bgColorHover=dadada&bgTextureHover=glass&bgImgOpacityHover=75&borderColorHover=999999&fcHover=212121&iconColorHover=454545&bgColorActive=ffffff&bgTextureActive=glass&bgImgOpacityActive=65&borderColorActive=aaaaaa&fcActive=212121&iconColorActive=454545&bgColorHighlight=fbf9ee&bgTextureHighlight=glass&bgImgOpacityHighlight=55&borderColorHighlight=fcefa1&fcHighlight=363636&iconColorHighlight=2e83ff&bgColorError=fef1ec&bgTextureError=glass&bgImgOpacityError=95&borderColorError=cd0a0a&fcError=cd0a0a&iconColorError=cd0a0a&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=aaaaaa&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=8px&offsetTopShadow=-8px&offsetLeftShadow=-8px&cornerRadiusShadow=8px
* Copyright 2013 jQuery Foundation and other contributors; Licensed MIT */
/* CSS Body,bacground,frame,left,top,content,footer,tabs */

body#default{background-color:#111111;margin:0;font-family:Arial;font-size:12px;color:#333;line-height:20px;background-image:url('grid-bg.png');background-repeat:repeat;}
/* Peel Away */
body#default div.col1{width:460px;}
body#default div.col2{width:300px;}
body#default.full-page div.col1{width:780px;}
div#bg-none{background-image:none;}


div#middle{background-color:#fff;float:left;width:804px;margin:5px 0;padding:0;}
div.col1{float:left;padding:0 10px 0 12px;}
div.col2{float:left;padding:0 8px 0 10px;}
/* Tabs */
ul.tabs{height:32px;background-image:url('base/tab-bg.gif');background-repeat:repeat-x;margin:0;padding:0;}
ul.tabs li{display:block;float:left;background-repeat:no-repeat;background-image:url('base/tab-divider.gif');height:32px;line-height:16px;font-weight:bold;font-size:12px;padding:0 5px 0 6px;margin-bottom:-16px;text-align:center;position:relative;}
ul.tabs li a{display:block;height:26px;width:100%;}
ul.tabs li a p{margin:10px 0 -10px 0;height:26px;}
ul.tabs li a p:hover{text-decoration:underline;}
ul.tabs li a:hover{cursor:pointer;text-decoration:none;}
ul.tabs li a:hover div.tab-inner div.tab-arrow{visibility:hidden;}
ul.tabs li a.selected div.tab-inner{height:31px;background-color:#fff;color:#333;border-left:1px solid #ccc;border-top:1px solid #ccc;border-right:1px solid #ccc;border-bottom:0;}
ul.tabs li a.selected div.tab-inner div.tab-arrow{height:8px;width:15px;background-image:url('base/main.png');background-repeat:no-repeat;background-position:-253px -105px;position:absolute;bottom:-10px;left:43%;line-height:7px;visibility:hidden;}
ul.tabs li.texas-holdem{width:120px;}
.omaha{width:85px;}
/* End Tabs */
/* Body Styles */
body#default h1{color:#333;font-size:18px;font-weight:bold;line-height:20px;float:left;}
body#default h1.title{color:#333333;font-size:24px;line-height:24px;float:none;}
div.body{background-color:#fff;clear:both;padding:10px;}
div.body p{margin:3px 0 12px 0;}
div.body ul{margin:10px 0 10px 20px;clear:both;}
div.body ul{list-style-type:disc;}
div.body p{margin:3px 0 12px 0;}
/* Authors page */
div.body h1{font-size:18px;color:#660000;font-weight:bold;}
a{text-decoration:none;color:#660000;}
a:hover{text-decoration:underline;}
input{font-family:Arial;}
h3{font-size:14px;font-weight:bold;line-height:16px;}
table,ul{font-size:11px;color:#333;}
/* DOWN ARROWS */
h6{height:28px;line-height:28px;color:#fff;background-color:#666;padding:0 5px 0 5px;margin-top:15px;font-size:12px;font-weight:bold;}
/* buttons */
.btn-grey-dark{height:20px!important;background-image:url('base/main.png');background-position:-396px -40px;margin:auto;text-align:center;color:#fff;font-size:11px;line-height:11px;font-weight:bold;padding:3px 8px 3px 8px!important;border:0!important;}
.btn-grey-dark { background-position: -396px -80px; }
/* Clear Space */
div.clear,div.space10,div.space20{clear:both;padding:0;margin:0;background-image:none!important;}
div.clear{height:0!important;line-height:0px;padding:0;margin:0;}
div.space10{height:10px;line-height:10px;}
div.space20{height:20px;line-height:20px;}
/* Tournament Watch */
.only-non-restricted-regions {display:none;}


/* Tools */
div.odds{width:160px;background-image:url(images/cards/preview.png);float:right;margin:0 0 0 10px;clear:both;}

ul#odd-calculators {
    width: 780px;
    margin-bottom: 15px;
}

ul#odd-calculators li {
    padding: 0 10px;
}
ul#odd-calculators li a {
    padding: 0 2px;
}

h1{margin-bottom:8px;}
ul.tabs li a.selected div.tab-inner {
    padding: 0 5px; }

@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: 400;
    src: local("PT Sans Narrow"), local("PTSans-Narrow"), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v3/UyYrYy3ltEffJV9QueSi4Z4t0mJKPaLVqklzZuc32b4.woff) format("woff"); }

@font-face {
    font-family: "PT Sans Narrow";
    font-style: normal;
    font-weight: 700;
    src: local("PT Sans Narrow Bold"), local("PTSans-NarrowBold"), url(https://themes.googleusercontent.com/static/fonts/ptsansnarrow/v3/Q_pTky3Sc3ubRibGToTAYnhM4mdXpoxYNWk7Ev34U70.woff) format("woff"); }

