
#realise-notes .changelog {
    background-color: #fff;
    border-radius: 4px;
    box-shadow: 0 1px 8px 0 rgba(0,0,0,.2), 0 3px 4px 0 rgba(0,0,0,.14), 0 3px 3px -2px rgba(0,0,0,.12);
    color: #757575;
    padding: 80px 114px;
    position: relative;
    z-index: 1;
}

#realise-notes .page-title {
    margin-top: 0;
    font-style: italic;
}

#realise-notes .changelog h1 {
    color: #424242;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 26px;
}

#realise-notes .changelog h2 {
    border-color: #CFD8DC;
    color: #424242;
    font-size: 32px;
    font-weight: 300;
    line-height: 40px;
    margin-bottom: 26px;
    padding-bottom: 15px;
}

#realise-notes .badge {
    position: relative;
    top: -3px;
    border-radius: 16px;
    display: inline-block;
    width: 90px;
    height: 32px;
    line-height: 32px;
    margin-right: 10px;
    text-transform: uppercase;
    font-size: 13px;
    font-weight: 700;
    text-align: center;
}

#realise-notes .quote {
  color: #4285F4;
}

#realise-notes .regress {
  color: #dd4b39;
}

#realise-notes .badge-fixed {
    background-color: #dd4b39;
    color: #fff;
}

#realise-notes .badge-added {
    background-color: #0F9D58;
    color: #fff;
}

#realise-notes .badge-changed {
    background-color: #F4B400;
    color: #fff;
}

#realise-notes h1, h2, h3 {
    overflow: hidden;
    padding: 0;
    text-overflow: ellipsis;
}



#realise-notes h2 {
	font-size: 22px;
    border-bottom: 0px;
    margin: 50px 0 0px!important;
    padding-bottom: 0px;
    letter-spacing: -.01em;
}

#realise-notes h2 .date {
	border-bottom: 0px;
    color: #4285F4;
	
}

#realise-notes h3 {
	font-size: 18px;
     margin: 10px 0px 10px 0px;
	  border-bottom: 0px;
	text-align: center;
}

#realise-notes p {
    margin: 16px 0;
    padding: 0;
    text-align: justify;
}

#realise-notes code, pre, .pre-style {
    background: #f7f7f7;
    color: #37474f;
    font: 400 100%/1 Roboto Mono,monospace;
    padding: 1px 4px;
    font: 500 90%/1 Roboto Mono,monospace;
    word-break: break-word;
}

#realise-notes ul {
    display: block;
    list-style: disc outside;
    -webkit-margin-before: 1em;
    -webkit-margin-after: 1em;
    -webkit-margin-start: 0px;
    -webkit-margin-end: 0px;
    -webkit-padding-start: 40px;
    margin: 0;
    padding-left: 0;
}

#realise-notes li {
    list-style-type: none;
    margin: 8px 0 8px 22px;
    padding: 0;
}

#realise-notes :link, :visited {
    color: #039be5;
    outline: 0;
    text-decoration: none;
}

#more {
    display: none;
}

#moreNCTS6 {
    display: none;
}

button {
    padding: 10px;
    font-size: 14px;
    font-weight: 500;
    color: rgb(5, 14, 5);
    border: none;
    border-radius: 30px;
    background-color: rgb(182, 215, 182);
    margin-top: 20px;
    margin-left: 20px;
}