diff --git a/styles.css b/styles.css
index 7ee1fa81915a937f4b3714a43d8bca3ed46ecf3d..708b28fb99c5bb125599c8818cf8824a4a73b2dd 100644
--- a/styles.css
+++ b/styles.css
@@ -655,11 +655,11 @@ ul.nav.navbar-nav.ml-auto {
 	display: none;
 	position: absolute;
 	top: -3rem;
-	left: -85px;
+	left: -135px;
 	background-color: #333;
 	color: #fafafa;
-	padding: 0 5px;
-	width: 200px;
+	padding: 0 10px;
+	width: 300px;
 	height: 2.5rem;
 	line-height: 2.5rem;
 	border-radius: 0.15rem;
@@ -669,6 +669,9 @@ ul.nav.navbar-nav.ml-auto {
 }
 .iena-h-prog-mod-item:hover span.popover-module {
 	display: inline;
+	overflow: hidden;
+  white-space: nowrap;
+  text-overflow: ellipsis;
 }
 .iena-h-prog-mod-item span.popover-module:before {
 	content:'';
@@ -677,7 +680,7 @@ ul.nav.navbar-nav.ml-auto {
 	position:absolute;
 	left:0;
 	top:0;
-	background:linear-gradient(90deg, rgba(51, 51, 51, 0) 160px, rgba(51, 51, 51, 1) 185px);
+	/*background:linear-gradient(90deg, rgba(51, 51, 51, 0) 220px, rgba(51, 51, 51, 1) 300px);*/
 }
 
 /* Group select */