body {} | |
#reload_captcha { | |
display: inline; | |
} | |
#main_container { | |
width: clamp(400px, 70%, 700px); | |
margin-bottom: 200px; | |
margin-top: 20px; | |
} | |
.tooltip { | |
font-size: 11pt; | |
line-height: 1.1; | |
text-align: left; | |
} | |
h1 { | |
color: #00973A; | |
margin-top: 20px; | |
font-size: 2em; | |
} | |
h2 { | |
color: #00973A; | |
font-size: 1.75em; | |
margin-top: 20px; | |
} | |
.tooltip-inner h1 { | |
color: inherit; | |
font-weight: bold; | |
margin-top: 20px; | |
font-size: 1.2em; | |
} | |
.tooltip h2 { | |
color: inherit; | |
font-size: 1.15em; | |
font-weight: bold; | |
} | |
.tooltip-inner { | |
max-width: 400px; | |
margin-bottom: 5em; | |
; | |
text-align: left; | |
} | |
.tooltip-inner * { | |
margin-left: 1em; | |
margin-right: 1em; | |
} | |
.tooltip-inner body { | |
padding-bottom: 1em; | |
} | |
.tooltip-inner ul { | |
list-style-type: disc; | |
margin-left: 20px; | |
padding-left: 20px; | |
text-align: left; | |
} | |
.figure { | |
margin-top: 2em; | |
margin-bottom: 2em; | |
} | |
.figure-img { | |
text-align: center; | |
} | |
.figure-caption { | |
display: table-caption; | |
caption-side: bottom; | |
text-align: center; | |
} | |
input.form-control::placeholder { | |
opacity: .5; | |
} |