html,
body,
div,
span,
applet,
object,
iframe,
h1,
h2,
h3,
h4,
h5,
h6,
p,
blockquote,
pre,
a,
abbr,
acronym,
address,
big,
cite,
code,
del,
dfn,
em,
img,
ins,
kbd,
q,
s,
samp,
small,
strike,
strong,
sub,
sup,
tt,
var,
b,
u,
i,
center,
dl,
dt,
dd,
ol,
ul,
li,
fieldset,
form,
label,
legend,
table,
thead,
tbody,
tcell,
tr,
td,
caption,
article,
aside,
canvas,
details,
embed,
figure,
figcaption,
footer,
header,
hgroup,
menu,
nav,
output,
ruby,
section,
summary,
time,
mark,
audio,
video,
textarea {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
}

* {
	position: relative;
	background-repeat: no-repeat;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

html,
body {
	width: 100%;
	height: 100%;
	padding: 0px;
	margin: 0px;
	background-color: #fbfade;
	font-family: arial;
	color: #3d8613;
	font-family: "Open Sans", sans-serif;
}

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	line-height: 0;
	height: 0;
}

.clearfix {
	display: inline-block;
}

html[xmlns] .clearfix {
	display: block;
}

* html .clearfix {
	height: 1%;
}

h1 {
	font-size: 30px;
	font-weight: 600;
	margin: 0px;
}

h2 {
	font-size: 20px;
	font-weight: 400;
	margin: 0px;
	color: rgba(255, 255, 255, 0.5);
}

p {
	margin-top: 10px;
	font-size: 20px;
	line-height: 36px;
}

span {
	font-size: 20px;
	line-height: 36px;
}
ul {

}
li {
	padding: 0 0 0 25px;
    list-style: none;
}

a {
	color: white;
}

.left {
	float: left;
}
.right {
	float: right;
}

section.page {
	padding: 5px;
	max-width: 1000px;
	margin: 0px auto;
}

section.page > img {
	float: right;
	margin: 0 0 10px 0;
	max-width: 500px;
	width: 100%;
}
section {
	margin-left: 20px;
	margin-right: 20px;
	padding-left: 20px;
	padding-right: 20px;
}
@media only screen and (max-width: 768px) {
	section.page {
		margin: 5px;
	}
	section.page img {
		float: none;
		margin: 0 0 10px 0;
	}
}
@media only screen and (max-width: 900px) {
	section.page > img {
		max-width: 100%;
	}
}

section#top,
section#bottom {
	color: #fbfade;
}

#logo {
	float: left;
	background: url("../images/baps_logo.png") no-repeat;
	max-width: 311px;
	width: 100%;
	height: 67px;
	background-size: contain;
}

nav {
	float: right;
	margin-top: 24px;
}

nav a {
	background-color: #3d8613;
	color: #fbfade;
	font-size: 14px;
	text-decoration: none;
	padding: 4px 10px;
	margin-left: 10px;
	margin-top: 10px;
	-moz-border-radius: 3px;
	-webkit-border-radius: 3px;
	display: inline-block;
}
footer nav a {
	float: left;
	width: 30%;
	display: block;
}

section#top {
	background-color: #3d8613;
}

section#bottom {
	background-color: #094b06;
	padding-bottom: 15px;
}

@media only screen and (min-width: 987px) {
	section#bottom .box {
		float: left;
		width: 300px;
		margin-right: 30px;
		font-size: 14px;
	}
	section#bottom .box:last-child {
		float: right;
		margin-right: 0px;
	}
}
@media only screen and (max-width: 986px) {
	section#bottom .box {
		float: none;
		width: 100%;
		margin-right: 0;
	}
	footer nav a {
		width: 46%;
	}
}
@media only screen and (max-width: 768px) {
	footer nav a {
		width: calc(100% - 20px);
	}
}
section#bottom .box.small span {
	font-size: 16px;
}

section#bottom .box h2 {
	font-size: 15px;
	font-weight: bold;
	margin-bottom: 10px;
	margin-top: 10px;
}

footer {
	font-size: 11px;
}

footer section div {
	text-align: center;
	margin: 0px auto;
	max-width: 300px;
	width: 100%;
}

#logo a,
#logo a:visited {
	color: #3d8613;
	text-decoration: none;
}

#royalflush {
	background: url("../images/royalflush.png") top left no-repeat;
	width: 200px;
	height: 175px;
	float: right;
}

#pokerface {
	float: right;
}

#pokerface img {
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	border: 5px solid rgba(0, 0, 0, 0.5);
}

section.guidelines {
	font-size: 15px;
}

table.payouts {
}

table.payouts td {
	width: 100px;
}

.row {
	clear: both;
	width: 100%;
	text-align: center;
}

.sunglasses {
	background: url("../images/sunglasses.jpg") no-repeat;
	width: 300px;
	height: 220px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin-bottom: 10px;
}

.sfdc {
	background: url("../images/sfdc.jpg") no-repeat;
	width: 234px;
	height: 149px;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 0px auto;
	margin-bottom: 10px;
}

a.button {
	text-decoration: none;
	background-color: #fbfade;
	color: #3d8613;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	padding: 4px 10px;
	font-size: 20px;
	font-weight: 600;
}

.schedule {
	display: table;
	background-color: rgba(0, 0, 0, 0.25);
	padding: 20px;
	border: 1px solid rgba(0, 0, 0, 0.4);
	margin: 0 10px 0 0;
}

.draftmode {
	color: red;
	font-size: 18px;
	font-weight: 600;
	background-color: #fbfade;
	padding: 10px;
	text-align: center;
	-moz-border-radius: 5px;
	-webkit-border-radius: 5px;
	margin: 10px 0px;
}

a.subscribe,
a.subscribe:hover {
	color: #fbfade;
	font-style: italic;
}

.completed {
	text-decoration: line-through;
	color: rgba(251, 250, 222, 0.35);
}

.next {
	font-weight: 700;
	font-size: 19px;
}

section.sponsors img {
	padding-right: 20px;
}
