.container {
	max-width: 100%;
	width: 100%;
}

html, body {
	height: 100%;
}
body {
}
h1, h2 {
	text-align: right;
	margin: auto;
}
h2, .g-recaptcha {
	padding: 10px 0px 20px 0px;
}
.g-recaptcha div, .btn-default {
	margin: auto;
	display: block;
}
.wrapper {
	background-color: #ffffff;
	padding: 25px;
	margin: 25px;
	border-radius: 10px;
}
#avatar_id .item {
	text-decoration: none !important;
	position: relative;
	display: block;
	cursor: pointer;
	padding: 0px 0px;
	margin: 0px;
	/*width: 200px;
	height: 365px;*/
	height: 182px;
        width: 100px;
        overflow: hidden;
	color: #FFF;
	-webkit-border-radius: 3px;
	-moz-border-radius: 3px;
	border-radius: 3px;
	text-align: center;
	-webkit-tap-highlight-color: rgba(255, 255, 255, 0);
	text-transform: uppercase;
}

#avatar_id .item:hover {
	background-color: #f9f9f9;
}
#avatar_id .item.clicked {
	background-color: #fff0f8 !important;
}
#avatar_id .item:hover span {
	background-color: rgba(0, 0, 0, 0.85);
	font-size: 16px;
}
#avatar_id .item span {
	transition: all 0.25s;
	width: 100%;
	display: block;
	position: absolute;
	bottom: 0px;
	padding: 5px;
	font-size: 10px;
	background-color: rgba(0, 0, 0, 0.25);
	color: #ffffff;
}
.section {
	background-color: #f0f0f0;
        padding: 3px 8px 3px 3px;
        text-align: right;
        margin: 12px 0px 4px 0px;
        font-size: 12px;
        font-weight: bold;
        color: #727272;
}
label,
.field {
        padding: 0px 0px 0px 27px;
        font-size: 10px;
        color: #a0a0a0;
        font-weight: normal;
        text-transform: uppercase;
}
input.button {
  border: 0px solid white;
  text-transform: uppercase;
  background-color: #909090;
  color: white;
  padding: 4px 48px 4px 48px;
  float: right;
}
input.button:hover {
  background-color: #f080c0;
}
div.top-space {
        margin-top: 8px;
}
div.radio {
        padding: 2px 0px 0 28px;
        line-height: 100%;
        display: inline-block;
        vertical-align: bottom; 
        margin: 0 0 0 0;
}
div.radio label {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        vertical-align: bottom;
        color: #404040;
}
div.radio input {
        padding: 0 0 0 0;
        margin: 0 0 0 0;
        vertical-align: bottom;
}
div.full {
        width: 100%;
}
em.required {
   font-size: 7px;
   color: #4090c0;
   vertical-align: top;
   font-style: normal;
}
div.uptick {
  margin: 4px 0px 0px 22px;
  border-bottom: 14px solid transparent;
  border-right:  14px solid #f8f8f8;
  border-left:   14px solid transparent;
  width: 0;
  height: 0;
  display: inline-block;
}
div.yourname {
   background-color: #f8f8f8;
   font-size: 11px;
   padding: 6px 32px 6px 18px;
   margin: 4px 0px 0px 0px;
   display: inline-block;
}
.customNavigation {
	text-align: center;
}
.customNavigation a {
	font-size: 12px;
	-webkit-user-select: none;
	-khtml-user-select: none;
	-moz-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-tap-highlight-color: rgba(0, 0, 0, 0);
}
.reveal-if-active {
  opacity: 0;
  max-height: 0;
  overflow: hidden;
  width: 100%;
}
input#other_year {
  padding-left: 14px;
}
div input[type="radio"]:checked ~ .reveal-if-active,
div input[type="checkbox"]:checked ~ .reveal-if-active,
/*input[type="radio"]:checked ~ .reveal-if-active,*/
input[type="checkbox"]:checked ~ .reveal-if-active {
  opacity: 1;
  max-height: 100px; /* little bit of a magic number :( */
  overflow: visible;
}
.form-group.required input:after {content:"*";color:red;}
