#global-progress {
- display: none;
position: sticky;
top: 0;
background: white;
right: 0px;
top: 50px;
width: 80vw;
+ max-width: 600px;
height: 300px;
padding: 30px;
overflow: auto;
}
+
+
+.theme-begin {
+ font-size: .9em;
+ position: relative;
+ float: right;
+ margin-bottom: 8px;
+ clear: both;
+ line-height: 1.5em;
+ text-align: left;
+ z-index: 60;
+
+ font-style: normal;
+ font-weight: normal;
+ font-variant: normal;
+ letter-spacing: 0;
+ text-transform: none;
+ text-decoration: none;
+ user-select: none;
+ -webkit-user-select: none;
+ -moz-user-select: none;
+ -ms-user-select: none;
+
+ margin-right: -160px;
+}
}