/* Activity Intro Font Size Changes */

.activity-intro ol li, .activity-intro ul li {
  font-size: 20px;
  line-height: 30px;
}

/* Screen 1 & 2 */

/* Hidden Content */

.text {
  display: none;
}

.question {
  display: none;
}

.btnCheck, .btnReset, .btnRestart {
  display: none;
}

/* Pink Well */

.follow-on-task .well {
  background-color: rgba(192, 108, 132, 0.3);
  border-color: #C06C84;
  border-radius: 4px;
}

.well p:last-child, .well p.lead:last-child, .well ul {
  margin-bottom: 0;
}

/* Timer */

.timer {
  margin: 25px auto 25px;
  width: 320px;
  text-align: center;
}

/* Buttons */

.btnRestart {
  margin-bottom: 25px;
}

.btn-xl {
  padding: 20px 48px;
  font-size: 40px;
  margin: 0 auto;
}

/* Table and Text Entry Boxes */

.table {
  font-size: 18px;
}

.text-entry {
  background: #FFF;
  border-radius: 4px;
  border: 2px solid #C06C84;
  cursor: text;
  font-size: 16px;
  margin-top: 20px;
  min-height: 150px;
  padding: 10px;
}

.table-text-entry {
  cursor: text;
  display: block;
  height: auto;
  width: 100%;
}

[contenteditable=true]:empty:before{
  content: attr(placeholder);
  display: block; /* For Firefox */
}

p.answer {
  font-size: 20px;
  font-weight: bold;
  margin-top: 20px;
}

/* Quesiton Feedback */

.feedback .correct, .feedback .incorrect {
  display: none;
}

.fa-check {
  color: #4cae4c;
}

.fa-times {
  color: #ac2925;
}

/* Add to Notes sections */

.tab-content>.tab-pane {
  padding: 25px;
  min-height: 300px;
}

.nav-tabs li a {
  background: #C06C84;
  color: #FFF!important;
  text-decoration: none!important;
  font-size: 18px;
  font-weight: normal!important;
}

.nav-tabs li a:hover {
  border-color: rgba(192, 108, 132, .8);
  background: rgba(192, 108, 132, .8);
}

.nav-tabs li.active a {
  color: #C06C84!important;
}

.tabs {
  border: 1px solid #CACACA;
  border-top: none;
}

.tabText {
  border: 1px dashed #CCC;
  font-size: 16px;
  line-height: 26px;
  margin-bottom: 10px;
  padding: 10px;
}

.removeThisTextBtn {
  cursor: pointer;
  margin: 0 0 20px 20px;
  z-index:10000;
}

.removeThisTextBtn:hover {
  opacity: .8;
}

/* Annontation Screen */

.tab-notes {
  border: 1px solid #CACACA;
}

.tab-notes header {
  background-color: #CACACA;
  border-bottom: 1px solid #CACACA;
  font-size: 18px;
  padding: 8px 10px;
}

.text-container {
  padding: 8px 10px;
}

.tabText {
  border: 1px dashed #CCC;
  padding: 5px;
  margin-bottom: 10px;
  cursor: pointer;
}

.tabText.addToNotes {
  font-size: 14px;
}

.chosenNotes {
  background: rgb(255,255,153);
}

.mce-edit-area {
  min-height: 489px!important;
}

/* Tablet */
@media(min-width: 768px){



}


/* Desktop */
@media(min-width:992px){



}


/* Large Desktop */
@media(min-width:1200px){



}

/* Print */
@media print {

  #notes {
    display: none;
  }
}