/*
	Untitled: A responsive HTML5 website template by HTML5Templates.com
	Released for free under the Creative Commons Attribution 3.0 license (html5templates.com/license)
	Visit http://html5templates.com for more great templates or follow us on Twitter @HTML5T
*/


/*********************************************************************************/
/* Global                                                                        */
/*********************************************************************************/

html, body {
	height: 100%;
}

body {
	margin: 0em;
	padding: 0em;
	background: #E0E0E0 url(images/img01.png) repeat;
	font-family: Arial, Helvetica, sans-serif;
	font-size: 10pt;
	color: #525252;
}

p {
	line-height: 170%;
}

a {
	color: #0084b4;
}

strong {
	font-weight: 700;
	color: #2A2A2A;
}

hr {
	width: 60%;
	margin-bottom: 3em;
	margin-top: 3em;
}

td
{
  padding: 0 15px 5px 15px;
}

.progression-bar-red{
	width: 101px;
	height: 17px;
	background-color: #FF0000;
}

.progression-bar-green{
	height: 100%;
	background-color: #00FF00;
}

/* Wrapper */

#wrapper {
	overflow: hidden;
	padding-bottom: 100px;
	background: url(images/img01.png);
}

#tabcontent{
	padding: 5px;
}

/* Copyright */

#copyright {
	overflow: hidden;
	font-family: Undertale;
	text-align: center;
	
}

#copyright p {
	font-size: 1em;
	color: #FFFFFF;
}


#flowey-background {
	padding-bottom: 93px;
	background-image: url("images/flowey-credit.png");
	background-size: 100%;
	background-repeat: no-repeat;
}

a:hover {
	text-decoration: none;
}

/* embedded youtube video */
.embed-container {
  position: relative;padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe, .embed-container object, .embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
