body {
	font-family: 'Fira Sans', sans-serif;
	font-size: 1em;
}

a {
	text-decoration: none;
	color: #666;
}

.rootLayoutPanel {
	min-width: 700px;
	min-height: 550px;
}

.face {
	position: absolute;
	top: -240px !important;
    left: -900px !important;
    margin: auto;
}

.gwt-StackLayoutPanel {
	width: 660px;
	height: 27em;
	margin: auto;
	opacity: 0.9;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader {
	margin-top: 0.15em;
	margin-bottom: 0.15em;
	-moz-box-shadow:inset 0px 1px 0px 0px #ffffff;
	-webkit-box-shadow:inset 0px 1px 0px 0px #ffffff;
	box-shadow:inset 0px 1px 0px 0px #ffffff;
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #f9f9f9), color-stop(1, #e9e9e9));
	background:-moz-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-webkit-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-o-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:-ms-linear-gradient(top, #f9f9f9 5%, #e9e9e9 100%);
	background:linear-gradient(to bottom, #f9f9f9 5%, #e9e9e9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#f9f9f9', endColorstr='#e9e9e9',GradientType=0);
	background-color:#f9f9f9;
	-moz-border-radius:6px;
	-webkit-border-radius:6px;
	border-radius:6px;
	border:1px solid #dcdcdc;
	display:inline-block;
	cursor:pointer;
	color:#333;
	font-size:22px;
	font-weight:bold;
	padding-left: 24px;
	padding-top: 3px;
	text-decoration:none;
	text-shadow:0px 1px 0px #ffffff;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelHeader-hovering {
	background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #e9e9e9), color-stop(1, #f9f9f9));
	background:-moz-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-webkit-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-o-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:-ms-linear-gradient(top, #e9e9e9 5%, #f9f9f9 100%);
	background:linear-gradient(to bottom, #e9e9e9 5%, #f9f9f9 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#e9e9e9', endColorstr='#f9f9f9',GradientType=0);
	background-color:#e9e9e9;
}

.gwt-StackLayoutPanel .gwt-StackLayoutPanelContent {
	margin: 0.5em;
	padding-left: 24px;
	padding-right: 24px;
    border: solid 1px #E5E5E5;
    outline: 0;
    background:-webkit-gradient(linear, left top, left bottom, color-stop(0.05, #FFFFFF), color-stop(1, #EEEEEE));
	background:-moz-linear-gradient(top, #FFFFFF 5%, #EEEEEE 100%);
	background:-webkit-linear-gradient(top, #FFFFFF 5%, #EEEEEE 100%);
	background:-o-linear-gradient(top, #FFFFFF 5%, #EEEEEE 100%);
	background:-ms-linear-gradient(top, #FFFFFF 5%, #EEEEEE 100%);
	background:linear-gradient(to bottom, #FFFFFF 5%, #EEEEEE 100%);
	filter:progid:DXImageTransform.Microsoft.gradient(startColorstr='#FFFFFF', endColorstr='#EEEEEE',GradientType=0);
    box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    -moz-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0 0 8px;
}

.gwt-StackLayoutPanel .gwt-HTML p {
	text-align: justify;
}

#copyright {
	font-size: 1em;
	color: #fff;
	text-align: center;
	vertical-align: middle;
    position: absolute;
    bottom: 0;
    width: 100%;
}

#data > * {
	visibility: hidden;
}

.fadebg {
	-webkit-animation: bgfade 0.5s linear;
	-moz-animation: bgfade 0.5s linear;
	-o-animation: bgfade 0.5s linear;
	-ms-animation: bgfade 0.5s linear;
	animation: bgfade 0.5s linear;
}

@-webkit-keyframes bgfade {
    0% {opacity:0.2;}
100% {opacity:0.8;}
}
@-moz-keyframes bgfade {
    0% {opacity:0.2;}
100% {opacity:0.8;}
}
@-ms-keyframes bgfade {
    0% {opacity:0.2;}
100% {opacity:0.8;}
}
@-o-keyframes bgfade {
    0% {opacity:0.2;}
100% {opacity:0.8;}
}
@keyframes bgfade {
    0% {opacity:0.2;}
100% {opacity:0.8;}
}

.gwt-Image {
	opacity: 0.8;
	min-width: 100%;
	min-height:100%;
	position: absolute;
	top: -999px !important;
    bottom: -999px !important;
    left: -999px !important;
    right: -999px !important;
    margin: auto;
    z-index: -1;
}

.fb-like {
	width: 100%;
	top: 0;
	text-align: center;
	vertical-align: middle;
    position: absolute;
}