html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}

html,body {
  font: 13px/20px "Lucida Grande", Tahoma, Verdana, sans-serif;
  color: #404040;
  width:810px;
  height:640px;
  margin:auto;
  background: #2a2a2a url("../images/bg.jpg") no-repeat center;
}

.progress {
  margin: 0 auto;
}

.progress {
  padding: 4px;
  background: rgba(0, 0, 0, 0.25);
  border-radius: 6px;
  -webkit-box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
  box-shadow: inset 0 1px 2px rgba(0, 0, 0, 0.25), 0 1px rgba(255, 255, 255, 0.08);
}

.progress-bar {
  position: relative;
  height: 16px;
  border-radius: 4px;
  -webkit-transition: 0.1s linear;
  -moz-transition: 0.1s linear;
  -o-transition: 0.1s linear;
  transition: 0.1s linear;
  -webkit-transition-property: width, background-color;
  -moz-transition-property: width, background-color;
  -o-transition-property: width, background-color;
  transition-property: width, background-color;
  -webkit-box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
  box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.25), inset 0 1px rgba(255, 255, 255, 0.1);
}

h1 {
	color: #ff4400;
	font-size: 35px;
	text-align:center;
	padding:15px;
}

span {
	color: #f4e93b;
	font-size: 16px;
}
strong {
	color: #f4e93b;
}
a, a:hover{
	text-decoration: none;
	color:#ff4400;
}
section {
	width: 810px;
	margin: auto;
}
footer {
	padding-top: 5px;
	width: 800px;
	margin:auto;
}
.info {
	color: #fff;
	width:170px;
	float:left;
}
.timecounter {
	color: #fff;
	float: left;
	margin-left: 5px;
}
.piccell {
	display: block;
	background-repeat: no-repeat;
	float: left;
	position: relative;
}
.picbox {
	width: 610px;
	float:left;
	margin-top:2px;
	clear: both;
}

.progressbox {
	width: 800px;
	margin:5px;
	float: left;
}
.floatmask {
	position: absolute;
	z-index: 100;
}
.showborder {
	border: red solid 1px;
}
.btnbar {
	text-align: center;
	width: auto;
}

.button {
	width:165px;
	line-height: 30px;
	font-size: 16px;
	color: #ccc;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#444;
	display: block;
	opacity:0.8;
	text-align: center;
	margin:10px 5px 10px 0px;
}
.hintBtn{
	cursor:pointer;
}
.col-sm-9,.col-sm-12{
	padding-right:5px;
	padding-left:5px;
	flex:auto;
}
.play-button{
	line-height:2.0em;
	color:#ff4400;
	font-size:36px;
	margin:5px;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	opacity:0.85;
	display: block;
	text-align:center;
	cursor:pointer;	
}
.play-button:hover{
	color:#ccc;
}
.link-button{
	width:165px;
	line-height:2.7em;
	color:#ff4400;
	font-size:16px;
	font-weight:bold;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	display: block;
	opacity:0.9;
	text-align:center;
	margin:10px 5px 10px 0px;
}
.link-button-home{
	line-height:2.7em;
	width:49%;
	color:#ff4400;
	font-size:16px;
	font-weight:bold;
	border: #111 solid 2px;
	border-radius: 4px;
	background-color:#333;
	display: block;
	opacity:0.95;
	text-align:center;
	margin-top:5px;
}

.link-left{
	float:left;
}
.link-right{
	float:right;
}
