.ui-draggable .ui-dialog-titlebar {
  background: rgba(239, 130, 0, .8);
}

.ui-dialog .ui-dialog-titlebar-close span {

	left: 50%;
	margin-left: -8px;
	margin-top: -8px;
}

.mlt-popup-dialog p {

	font-size: 1.5em;
	color: #747474;

}

.mlt-popup-dialog a {

	color: rgba(239, 130, 0, .8);

}

.mlt-popup-dialog-wrapper {

	width: 90%;
	height: 90%;
	padding-top: 5%;
	margin: 0 auto;
}

.mlt-type {

	font-weight: bold;
}

.mlt-type-physician {

	color: rgba(239, 130, 0, .8);
}

.mlt-type-patient {

	color: red;
}

