2020-04-29 20:53:07 +00:00
|
|
|
/* Turns specific sections into bold for all platforms
|
|
|
|
Sanghee, Nico, 2020-04-29
|
|
|
|
*/
|
|
|
|
@font-face {
|
|
|
|
font-family: "Nimbus Sans L";
|
|
|
|
src: url("/u/static/font/NimbusSans-Bold.otf") format("opentype");
|
|
|
|
}
|
|
|
|
|
|
|
|
.headlinebold {
|
|
|
|
font-family: "Nimbus Sans L";
|
|
|
|
}
|
2021-09-19 14:12:30 +00:00
|
|
|
|
|
|
|
.colored-table {
|
|
|
|
text-align: center;
|
|
|
|
background: #E5EDF1;
|
|
|
|
}
|
|
|
|
|
|
|
|
.colored-table td, .colored-table th {
|
|
|
|
border: 1px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.colored-table thead th {
|
|
|
|
border-bottom: 2px solid #fff;
|
|
|
|
}
|
|
|
|
|
|
|
|
.bg-offer {
|
|
|
|
background-color: #c0dcf3;
|
|
|
|
}
|
2021-09-19 16:00:07 +00:00
|
|
|
.table-responsive {
|
|
|
|
font-family: "Rubik", sans-serif;
|
|
|
|
font-size: 13px;
|
|
|
|
line-height: 22px;
|
|
|
|
}
|