|
|
.vertical-center {
|
|
|
display: flex;
|
|
|
align-items: center;
|
|
|
}
|
|
|
.logo-image {
|
|
|
min-width: 60px !important;
|
|
|
max-width: 80px !important;
|
|
|
width: 60px !important;
|
|
|
flex-shrink: 0 !important;
|
|
|
}
|
|
|
.big-title h2 {
|
|
|
font-size: 2.5em;
|
|
|
margin: 0;
|
|
|
}
|
|
|
.ask-me p {
|
|
|
font-weight: bold;
|
|
|
font-style: italic;
|
|
|
color: #555;
|
|
|
margin-bottom: 10px;
|
|
|
font-size: 1.5em;
|
|
|
}
|
|
|
button.button_color {
|
|
|
background-color: #366b91 !important;
|
|
|
border-color: #366b91 !important;
|
|
|
}
|
|
|
|
|
|
|
|
|
.section-title h3 {
|
|
|
font-size: 18px !important;
|
|
|
font-weight: 600 !important;
|
|
|
margin: 0 0 12px 0 !important;
|
|
|
color: #333 !important;
|
|
|
}
|
|
|
|
|
|
|
|
|
* table,
|
|
|
* table th,
|
|
|
* table td,
|
|
|
* table tbody,
|
|
|
* table thead,
|
|
|
* table tr {
|
|
|
font-family: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto,
|
|
|
Oxygen, Ubuntu, Cantarell, sans-serif !important;
|
|
|
font-size: 14px !important;
|
|
|
}
|
|
|
|
|
|
.scroll-column {
|
|
|
height: 700px !important;
|
|
|
overflow-y: auto !important;
|
|
|
}
|
|
|
|