a {
	color: black;
}

a:visited {
 color: black;
}

body {
	margin: 0;
}

#date {
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal;
	text-align: center;
	position: fixed;
	top: 25px;
	z-index: 10;
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	font-size: 28px;
}

#title {
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal;
	text-align: center;
	position: fixed;
	top: 50px;
	z-index: 10;
	font-size: 35px;
}

.name {
	width: 200px;
	font-size: 24px;
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal;
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: black;
	position: fixed;
	line-height: 0px;
	height: 20px;
	display: block;
	z-index: 3;
}

.name:hover {
	-webkit-text-stroke-color: #e56b6e;
}

.left {
	-ms-transform: rotate(-90deg);
	-webkit-transform: rotate(-90deg);
	transform: rotate(-90deg);
	left: -30px;
}

.right {
	-ms-transform: rotate(90deg);
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	right: -30px;
}

#hg{
	bottom: 200px;
	text-align: left;
}
#cv{
	bottom: 200px;
	text-align: right;
}
#erk{
	top: 200px;
	text-align: right;
}
#ms{
	top: 200px;
	text-align: left;
}

#infoBox {
	width: 36px;
	height: 26px;
	color: #e56b6e;
	position: fixed;
	bottom: 150px;
	right: 200px;
	line-height: 33px;
	z-index: 1;
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal;
	font-size: 24px;
	text-align: center;
	display: block;
	vertical-align: middle;
}

#infoBox:hover {
	color: white;
	-webkit-text-stroke-width: 1px;
	-webkit-text-stroke-color: #e56b6e;
	cursor: pointer;
}

#infoLeft {
	width: 8px;
	height: 100%;
	float: left;
	border: 2px solid #e56b6e;
	border-right: none;
}
#infoCenter {
	width: 15px;
	height: 100%;
	float: left;
}
#infoRight {
	margin-left: 1px;
	width: 8px;
	height: 100%;
	float: left;
	border: 2px solid #e56b6e;
	border-left: none;
}

#info {
	width: 60%;
	height: 30%;
	position: fixed;
	z-index: 3;
	top: 40%;
	left: 20%;
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	text-align: center;
	color: #e56b6e;
	display: none;
}

#datCanvas {
	width: 100%;
	height: 100%;
	/*outline: 2px dotted #e56b6e;*/
	position: fixed;
	/*left: 15%;
	top: 70px;*/
}

#transcription {
	font-family:"BTP Regular", sans-serif; 
	font-weight:bold; 
	font-style:normal; 
	position: fixed;
	bottom: 30px;
	left: 45%;
	width: 250px;
	height: 100px;
	//outline: 2px solid #e56b6e;
	color: #e56b6e;
	text-align: center;
}

#twt {
	width: 25px;
	height: 25px;
	left: 50%;
	bottom: 20px;
	z-index: 4;
	position: fixed;
}

#twt:hover {
	cursor: pointer;
}

#credit {
	text-align: right;
	font-family:"BTP Regular", sans-serif; 
	font-style:normal;
	z-index: 10;
	position: fixed;
	bottom: 4px;
	font-size: 12px;
	right: 4px;
}

#credit a {
	text-decoration: underline;
}

#credit a:hover {
	color: #e56b6e;
}