1
#swt-maker {
2
}
3
#signinview {
4
  margin 0 20px;
5
  padding: 10px;
6
  text-align: center;
7
}
8
#img-annotation-wrapper {
9
  margin: 30px auto 0 auto;
10
  /*border: 1px solid black;*/
11
  /*min-height: 500px;*/
12
}
13
#annotatable-img {
14
}
15
#sweet-list-wrapper {
16
  width: 500px;
17
  min-height: 300px;
18
  position: absolute;
19
  top: 33%;
20
  left: 33%;
21
  z-index: 100;
22
  border: 1px solid #999;
23
  box-shadow: 1px 1px 6px #999;
24
  background-color: #FFF;
25
  padding: 30px;
26
  display: none;
27
}
28
#sweet-list {
29
  margin-bottom: 10px;
30
}
31
.btn-grp {
32
  position: relative;
33
  bottom: -10%;
34
  right: -10%;
35
}
36
#sweet {
37
  display: none;
38
}
39
#helpview {
40
  font-weight: bold;
41
  font-size: 1.3em;
42
  min-height: 60px;
43
  text-align: center;
44
}
45
#app-overlay {
46
  position: absolute;
47
  top: 0px;
48
  display: none;
49
  width: 100%;
50
  height: 100%;
51
  z-index: 10000;
52
  background-color: rgba(255, 255, 255, 0.7);
53
}