1
#ren_overlay {
2
    height:25px;
3
    width:100%;
4
    position:fixed;
5
    top:0%;
6
    left:0%;
7
    background-color:rgba(0, 0, 0, 0.4);
8
    display:block;
9
    text-align:center;
10
    font-size:20px;
11
    color:#fff;
12
}
13
14
#close-button {
15
    height:20px;
16
    margin-right:1px;
17
    text-align:center;
18
    width:50px;
19
    font-size:14px;
20
    font-weight:bold;
21
    background-color:#2f6270;
22
    float:right;
23
}
24
25
#overlay1 {
26
    height:50px;
27
    border:2px solid #7b7b7b;
28
    margin: 0px auto;
29
    z-index:200;
30
    width:230px;
31
    position:fixed;
32
    float:left;
33
    top:35px;
34
    left:20px;
35
    background-color:rgba(0, 0, 0, 0.4);
36
}
37
38
#overlay2 {
39
    height:50px;
40
    border:2px solid #7b7b7b;
41
    margin: 0px auto;
42
    z-index:200;
43
    width:140px;
44
    position:fixed;
45
    float:right;
46
    top:35px;
47
    right:20px;
48
    background-color:rgba(0, 0, 0, 0.4);
49
}
50
51
#menu-button {
52
    text-align:center;
53
    font-size:14px;
54
    float:left;
55
    width:200px;
56
    height:30px;
57
    margin-top:10px;
58
    margin-left:15px;
59
}
60
61
#edit-button {
62
    text-align:center;
63
    margin-top:10px;
64
    margin-left:20px;
65
    width:100px;
66
    height:30px;
67
    font-size:20px;
68
    font-weight:bold;
69
}