
body {
  background-color:rgb(60, 58, 83);
}

.well.question, .well.question:hover, .panel.question, .panel.question:hover   {
  background-color: #999;
  border-color: #999;
}

.well.question.unanswered, .panel.question.unanswered {
  background-color: #eee;
  border-color: #999;
  font-size: 1.5em;
  font-weight: bold;

}

.well.question.unanswered:hover, .panel.question.unanswered:hover {
  background-color: #fff;

}

.panel{
  border-radius: 12px;
}

.panel-heading {
  font-weight: bold;
  color:#333;
  text-transform: none;
}

.panel-footer {
  text-align:center; 
  font-style: italic; 
  margin-bottom: 12px;
  border-style:none;
}

/* Category Headings */
.category-heading {
  font-weight: bold;
  font-size: 1.3em;
  color:#333;
  text-transform: none;
  font-stretch:normal;
}


#question{
    height:100px;
    vertical-align: middle;
    text-align: center;
    font-size: 2em;
    font-weight: bold;
    padding-top: 35px;
    cursor: pointer;
}

/* Question boxes */
.question{
  height:100px;
  vertical-align: middle;
  text-align: center;
  font-size: 2em;
  font-weight: bold;
  padding-top: 35px;
  cursor: pointer;
}

/* List of possible answers */
.answer {
    background-color: #fff;
    color: #333;
    border-color: #ccc;
    font-size: 1.5em;
    text-transform: none;
    letter-spacing: 0;
}

.answer:hover {
    background-color: rgb(214, 252, 199);
    border-color: rgb(107, 128, 99);
    color: #666;
}


.well.question.win {
  background-color: rgb(7, 243, 46);
  color: rgb(1, 85, 15);  
  border-color: rgb(2, 59, 11);
  font-size: 1.5em;
  padding-top:18px;
}



.well.question.lose {
  background-color: rgb(209, 3, 3);
  color: white;
  border-color:rgb(77, 1, 1);
  font-size: 1.5em;
  padding-top:18px;
}

#streak {
  color:rgb(2, 156, 28);
}

.btn {
  white-space: normal !important;
  word-wrap: break-word;
}


/* Poem  */


.poem {
  font-family: "Georgia", "Verdana", "Palatino", serif;
  font-size: 1.2em;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  line-height: 2.2em;
  color: #369;
  padding: 10px;
  margin-left: 5px;
  margin-right: 5px;
  margin-bottom: 10px;
  margin-top:30px;
}

.poem-list {
  font-family:Cambria, Cochin, Georgia, Times, 'Times New Roman', serif;
  font-style: italic;
  font-weight: normal;
  text-align: center;
  font-size: 1.7em;
  line-height: 2em;
  color: #06c;

  padding: 10px;
  margin-left: 30px;
  margin-right: 30px;
  margin-bottom: 10px;
  margin-top:30px;
}

.poem>h4 {
  text-align: center;
  color: #aaa;
  padding: 30px;

}

/* Works, but need to fine tune text alignment. Maybe a background image is better? */
/*
.poem:before{
  content: '" ';
  font-size: 3em;
  color: #369;
  line-height: 1em;
}
*/


.source {
  margin:0;
  color:#666;
  text-align: right;
  font-size: 1em;
  font-style: normal;
  font-weight: bold;
  padding-bottom: 20px;
}

.source:before{ content: "\2014   "; };
