body,
html {
	font-size: 17px;
	height: 100%;
	background-color: black;
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

body,
div,
p,
form,
table,
td {
	font-family: 'Open Sans', sans-serif;
}

h1,
h2,
h3,
h4,
h5 {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.thin {
	font-family: 'Open Sans', sans-serif;
	font-weight: 300;
}

.thick {
	font-family: 'Open Sans', sans-serif;
	font-weight: 600;
}

.fat {
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
}

.regular {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
}

button:focus {
	outline: 0;
}

.start_button {
	background-color: RGBA(64, 200, 128, 0.9);
	border: 0;
	color: white;
	font-size: 20px;
	border-radius: 150px;
	padding: 15px;
	padding-left: 30px;
	padding-right: 30px;
	cursor: pointer;
	transition-duration: 250ms;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.6);
	transform: scale(1);
}

.start_button:hover {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 10px 40px rgba(0, 0, 0, 0.6);
	transform: scale(1.1);
}

.start_button:active {
	background-color: RGBA(0, 172, 237, 0.6);
	box-shadow: 0px 15px 40px rgba(0, 0, 0, 0.6);
	transform: scale(1.1);
}

.start_button_small {
	margin-left: 7px;
	margin-right: 7px;
	background-color: RGBA(64, 200, 128, 0.9);
	border: 0;
	color: white;
	font-size: 12px;
	border-radius: 150px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	transition-duration: 250ms;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	transform: scale(1);
}

.start_button_small:hover {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
}

.start_button_small:active {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
}

.shadow {
	color: white;
	/*text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;*/
	text-shadow: 0 0 5px #000000
}

.right-on-large {
	text-align: right;
}

.upgrade_button_small {
	margin-left: 7px;
	margin-right: 7px;
	background-color: RGBA(231, 96, 4, 0.9);
	border: 0;
	color: white;
	font-size: 12px;
	border-radius: 150px;
	padding: 7px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	transition-duration: 250ms;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	transform: scale(1);
}

.upgrade_button_small:hover {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
}

.upgrade_button_small:active {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
}

.upgrade_button_tall {
	margin-left: 1px;
	margin-right: 1px;
	background-color: RGBA(231, 96, 4, 0.9);
	border: 0;
	color: white;
	font-size: 15px;
	border-radius: 150px;
	padding: 15px;
	padding-left: 15px;
	padding-right: 15px;
	cursor: pointer;
	transition-duration: 250ms;
	box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.5);
	transform: scale(1);
}

.upgrade_button_tall:hover {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
	transform: scale(1.1);
}

.upgrade_button_tall:active {
	background-color: RGBA(0, 172, 237, 0.9);
	box-shadow: 0px 7px 20px rgba(0, 0, 0, 0.3);
}

.shadow {
	color: white;
	/*text-shadow: -1px -1px 0 #333, 1px -1px 0 #333, -1px 1px 0 #333, 1px 1px 0 #333;*/
	text-shadow: 0 0 5px #000000
}

.txt-green {
	color: #40C880;
}

.back-green {
	color: white;
	background-color: #40C880;
}

.txt-blue {
	color: #39CFD5;
}

.back-blue {
	color: white;
	background-color: #39CFD5;
}

.txt-orange {
	color: #E76004;
}

.back-orange {
	color: white;
	background-color: #E76004;
}

.txt-dark {
	color: #315455;
}

.back-dark {
	color: white;
	background-color: #315455;
}

.back-grey {
	background-color: #e5e5e5;
}

.txt-green {
	color: #40C880;
}

.back-green {
	color: white;
	background-color: #40C880;
}

.right-on-large {
	text-align: right;
}

.line-90 {
	line-height: 90%;
}

.small-txt-on-small {
	font-size: 1vw;
}

.feature_icon {
	max-width: 80px;
}

.f3-xxxlarge {
	font-size: 48px!important;
}

.f3-xlarge {
	font-size: 24px!important
}

.card-row {
	display: flex
}

@media (max-width:600px) {
	.right-on-large {
		text-align: center;
	}
	.f3-xxxlarge {
		font-size: 36px!important;
	}
	.f3-xlarge {
		font-size: 18px!important
	}
	.card-row {
		display: inline-block;
	}
}

@media (max-height:600px) {
	.f3-xxxlarge {
		font-size: 32px!important;
	}
	.f3-xlarge {
		font-size: 18px!important
	}
	.start_button {
		background-color: RGBA(64, 200, 128, 0.9);
		border: 0;
		color: white;
		font-size: 20px;
		border-radius: 150px;
		padding: 8px;
		padding-left: 20px;
		padding-right: 20px;
		cursor: pointer;
		transition-duration: 250ms;
		box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.6);
		transform: scale(1);
	}
}

@media (max-height:400px) {
	.f3-xxxlarge {
		font-size: 22px!important;
	}
	.f3-xlarge {
		font-size: 14px!important
	}
	.start_button {
		background-color: RGBA(64, 200, 128, 0.9);
		border: 0;
		color: white;
		font-size: 12px;
		border-radius: 150px;
		padding: 6px;
		padding-left: 20px;
		padding-right: 20px;
		cursor: pointer;
		transition-duration: 250ms;
		box-shadow: 0px 2px 1px rgba(0, 0, 0, 0.6);
		transform: scale(1);
		font-weight: 400
	}
	.start_button_small {
		font-size: 10px;
		padding: 5px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.upgrade_button_small {
		font-size: 10px;
		padding: 5px;
		padding-left: 12px;
		padding-right: 12px;
	}
	.tiny-on-tiny {
		width: 60%;
	}
}

.outer_container {
	background: #f4f5f8;
	display: table;
	width: 100%
}

.inner_container {
	width: auto;
	max-width: 980px;
	margin: 0 auto;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	box-sizing: border-box
}

.inner_container:before,
.inner_container:after {
	content: "";
	display: table;
	clear: both
}

.big_bottom {
	padding-bottom: 35px;
}

.big_top {
	padding-top: 25px;
}

.quote {
	font-family: 'Open Sans', sans-serif;
	font-weight: 400;
	font-style: italic;
	font-size: 20px
}

.attribution {
	display: block;
	font-weight: 300;
}

.always-left {
	text-align: left;
}

.card-list {
	padding-left: 15px;
	font-weight: 400;
}

.card-list-item {
	padding-bottom: 10px;
	line-height: 120%;
	font-size: 16px;
}

.button-break {
	white-space: normal;
}

p {
	display: none;
}

.f-main p {
	display: block;
}

.dashbar-lr {
	display: none !important;
}

.butlink {
	text-decoration: none;
}
