1
#annotate-bar {
2
  position: fixed;
3
  width: 80%;
4
  top: 1px;
5
}
6
#sweeted {
7
  z-index: 1000 !important;
8
  display: none;
9
  font-size: 16px;
10
  width: 100%;
11
}
12
.alert {
13
  margin: auto;
14
  width: 700px;
15
  box-shadow: 3px 3px 3px #468847;
16
}