

/* ==========================================================================
   Author's custom styles
   ========================================================================== */
.important { color: #336699; }

.container {
 text-align:center;
}

/* quiz-show */
#status {
 font-weigh: 800;
 font-size: 1.5em;
}
#found {
 font-weigh: 800;
 font-size: 1.3em;
}
#clock {
 color: #000;
 font-weigh: 800;
 font-size: 10em;
 line-height: 1em;
}

ol.list {
 list-style-type: none;
}

/*
 * from http://itra.jp/jquery_socialbutton_plugin/
 */

.clearfix:after {
	content: ".";
	display: block;
	height: 0;
	clear: both;
	visibility: hidden;
}
.clearfix {
	display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
	height: 1%;
}
.clearfix {
	display: block;
}
/* End hide from IE-mac */

.block div {
	margin-right: 15px;
	float: left;
}

div.social_buttons {
 text-align:center;
}








