diff --git a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
index a09bcd0..dd595e2 100644
--- a/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
+++ b/400-SOURCECODE/AIAHTML5.Web/app/controllers/DAController.js
@@ -8610,6 +8610,9 @@ function OnIdentityClick() {
function OnZoom()
{
+ //Dissectible Anatomy > Extract and Annotations displays apart on the page after click on Zoom-in.
+ $(".com").remove();
+ $("#bord").remove();
console.log('OnZoom is called outside ');
var scope = angular.element(document.getElementById("daView")).scope();
scope.$apply(function () {
diff --git a/400-SOURCECODE/AIAHTML5.Web/index.html b/400-SOURCECODE/AIAHTML5.Web/index.html
index 9d5c79c..58ced0f 100644
--- a/400-SOURCECODE/AIAHTML5.Web/index.html
+++ b/400-SOURCECODE/AIAHTML5.Web/index.html
@@ -45,7 +45,15 @@
/*.ActiveDefaultColorAnnotation {
background-color: #000000!important;
}*/
- .ActiveFormattingButtonClass {
+
+
+ #termList option:hover {
+ background-color: #3399FF;
+ color:#fff;
+ }
+
+
+ .ActiveFormattingButtonClass {
background-color: #1B92D0 !important;
}