* {
	box-sizing: border-box;
	margin: 0;
	padding: 0;
}	

body {
	font-size: 14px;
	margin: 0px 0px 0px 0px;
	padding: 0px 0px 0px 0px;
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	background-color: #f5f8fa;	
	}
	
	p {
	font-size: 14px;	
	font-family: Arial, Helvetica, sans-serif;
	color: #242424;
	}	
	

.error {
	color: rgb(219, 28, 66);
	padding-top: 10px;
	font-size: 14px;
	font-weight: bold;
	}
	
.main {
    margin: 0 auto;
    max-width: 500px;
	box-shadow: 0 2px 8px 0 rgba(0, 0, 0, 0.15);
}	
	
#header {
	background: #db1c42;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 8px;
	margin: 0 0 20px 0;	
	}
	
.header_kaiju {
	background: #011c6a !important;
	width: 100%;
	position: relative;
	display: block;
	margin: 0 auto;
	padding-top: 10px;
	padding-bottom: 8px;
	margin: 0 0 20px 0;	
	}	
	
.header_logo {
	background-image: url(powerhoof_logo.png);
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 180px;
    height: 53px;
    margin: 0 auto;
    vertical-align: top;
    text-decoration: none;
	
	}

.header_logo_kaiju {
	background-image: url(kaiju_logo.png) !important;
    background-size: cover;
    background-position: 50% 50%;
    background-repeat: no-repeat;
    display: block;
    width: 180px;
    height: 53px;
    margin: 0 auto;
    vertical-align: top;
    text-decoration: none;
	
	}	
	
.content {
	padding: 20px;
	background: #fff;
	voice-family: "\"}\"";
	voice-family:inherit;
	}
	
.intro {
	margin: 0;
	width: 100%;
}
	
.input_row {
	margin-bottom: 16px;
	width: 100%;
}	
	
.input_field {
	display: block;
	clear: both;
	padding: 8px;
	margin: 6px 0;
	font-weight: normal;
	font-size: 14px;
	border: 1px solid;
	border-color: rgb(218, 218, 218);
	height: 35px;
	width: 100%;
	border-radius: 2px;
}

.label_text {
	font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size: 22px;
	line-height: 32px;
	font-weight: 400;
	margin-top: 0;
	margin-bottom: 20px;
	text-transform: uppercase;
	display: inline;
	}
	
.label_tip {
	font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #242424;
	line-height: 28px;
	font-weight: 100;
	text-transform: uppercase;
	display: inline;
}
	
.button {
	padding: 8px 18px;
	margin-top: 16px;
	margin-bottom: 6;
	margin-right: 16px;
	height: 36px;	
	border-radius: 3px;
	background-color: #db1c42;
	color: rgb(255, 255, 255);
	border: 0;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.button_outline {
	display: inline-block;
	clear: left;
	padding: 8px 18px;
	margin: 12px 10px 6px 0px;
	height: 36px;	
	border-radius: 3px;
	background: transparent;
	border: 1px solid #db1c42;
	font-weight: bold;
	font-size: 14px;
	color: #db1c42;
	text-decoration: none;
	cursor: pointer;
}

.button_kaiju {
	padding: 8px 18px;
	margin-top: 16px;
	margin-bottom: 6;
	margin-right: 16px;
	height: 36px;	
	border-radius: 3px;
	background-color: #f30063;
	color: rgb(255, 255, 255);
	border: 0;
	font-weight: bold;
	font-size: 14px;
	cursor: pointer;
	text-decoration: none;
}

.button_outline_kaiju {
	display: inline-block;
	clear: left;
	padding: 8px 18px;
	margin: 12px 10px 6px 0px;
	height: 36px;	
	border-radius: 3px;
	background: transparent;
	border: 1px solid #f30063;
	font-weight: bold;
	font-size: 14px;
	color: #f30063;
	text-decoration: none;
	cursor: pointer;
}

#gameinfo, #rules, #complement {
	display: block;
	clear: right;
}

#gameinfo {
	padding-bottom: 10px;
}

#rules  {
	border-top: 1px solid rgb(218, 218, 218);
	margin-top: 20px;
	padding-top: 20px;
}

#complement {
	border-bottom: 1px solid rgb(218, 218, 218);
	margin-bottom: 20px;
	margin-top: 20px;
	padding-bottom: 20px;
	
}

.leave_section{
	padding-top: 14px;
	padding-bottom: 14px;
}

.gameinfo_player {
	display: inline-block;
	float: left;
}

.gameinfo_party {
	display: inline-block;
	float: right;
	text-align: right;
}

.gameinfo_label{
	display: inline;
	font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 100;
}

.gameinfo_info{
	display: inline;
	font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size: 15px;
	line-height: 25px;
	text-transform: uppercase;
	font-weight: 400;
}

.collapsible {
    background-color: white;
    color: #f30063;
    cursor: pointer;
    padding-bottom: 4px;
    width: 100%;
	border-top: 0;
	border-right: 0;
    border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f30063;
	border-left: 0;
    text-align: left;
    outline: none;
  	font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
	font-size: 20px;
	text-transform: uppercase;
	line-height: 30px;
	font-weight: 300;
	color: #f30063;
	padding-left: 0px;	
}

.collapsible:after {
  content: '\002B';
  color: #f30063;
  font-weight: 300;
  float: right;
  padding-left: 0px;
}

.active:after {
  content: "\2212";
}

.collapsible_content {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.2s ease-out;
  margin-top: 10px;
}

.footer {
	margin: 20px 0 40px 0;
	text-align: center;
}

.footer a {
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	font-family: Lato, Helvetica, sans-serif;
	color: rgb(219, 28, 66);
}
.footer_link_kaiju {
	font-size: 14px;
	line-height: 30px;
	margin: 0px 0px 0px 0px;
	padding: 0px 20px;
	font-family: Lato, Helvetica, sans-serif;
	color: #f30063 !important;
}


@media only screen and (max-width: 480px) {
	.main {
		width: 100%;
	}
	
	#header {
		margin: 0;
	}
	
	.label_tip {
		display: block;
	}
	
	.footer a {
		display: block;
	}
		
}

@media only screen and (max-width: 823px) and (orientation: landscape){
	.header_logo {

	}
	
	.main {
		max-width: 100%;
		margin: 0;
	}
		
	#header {
		margin: 0;
	}

}

@media only screen and (max-width: 414px) and (orientation: portrait){
	.label_tip {
		font-family: 'Londrina Solid', Arial, Helvetica, sans-serif;
		font-size: 18px;
		line-height: 28px;
		font-weight: 100;
		text-transform: uppercase;
		display: inline;
	}
	
}

@media only screen and (max-width: 350px) and (orientation: portrait){
	.label_text {
		font-size: 18px;
		line-height: 28px;
	}
	
	.label_tip {
		font-size: 16px;
		line-height: 26px;	
	}

	
}	