body {

    background-color: #FFFFFF;
    font-family: "Helvetica Narrow", sans-serif, Tahoma;
}


.flashcard{ 
	height: 190px;
	text-align: center;
}

.flashlist{ 
  text-align:left;
  background: #FFFFFF url('/images/index_card3.png') repeat top center;
}

.flashcard #wordtitle{
  	font-size:2.2em;
	padding-bottom: 0.7em;
}

.flashlist #wordtitle{
  	font-size: 1.5em;
}

#item{
	padding-top: 80px;
	/*background: #FFFFF8;*/
	height: 350px;
	background: #FFFFFF url('/images/index_card3.png') no-repeat top center;
}

#wordtitle a{
  	text-decoration:none;
  	color:black;
}

#answer {
	text-align: left;
	font-size: 1em;
	margin-bottom: 1em;
	color:black;
}

#wordexamples, #wordmeaning{
	padding: 0.3em;
}

#wordmeaning{
	font-weight: bold;
}

#wordexamples a{
	text-decoration:none;
	color:blue;
}

#progress {
    -webkit-border-radius: 10px;
    background-color: rgba(0,0,0,.7);
    color: white;
    font-size: 18px;
    font-weight: bold;
    height: 80px;
    left: 60px;
    line-height: 80px;
    margin: 0 auto;
    position: absolute;
    text-align: center;
    top: 120px;
    width: 200px;
}
