323b73b by Anon Ray at 2013-03-30 1
#annotate-bar {
d1dac3f by Anon Ray at 2013-04-16 2
  position: fixed;
3
  width: 80%;
323b73b by Anon Ray at 2013-03-30 4
  top: 1px;
5
}
6
#sweeted {
7
  z-index: 1000 !important;
8
  display: none;
9
  font-size: 16px;
d1dac3f by Anon Ray at 2013-04-16 10
  width: 100%;
11
}
12
.alert {
13
  margin: auto;
14
  width: 700px;
15
  box-shadow: 3px 3px 3px #468847;
323b73b by Anon Ray at 2013-03-30 16
}
1186fd0 by Anon Ray at 2013-07-10 17
#list-anno {
18
  width: 500px;
19
  margin: -250px 0 0 28%;
20
}
10b1159 by Arvind at 2013-07-10 21
.highlight{
22
background-color: rgba(255, 212, 0, 0.6);
23
24
}