.preloader {
	position: fixed;
	left: 0px;
	top: 0px;
	width: 100%;
	height: 100%;
	z-index: 9999;
	background: url(..\\images\\preloader.gif) center no-repeat #fff;
}

.topic .close {
  color: gray;
  font-size: 1.2rem;
}

.notes {
  border-color: #ffe168 !important;
  overflow: auto;
  resize: none
}

.notes:focus {
  border-color: #ffe168 !important;
  outline: none !important;
  -webkit-box-shadow: none !important;
  -moz-box-shadow: none !important;
  box-shadow: none !important;
}
  
.topic-text:hover {
  text-decoration: underline;
}