

.block-impact--note-journalentry {
  background-color: #358293; /* set the background color of journal entries */
}


.journalentry-container{
    margin-left: 8.33%;
    width: 83.333%;
}

.journalentry-prompt {
  color:rgb(255, 255, 255)!important; /*Defines the colour of the text for the question/prompts*/
  font-family:'Lato'; /*Defines the font for the question/prompts*/
  font-weight: 700;
  margin-bottom:15px;
}

.journalentry-prompt strong {
    font-weight: 700;
  }

.journalentry-response {
    width:100%;
    height:7em;
    font-size:20px; /*Defines the font size for the answer box the student types in*/
    font-family:'Roboto'; /*Defines the font for the answer box the student types in*/
}

.journalbuttons-container{
  text-align: center;
}

.journalprintbutton {
  padding: 5px 10px;
  background-color: #0a4957; /*Defines the background colour for the print buttons*/
  display: inline-block;
  margin-bottom: 42px;
  color: #ffffff; /*Defines the text colour for the print buttons*/
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius:30px;
  font-size:1.2rem;
  text-transform: uppercase;
  font-family: 'Lato'; /*Defines the font used for the print buttons*/
  font-weight: 700;
}

.journalprintbuttonaction {
  display: none!important;  		/* remove the comment marks from the beginning and end of this line if you want to hide the Print Action Plan button*/
  padding: 5px 10px;
  background-color: #0a4957; /*Defines the background colour for the print buttons*/
  display: inline-block;
  margin-bottom: 42px;
  color: #ffffff; /*Defines the text colour for the print buttons*/
  margin-right: 60px;
  padding-left: 20px;
  padding-right: 20px;
  border-radius:30px;
  font-size:1.2rem;
  text-transform: uppercase;
  font-family: 'Lato'; /*Defines the font used for the print buttons*/
  font-weight: 700;
}

.journalprintbutton:hover {
  opacity:.7;
  cursor:pointer;
}

.journalprintbuttonaction:hover {
  opacity:.7;
  cursor:pointer;
}