/* GENERAL */

.activity-intro li {
  font-size: 20px;
}

/* ACTIVITY 1 */

.color-highlight {
  background-color: rgb(255, 255, 123);
  box-shadow: #666 0 0 4px 2px;
  width: 30px;
  height: 30px;
  border: 1px solid #111;
  border-radius: 50%;
  margin: 5px 8px 20px 8px;
  display: inline-block;
  cursor: pointer;
}

.color-picker {
  display: none;
}

.highlighted {
  font-style: normal;
}

/* ACTIVITY 2 */

.text-btn {
  font-size: 30px;
  height: 120px;
}

.mark-text {
  text-align: right;
}

#example-text-one, #example-text-two, #example-text-three {
  position: relative;
  cursor: pointer;
}

#comment-btn-one, #comment-btn-two, #comment-btn-three {
  display: none;
}

.tick {
  position: absolute;
  text-align: center;
  border-radius: 50%;
  width: 24px;
  height: 24px;
  background-color: #98CF05;
}

.tick:after {
  content: '\f00c';
  font-family: FontAwesome;
  color: #FFF;
}

/* ACTIVITY 3 */

.notepad-container {
  display: none;
}

.notepad-container-static .notepad article {
  min-height: 200px;
}

.notepad {
  background-color: #fff563;
  background-image: url("../../images/lined-paper.png");
  border-radius: 6px;
  border: 1px solid #3d3c41;
}

.notepad header {
  background: #3d3c41;
  color: #FFF;
  padding: 10px;
  text-align: center;
  width: 100%;
}

.notepad header h3 {
  color: #FFF;
  font-size: 20px;
  margin: 0;
}

.notepad .text-entry {
  font-family: 'Roboto', sans-serif;
  font-size: 16px;
  padding: 10px;
  min-height: 300px;
  height: auto;
}

.notepad .text-entry:active, .notepad .text-entry:focus {
   border: none;
   box-shadow: none;
   outline: none;
}
