body {
	font-family:Ubuntu,sans-serif;
	font-size:1.2em;
}

h1 {
	color:#faa;
}

h2 {
	color:#e88;
}

h3 {
	color:#b66;
}

h4 {
	color:#944;
}

h5 {
	color:#722;
}

h6 {
	color:#500;
}

small {
	font-size:0.75em
}

a {
	text-decoration:none;
	color:#66f;
}

a:hover {
	color:#666;
}

.tdcenter{
	vertical-align: middle;
	white-space: nowrap;
}
pre {
	background:#efefef;
	padding:0.75em;
	border-radius:0.75em;
}

ul,p {
	color:#666;
	line-height:1.5em;
}

p code,ul code {
	padding:.25em .75em;
	border-radius:.75em;
	white-space:nowrap
}

blockquote pre,blockquote code {
	color:#666;
	background:#fff;
}

code {
	background:#eee;
}

.center {
	text-align:center;
}

.right {
	text-align:right;
}

.footer {
	font-size:0.9em;
	background:#333;
}

.footer p {
	color:#eee;
	padding:20px;
	max-width:768px;
	margin:0 auto;
}

.footer .stats {
	font-size:.9em;
}

@media screen and (max-width:48em) {

	body {
		font-size:1em;
	}

}
.content {
	color: #666;
	padding-left: 0.5em;
	padding-right: 0.5em;
}


.rddata {
	border-collapse: collapse;
	border: 1px solid #ccc;
	text-align: center;
}
.rddata td
{
	width: 100px;
}
.tdsyo
{
	font-size: 12px;
}
.loading {
	width: 100%;
	height: 100%;
	z-index: 9999;
	position: fixed;
	top: 0;
	left: 0;
	background-color: #000000;
	filter: alpha(opacity=50);
	-moz-opacity: 0.5;
	opacity: 0.5;
	background-image: url("../images/gif-load.gif");
	background-position: center center;
	background-repeat: no-repeat;
	background-attachment: fixed;
	&.on {
	 display: block;
	}
  }
  