
/* Our fixes */


/* set the background color of journal entries */
/* AS&A July 24 */
.block-statement--note-journalentry {
  background-color: #E9D5D9 !important;;

}


.journalentry-container{
    margin-left: 8.33%;
    width: 83.333%
}

.journalentry-prompt {
 /* color:white !important; */
  /* Edits to original  */
   line-height: 1.3;
  font-family: 'Open Sans' !important;
    color: black ;
    padding-bottom: 10px;
}

.journalentry-prompt strong {
    font-weight: bold;
}

.journalentry-response {
  line-height: 1.3;
  font-family: 'Open Sans' !important; 
   font-size: 90%;
    padding: 6px;
    width:100%;
    height:6em;
}

.journalbuttons-container{
  text-align: center;
}

.journalprintbutton {
    padding: 5px 60px;
    font-family: Open Sans;
    font-weight: 600;
    background-color: #7f091d;
    display: inline-block;
    margin-bottom: 15px;
    color: white;
    margin-right: 20px;
    padding-left: 40px;
    padding-right: 40px;
}


.journalprintbutton:hover {
  opacity:.7;
  cursor:pointer;
}

/* In addition, suggested fixes & improvements from @MelMilloway

These fix the alignment in quiz feedback - forcing it to be left.
We've improved it further by making the font more readable - making the feedback show at the size of the standard text
*/

.quiz-card__feedback-text {
  text-align: left;
  font-size: initial;
}

/* Secondly, this forces larger titles in accordians to display fully - useful for the official qualification titles
*/

.blocks-accordion__title {
  white-space: normal !important;
}
