/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2018, 3:12:09 PM
    Author     : window5
*/
/* @import url('https://fonts.googleapis.com/css2?family=Roboto&display=swap'); */
.animate .right-answer {
  background: #13c513;
  font-size: 20px;
  color: white;
  position: absolute;
  top:40px;
  left: 250px;
 width:200px;
  text-align: center;
  height: 42px;
border-radius: 30px;
}

.animate .wrong-answer {
  background: #f10202;
  font-size: 20px;
  color: white;
  position: absolute;
  top:40px;
  left: 250px;
 width:200px;
  text-align: center;
  height: 42px;
border-radius: 30px;
}
.animate .right-answer p{
  position: relative;
  left: 0;
  top: -10px;

}
.animate .wrong-answer p{
  position: relative;
  left: 0;
  top: -10px;

}
.d-none {
   display: none;  
}
/*# sourceMappingURL=exercise.css.map */