/*
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 {
  font-size: 25px;
  color: white;
  position: relative;
  left: -2px;
  margin: 53px 151px;
  background: #13c513;
  text-align: center;
  height: 42px;
  border-top-left-radius: 25px;
  /* font-family: myFirstFont; */
  border-bottom-right-radius: 25px;
}

.animate .wrong-answer {
  font-size: 25px;
  color: white;
  position: relative;
  left: -2px;
  margin: 53px 151px;
  background: #f10202;
  text-align: center;
  height: 42px;
  border-top-left-radius: 25px;
  border-bottom-right-radius: 25px;
  /* font-family: myFirstFont; */
}
.animate .right-answer p{
  position: relative;
  left: 0;
  top: 7px;

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

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