.Sequence{
	list-style-type: none;
	margin-top:25px;
}
.Sequence li{
	float: right;
	text-align: right;
	font-size: 15px;
}

.image{
	margin-top: 20px;
	margin-bottom:17px;
}
.Boundary{
	margin-left: 15px;
	margin-right: 15px;
	color:#999999;
}
a:link{
	text-decoration: none;
}
.line{
	height:1px;
	margin:0px auto;
	padding:0px;
	background-color:#D5D5D5;
	overflow:hidden;
	
}
.logo{
	margin-top: 120px;
}
.box{
	border: 1px;
	height: 400px;
	margin-top: 96px;
	/*box-shadow:0px 0px 20px #BEBEBE;*/
	margin-bottom: 150px;
}

.streak{
	height:1px;
	margin:0px auto;
	padding:0px;
	background-color:#D5D5D5;
	overflow:hidden;
}

.head{
	height: 70px;
}
.Writing{
	text-align:center;
	color: #999999;
}
.word{
	font-size: 22px;
	font-weight:bold;
	margin-top: 35px;
}
.worde{
	margin-top: 10px;
	color: #999999;
}
.Blank{
	margin-top: 20px;
}

.spacing{
	margin-top: 25px;
}

#imagea{
		height:34px;
	}
@media screen and (min-width: 960px) and (max-width: 1199px) { 
	#imagea{
		height:25px;
	}
}

#Sign{
		height:34px;
	}
@media screen and (min-width: 960px) and (max-width: 1199px) { 
	#Sign{
		height:25px;
	}
}


.sty{
	font-size: 12px;
	text-align: center;
	margin-top: 5px;
	color: #df9c1f;
}


.arrow-right {
	width:0;   
	height:0;
    border-top:8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 8px solid #f3d995;
    float: left;
    background: #fefcee;
}

#demo{
  width:121px;
  height:28px;
  border: 1px #f3d995 solid;
  background-color:#fefcee;
  position:relative;
  margin-top: 10px;
}
#demo:before, #demo:after{
  width:0px;
  height:0px;
  border:transparent solid;
  position:absolute;
  left:100%;
  content:""
}
#demo:before{
  border-width:8px;
  border-left-color: #f3d995;
  top:6px;
}
#demo:after{
  border-width:6px;
  border-left-color: #fefcee;
  top:8px;
}
