1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
| .smdiv{
| width: 20px;
| height: 20px;
| border-radius: 50%;
| background-color: white;
| color: red;
| position: absolute;
| top: 105px;
| left: 27px;
| text-align: center;
| }
|
| .radius{
| width: 40px;
| height: 40px;
| // background-color: aqua;
| border-radius: 50%;
| position: absolute;
| top: 87px;
| left: -2px;
| }
|
| .map-img{
| width: 35px;
| height: 40px;
| border-radius: 50%;
| position: absolute;
| top: 87px;
| left: -2px;
| }
|
| audio::-internal-media-controls-overflow-button{
| display:none;
| }
|
| audio::-webkit-media-controls-enclosure, video::-webkit-media-controls-enclosure {
| bottom: 0px;
| text-indent: 0px;
| box-sizing: border-box;
| display: flex;
| justify-content: flex-end;
| width: 100%;
| padding: 0px;
| margin: 0px;
| flex: 1 1 0%;
| }
|
|