35 lines
503 B
CSS
35 lines
503 B
CSS
.list-none {
|
|
list-style: none;
|
|
margin-left: -15px;
|
|
}
|
|
|
|
.common-list {
|
|
list-style-type: disc;
|
|
}
|
|
|
|
p,
|
|
ul,
|
|
ol,
|
|
dl,
|
|
li {
|
|
padding-top: 0;
|
|
padding-bottom: 0;
|
|
margin: 10px 0 0;
|
|
}
|
|
.page {
|
|
max-width: 896px;
|
|
font-family: "HSE Sans", "Proxima Nova", "Helvetica Neue", Arial, sans-serif;
|
|
font: 18px;
|
|
margin: auto;
|
|
line-height: 1.33;
|
|
text-align: justify;
|
|
}
|
|
|
|
a:not([class]),
|
|
:link,
|
|
:visited,
|
|
.link {
|
|
color: #007ac5;
|
|
border-bottom-color: rgba(0, 122, 197, 0.3);
|
|
}
|