body, html {
	margin: 0 auto;
	font-family: arial, verdana;
    font-size: 0.95em;
	
	margin-bottom: 40px;
	
	width: 100%;
	height: auto;
}

h1 {
	text-align: center;
}

h1.fullscreen {
	position: fixed;
	top: 0;
	left: 0;
	z-index: 1000;
	margin-left: 20px;
	max-width: 75%;
}

h2.likehighcharts {
	font-family: "Lucida Grande", "Lucida Sans Unicode", Arial, Helvetica, sans-serif;
	font-size: 18px;
	color: #333333;
	text-align: center;
	font-weight: normal;
	margin: 2px;
}

#highlight-slider-arrow {
	position: absolute;
	top: -30px;
	left: -25px;
}

#close-fullscreen {
	display: none;
	background-color: transparent !important;
	font-weight: bold;
	font-size: 1.5em;
	cursor: pointer;
}

.fullscreen#close-fullscreen {
	display: inline !important;
	z-index: 1001;
	position: fixed;
	right: 20px;
	top: 23px;
}

#loading-screen {
	box-sizing: border-box;
	z-index: 1002;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: #ffffff;
	
	font-weight: bold;
	font-size: 3em;
	text-align: center;
	padding-top: 20%;
	
	/* bg img set using the .bgimg<int> class */
	background-repeat: no-repeat;
	background-position: center 20%;
	
	opacity: 1;
	visibility: visible;
}

#loading-screen.bgimg1 { background-image: url("../pictures/loading-graph1.jpg"); }
#loading-screen.bgimg2 { background-image: url("../pictures/loading-graph2.jpg"); }
#loading-screen.bgimg3 { background-image: url("../pictures/loading-graph3.jpg"); }
#loading-screen.bgimg4 { background-image: url("../pictures/loading-graph4.jpg"); }
#loading-screen.bgimg5 { background-image: url("../pictures/loading-graph5.jpg"); }
#loading-screen.bgimg6 { background-image: url("../pictures/loading-graph6.jpg"); }

#loading-screen.disappear {
	opacity: 0;
	visibility: hidden;
	transition: visibility 0.3s, opacity 0.3s;
}

.footer {
	width: 100%;
	height: 50px;
	
	position: fixed;
	left: 0;
	bottom: 0;
	
	background-color: #763568;
}

.footer .btn {
	font-weight: bold;
	line-height: 50px;
	padding-left: 30px;
	padding-right: 30px;
	color: #ffffff;
	display: inline-block;
	border-right: 2px solid #5b3256;
	float: left;
}

.footer .btn:hover {
	background-color: #5b3256;
	/*border-right: 2px solid #5d3f6a;*/
}

.footer .btn a {
	color: #ffffff;
}

.fake-link {
    color: #0000ff;
    text-decoration: underline;
    cursor: pointer;
}

.other-term {
	opacity: 0.5;
	font-size: 0.7em;
}

.other-term:hover {
	opacity: 1;
}

.figure {
	border: 2px solid #d0d0d0;
	background-color: #ffffff;
	width: 75%;
	text-align: center;
	margin: 0 auto;
}

.figure img {
	max-width: 100%;
}

.figure div {
	font-style: italic;
	font-size: 0.8em;
	color: #555555;
	background-color: #d0d0d0;
	padding: 3px;
}

#club-collab-date-holder {
	position: absolute;
	bottom: 10px;
	left: 20px;
	font-weight: bold;
	font-size: 2em;
}

.leftcol, .rightcol {
	box-sizing: border-box;
	width: 48%;
	margin: 1%;
	margin-top: 0;
	float: left;
}

.data {
	float: left;
	width: 100%;
	margin-bottom: 20px;
	border: 3px solid #f0f0f0;
}

.dataview {
	min-width: 310px;
	height: 400px;
	margin: 0 auto;
}

.data .desc {
	padding: 5px;
    padding-left: 15px;
    padding-right: 15px;
    background-color: #f0f0f0;
    border: 3px solid #ffffff;
	
	text-align: justify;
}

.about {
	width: 95%;
	max-width: 800px;
	margin: 0 auto;
	text-align: justify;
}

.about input,
.about textarea {
	font-family: arial, verdana;
	width: 100%;
}

.about textarea {
	height: 150px;
}

.about form {
	width: 90%;
	margin: 0 auto;
}

div.fullscreen {
	background-color: #ffffff;
	
	width: 100% !important;
	height: 100% !important;
	
	position: fixed;
	top: 0;
	left: 0;
	z-index: 999;
}

.text-2px-white-stroke {
    text-shadow: 
        /* first layer at 1px */
        -1px -1px 0px #fff,
         0px -1px 0px #fff,
         1px -1px 0px #fff,
        -1px  0px 0px #fff,
         1px  0px 0px #fff,
        -1px  1px 0px #fff,
         0px  1px 0px #fff,
         1px  1px 0px #fff,
        /* second layer at 2px */
        -2px -2px 0px #fff,
        -1px -2px 0px #fff,
         0px -2px 0px #fff,
         1px -2px 0px #fff,
         2px -2px 0px #fff,
         2px -1px 0px #fff,
         2px  0px 0px #fff,
         2px  1px 0px #fff,
         2px  2px 0px #fff,
         1px  2px 0px #fff,
         0px  2px 0px #fff,
        -1px  2px 0px #fff,
        -2px  2px 0px #fff,
        -2px  1px 0px #fff,
        -2px  0px 0px #fff,
        -2px -1px 0px #fff;
}

.text-2px-red-stroke {
    text-shadow: 
        /* first layer at 1px */
        -1px -1px 0px #f00,
         0px -1px 0px #f00,
         1px -1px 0px #f00,
        -1px  0px 0px #f00,
         1px  0px 0px #f00,
        -1px  1px 0px #f00,
         0px  1px 0px #f00,
         1px  1px 0px #f00,
        /* second layer at 2px */
        -2px -2px 0px #f00,
        -1px -2px 0px #f00,
         0px -2px 0px #f00,
         1px -2px 0px #f00,
         2px -2px 0px #f00,
         2px -1px 0px #f00,
         2px  0px 0px #f00,
         2px  1px 0px #f00,
         2px  2px 0px #f00,
         1px  2px 0px #f00,
         0px  2px 0px #f00,
        -1px  2px 0px #f00,
        -2px  2px 0px #f00,
        -2px  1px 0px #f00,
        -2px  0px 0px #f00,
        -2px -1px 0px #f00;
}