﻿.explanationBlock {
  background-color: #DFF3EF;
  margin-bottom: 1rem;
  border-radius: 2px;
  padding: 1rem;
  clear:both;
}

.infoBlock {
  background-color: #E0F3FB;
  margin-bottom: 1rem;
  border-radius: 2px;
  padding: 1rem;
  clear: both;

}


.infoBlock table {
  background-color: inherit
}

.infoBlock tr > :first-child {
  vertical-align: top;
  width: 5%;
  padding-right: 5px;
}

.warningBlock {
  background-color: #FFF2F0;
}

.sub-section {
  background-color: #F8F8F8;
  border-radius: 2px;
  padding: 2rem;
  margin-bottom: 1rem;
}

.title-styling {
  font-family: Open Sans;
  font-style: normal;
  font-weight: 600;
  line-height: 19px;
  color: #565656;
}

h3.h3 {
  font-size: 14px !important;
}

h4.h4 {
  font-size: 13px !important;
}

.note-editing-area h1,
.note-editing-area h2,
.note-editing-area h3,
.note-editing-area h4,
.note-editing-area h5,
.note-editing-area p,
.note-editing-area blockquote {
  color: #565656;
}

.note-editing-area h2 {
  font-size: 22px;
}

.note-editing-area h3 {
  font-size: 20px;
}

.note-editing-area p {
  font-size: 16px;
}
