File: /var/www/rtfmfm.com/run/css/styles.css
body {
font-family: Nunito, sans-serif;
color: #676b6d;
text-align: justify;
text-justify: inter-word;
line-height: 1.5em;
}
h1 {
font-size: 24px;
line-height: 26px;
}
h2 {
font-size: 22px;
}
h1,
h2 {
display: flex;
justify-content: center;
text-align: center;
margin-top: 30px;
font-weight: 700;
}
h4 {
font-size: 16px;
font-weight: 700;
font-style: italic;
margin-block-start: 1em;
margin-block-end: 0.2em;
padding-inline-start: 30px;
}
h3 {
font-size: 18px;
display: block;
margin-block-start: 1em;
margin-block-end: 0.2em;
margin-inline-start: 0px;
margin-inline-end: 0px;
font-weight: bold;
padding-inline-start: 30px;
}
table {
font-size: 0.9em;
}
ul {
list-style-type: disc;
margin-block-start: 0px;
margin-block-end: 0px;
margin-inline-start: 0px;
margin-inline-end: 0px;
padding-inline-start: 30px;
}
.no-discs {
list-style: none;
}
.content_table ul,
.content_table li {
list-style: none;
padding-inline-start: 15px;
text-align: left;
line-height: 1em;
}
.content_table li {
margin-bottom: 10px;
/* border-bottom: 1px solid #ccc; */
}
th,
td,
tr {
text-align: center;
border: 1px solid #d0d0d0;
}
p {
text-indent: 30px;
margin-block-start: 0px;
margin-block-end: 0px;
}
a {
color: #606060;
text-decoration: none;
}
.imagesBlock {
width: 100%;
text-align: center;
}
.training_line {
display: block;
}
.image-title {
margin-block-start: 1em;
font-weight: 700;
}
.img-fluid {
max-width: 100%;
height: auto;
}
.table {
--bs-table-hover-color: #cc0000;
}
.table-hover>tbody>tr:hover>* {
--bs-table-accent-bg: var(--bs-table-hover-bg);
color: var(--bs-table-hover-color);
}
#top_btn {
position: fixed;
bottom: 10px;
right: 10px;
}