@import url("https://cdn.jsdelivr.net/npm/bootstrap-icons@1.3.0/font/bootstrap-icons.css");


.breadcrumb-item+.breadcrumb-item::before {
	content: url(data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHdpZHRoPSI4IiBoZWlnaHQ9IjgiPjxwYXRoIGQ9Ik0yLjUgMEwxIDEuNSAzLjUgNCAxIDYuNSAyLjUgOGw0LTQtNC00eiIgZmlsbD0iY3VycmVudENvbG9yIi8+PC9zdmc+);
}



.note_wrap{
  background: #F8F9FA;
  padding: 1em 1em;
  width: 100%;
  margin: 0px auto;
  margin-bottom: 30px;
  border: solid 10px #1D4661;
  border-radius: 20px;

  box-shadow: 5px 5px 20px 5px rgba(0,0,0,0.7);

}
.note{
/*
  background-image:
    linear-gradient(
      180deg,
      rgba(0,0,0,0) 0%,
      rgba(0,0,0,0) 97%,
      #ddd 97%,
      #ddd 100%
    );
*/
  background-size:100% 2em;
  line-height:2;
}
.note p{
	font-size: 1em;
 	margin-bottom:0em;
 	/*
 	margin-left: 30%;
 	*/
}