@charset "utf-8";

.row{
  margin-bottom:1em;
}

.btns{
  text-align:center;
}

.icon
{
	font-size: 3.2em;
}

.true, .false
{
	background-color: rgba(80, 167, 202, 1);
	min-height: 50px;
	padding: 10px;
	text-align: center;
	color: #fff;
}

.centre
{
	padding: 10px;
	background-color: rgba(49, 112, 143, 1);
	color: #fff;
	text-align: center;
	min-height: 50px;
}

.btns, .centre{
  cursor:pointer;
}

.btn {
   float:right;
   margin:5px
}

h2.title {
    text-align: center;
    font-size: xx-large;
;
}

.pullImg, .pushImg{
  min-width:30px;
  border-radius: 0px;
  border:0px
}

#checkCorrect {
	text-align: right;
    font-family: 'Crete Round', serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
   	font-size: 1.4em;
}

h3 {
    color: black;
    margin-top: 0px;
    margin-bottom: 1em;
}

@media print {

buttons, .btn{
	display: none;
}