*{
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

#FlashCard-exercise  *{
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

h1 {
	font-size: 20px;
	margin: 0px;
}

body {
  font-family: "Open Sans",Arial,Helvetica,sans-serif !important;
  font-size: 13px;
  line-height: normal;
  color: #000;
}

html {
	font-size: inherit;
}

a, a:hover, a:focus, a:active {
  	color: #0000EE;
	text-decoration: underline;
}

xdiv.linksContainer a{
	color: #333 !important;
}

img {
  vertical-align: baseline;
}

