33 lines
587 B
CSS
33 lines
587 B
CSS
body {
|
|
background-color: #d3e8ec;
|
|
}
|
|
.u {
|
|
text-decoration: underline;
|
|
}
|
|
.accordion-header .accordion-button {
|
|
font-size: 16pt;
|
|
}
|
|
.accordion-header .accordion-button[aria-expanded="true"] {
|
|
font-weight: bold;
|
|
background-color: #94b6bd;
|
|
color: #ffffff;
|
|
}
|
|
.accordion-button {
|
|
background-color: #f3f3f3;
|
|
}
|
|
.container .container-fluid {
|
|
display: flex;
|
|
}
|
|
body.phone .logo {
|
|
display: none;
|
|
}
|
|
.container .container-fluid .logo img {
|
|
max-height: 220px;
|
|
margin-right: 40px;
|
|
}
|
|
.container .container-fluid .banner {
|
|
}
|
|
body.phone .calBanner .col:first-child {
|
|
display: none;
|
|
}
|