BODY {
	margin: 0;
	padding: 0;
	font: normal normal 14px garamond, 'Times New Roman', Times, FreeSerif, serif;
	color: #666666;
}
div {	margin: 0 ;
	padding: 0;}
iframe {
	border:0;
	width:16px;
	height:100%;
}
#loading{
	position:fixed;
	left: 50%;
	top:50%;
	margin-top:-50px;
	margin-left:-92px;
}
#title {
	font: italic normal 28px garamond, 'Times New Roman', Times, FreeSerif, serif;
	margin-bottom:3px ;
	}
#loader { 
	margin:1em 0 0;
}
#container {
	width: 100%;
	height:100%;
	width : -webkit-calc(100% + 16px) ;
	width : calc(100% + 16px) ;
	overflow:hidden;
}

#record_body {
	width:1px;
}
#index_body iframe {
	height:100%;
	width:100%;
}
.center {text-align: center;}
.blinking{
	-webkit-animation:blink 0.4s ease-in-out infinite alternate;
	-moz-animation:blink 0.4s ease-in-out infinite alternate;
	animation:blink 0.4s ease-in-out infinite alternate;
}
@-webkit-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@-moz-keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;}
}
@keyframes blink{
	0% {opacity:0;}
	100% {opacity:1;
}