@charset "utf-8";
/* CSS Document */

.container{
  margin-top:1em;
}

#activity{
	color:white
}

.row{
  margin-bottom:1em;
}

.btns{
  text-align:center;
}

.centre{
  background:#eaa82e;
  color:black;
  min-height:50px;
  text-align:center;
}

.push{
  background:#0085b4;
  min-height:50px;
  text-align:right;
}

.pull{
  background:#0085b4;
  min-height:50px;
  text-align:left;
}

.btns, .centre{
  cursor:pointer;
}

.btn {
   float:right;
   margin:5px
}

h2.title {
    text-align: center;
    margin-bottom: -20px;
    font-size: xx-large;
;
}

.pullImg, .pushImg{
  min-width:30px;
  border-radius: 0px;
  border:0px
}

#checkCorrect {
	text-align: center;
    font-family: 'Open sans', sans-serif;
    width: 100%;
    margin-top: 15px;
    padding: 1.8% 0 1.8% 0;
    font-weight: bold;
    font-size: larger;
    color: #620100;

}

h3 {
    color: black;
    margin-top: 0px;
    margin-bottom: 1em;
}

@media print {

buttons, .btn{
	display: none;
}
