
/* CSS reset */
body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,form,fieldset,input,textarea,p,blockquote,th,td { 
	margin:0;
	padding:0;
}
html,body {
	margin:0;
	padding:0;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,img { 
	border:0;
}
input{
	border:1px solid #b0b0b0;
	padding:3px 5px 4px;
	color:#979797;
	width:190px;
}
address,caption,cite,code,dfn,th,var {
	font-style:normal;
	font-weight:normal;
}
ol,ul {
	list-style:none;
}
caption,th {
	text-align:left;
}
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-weight:normal;
}
q:before,q:after {
	content:'';
}
abbr,acronym { border:0;
}
/* General Demo Style */
body{
	font-family: 'Oxygen', Helvetica, sans-serif;
	background: #000;
	font-weight: lighter;
	font-size: 16px;
	color: #ffffff;
	overflow-y: scroll;
	overflow-x: hidden;
}
.ie7 body{
	overflow:hidden;
}

a{
	color: #333;
	text-decoration: none;
}
.container{
	position: relative;
	text-align: center;
	background-color: rgba(16,123,57,0.5);
	width: 350px;
	margin-top: 50px;
	margin-left: 50px;
}

.clr{
	clear: both;
}
.container > header{
	margin: 0px 20px 10px 20px;
	position: relative;
	display: block;
	text-shadow: 1px 1px 1px rgba(0,0,0,0.2);
    text-align: left;
}
.container > header h1{
	font-size: 70px;
	line-height: 70px;
	position: relative;
	font-weight: 400;
	color: #fff;
    padding: 0px 0px 5px 0px;
}
.container > header h1 span{

}
.container > header h2, p.info{
	font-size: 20px;
	color: #fff;
	line-height: 30px;
}

button {
	border: none;
	padding: 0.6em 1.2em;
	background: #107b39;
	color: #fff;
	font-size: 1em;
	letter-spacing: 1px;
	text-transform: uppercase;
	cursor: pointer;
	display: inline-block;
	margin: 3px 2px;
	box-shadow: 0px 2px 1px #000;
}

button:hover {
	background: #0da044;
}


































table {
	border-collapse: separate;
    border-collapse: collapse;
    border-spacing: 0;
    width: 95%;
	table-layout: fixed;
}

table .title {
	font-size: 28px;
	font-weight: bold;
	color: #000;
	vertical-align: top;
	width: 10%;
}

table .label {
	width: 10%;
}

table .cream {
	text-align: right;
	width: 1%;
}

table .num {
	text-align: right;
	width: 1.6%;
}

table .spacer {
	width: 0%;
}

@media only screen and (max-width: 500px) {
.md-content {
	color: #000;
	background: rgba(255,255,255,1);
}

	table {
		border-collapse: separate;
	    border-collapse: collapse;
	    border-spacing: 0;
	    width: 95%;
		table-layout: fixed;
		overflow-x: scroll;
		overflow-y: scroll;
		font-size: 12px;
		background-color: #ffffff;
	}

	table .title {
		font-size: 16px;
		font-weight: bold;
		color: #000;
		vertical-align: top;
		width: 18%;
	}

	table .label {
		width: 15%;
	}

	table .cream {
		text-align: right;
		width: 1%;
	}

	table .num {
		text-align: right;
		width: 7%;
	}
	
	table .spacer {
	width: 0%;
	}
}


a:link, a:visited {
    color: #a0ffc5;
    text-align: center;	
    text-decoration: underline;
    display: inline-block;
}
a:hover, a:active {
    color: #24ff79;
}

a.tableclass:link {
    color: #107b39;
    text-decoration: underline;
}
a.tableclass:visited {
    color: #107b39;
    text-decoration: underline;
}
a.tableclass:hover {
    color: #0da044;
}
a.tableclass:active {
    color: #0da044;
}



.insta {
	position: absolute;
	bottom: 10px;
	right: 10px;
}


/* OLD
.subcontainer > h3{
	font-size: 18px;
	color: #fff;
	text-shadow: 0px 1px 1px #000;
	padding-left: 5px;
	line-height: 35px;
	float: left;
	margin-right: 7px
}
a:link, a:visited {
    background-color: #000;
    opacity: 0.6;
    color: white;
    padding: 10px 20px;
    text-align: center;	
    text-decoration: none;
    display: inline-block;
}
a:hover, a:active {
    background-color: #000;
    opacity: 0.80;
}
/* Media Queries */
@media screen and (max-width: 767px) {
	.container > header{
		text-align: center;
	}
	.container{
		margin-left:0px;
		width: 100%;
	}
	p.codrops-demos {
		position: relative;
		top: auto;
		left: auto;
	}
}