.am-modal-bd{
	color:#45719f;
	font-size: 1.8rem;
	font-family:'cartoon1';
	font-weight: 600;
}
@media only screen and (max-width: 421px)
{
#info .am-modal-dialog{
	background: #f3f2a1;
	width:90%;
	height:400px;
	border:10px;
	border-radius: 10px;
}
}
@media only screen and (max-width: 421px)
{
#ViewWord .am-modal-dialog{
	background: #f3f2a1;
	width:90%;
	height:400px;
	border:10px;
	border-radius: 10px;
}
}

.red{
	color:red;
}

.am-header-title a:hover{
	text-decoration: none;
}
.am-header-title a:focus{
	outline: none;
}