 /*
 * Additional CSS for the bandit task.
 */

 @import url(https://fonts.googleapis.com/css?family=Open+Sans:400italic,700italic,400,700);
.jspsych-btn-same-diff {
  display: inline-block;
  height: 75px;
  width: 150px;
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', 'Arial', sans-serif;
  cursor: pointer;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  border-color: #ccc;
}

.jspsych-btn-confidence {
  display: inline-block;
  height: 75px;
  width: 200px;
  margin: 0px;
  font-size: 20px;
  font-weight: 400;
  font-family: 'Open Sans', 'Arial', sans-serif;
  cursor: pointer;
  line-height: 1.4;
  text-align: center;
  white-space: nowrap;
  vertical-align: middle;
  background-image: none;
  border: 1px solid transparent;
  border-radius: 4px;
  color: #333;
  border-color: #ccc;
}
