.admonitionNote {
	color: rgb(255 255 255 / 87%);
    font-feature-settings: "kern","liga";
    font-family: Helvetica Neue,Helvetica,Arial,sans-serif;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 14%), 0 1px 5px 0 rgb(0 0 0 / 12%), 0 3px 1px -2px rgb(0 0 0 / 20%);
    position: relative;
    margin-bottom: 10px;
    padding: 0 .6rem;
    border-left: .2rem solid #448aff;
    border-top-left-radius: 0.1rem;
    border-top-right-radius: 0.2rem;
    border-bottom-right-radius: 0.2rem;
    border-bottom-left-radius: 0.1rem;
    font-size: .84rem;
    overflow: auto;
    line-height: 1.6;
    width: 229px;
    background: #448aff14;
    border-left: .2rem solid #448aff;
    border-right: 1px solid #448aff59;
    border-top: 1px solid #448aff59;
    border-bottom: 1px solid #448aff59;
}

.admonitionNote p:nth-of-type(2) {
	padding: 12px 2px 12px 2px;
    line-height: 1rem;
}
  
.admonitionTitle {
	margin: 0 -.6rem;
	padding: .4rem .6rem .4rem 2.2rem;
	border-bottom: .05rem solid rgba(68,138,255,.1);
	background-color: rgba(68,138,255,.1);
	font-weight: 700;
	font-size: 1.0rem;
	position: relative;
	word-wrap: break-word;
}
  
.admonitionTitleIcon {
	font-family: Material Icons;
	font-style: normal;
	font-variant: normal;
	font-weight: 400;
	line-height: 1;
	text-transform: none;
	white-space: nowrap;
	word-wrap: normal;
	direction: ltr;
	
	position: absolute;
	left: .6rem;
	color: #448aff;
	font-size: 1.2rem;

	top: 50%;
    transform: translate(0, -50%);
}