/* Shared small overrides that were previously inline in templates */
.butnn-save a{
  color:#fff;
}

.notes_msg{
  color:green;
  margin-left:20px;
  margin-top:15px;
}

.right-menu .mui-btn{
  background-color:#3fa783;
}

a.demo{
  background:#3fa783;
  top: 12px;
  float:right;
}

li.heading{
  background:#3fa783;
}

.course-box{
  background:#3fa783;
}

.home-intro-sub p{
  color:#3fa783;
}

.prettyprint{
  width: 99%;
}

/* Keep legacy behavior: previous templates forced this explicitly */
element.style{
  display: block;
}

