Project

General

Profile

1
table {
2
  font-size: 14px;
3
  background-color: #FFFFFF;
4
}
5

    
6
table th, table td {
7
  border: 1px solid #DEDEDE;
8
  padding: 25px 40px;
9
  vertical-align: top;
10
  text-align: start;
11
}
12

    
13
ul.portal-circle {
14
  list-style: none;
15
  padding-left: 40px;
16
  font-family: "Open Sans", sans-serif;
17
}
18

    
19
ul.portal-circle li {
20
  margin: 0 0 2px 0;
21
  position: relative;
22
}
23

    
24
ul.portal-circle li:before {
25
  content: "";
26
  border: 5px var(--portal-main-color) solid !important;
27
  border-radius: 50px;
28
  line-height: 21px;
29
  margin-left: -20px;
30
  position: absolute;
31
  top: 7px;
32
}
33

    
34
@media only screen and (max-width: 959px) {
35
  ul.portal-circle {
36
    padding-left: 20px;
37
  }
38
}
(1-1/3)