/* Colors */
/* Measurement */
body { background-color: #ffffff; color: #404042; font-family: 'Lato'; }

.head { background-color: #305dab; color: #ffffff; height: 50px; }

.nav { background-color: #404042; }

.nav a { color: #ffffff; font-size: 14px; text-decoration: none; padding-left: 10px; }

.containernav { position: fixed; margin-top: 50px; padding-bottom: 70px; width: 17%; overflow-y: scroll; height: 100%; }

.containercontent { margin-top: 70px; }

h2 { z-index: 1050; position: relative; color: #ffffff; }

h3 { font-size: 2rem; }

h5 { color: #ffffff; }

ul { padding-left: 0px; }

.table-info { --bs-table-bg: #add8e6; }

span.info { background-color: #add8e6; color: #404042; }

.smdivider { height: 20px; }

.lgdivider { height: 70px; }

#topBtn { position: fixed; /* Fixed/sticky position */ bottom: 20px; /* Place the button at the bottom of the page */ right: 30px; /* Place the button 30px from the right */ z-index: 99; /* Make sure it does not overlap */ border: none; /* Remove borders */ outline: none; /* Remove outline */ background-color: #305dab; /* Set a background color */ color: white; /* Text color */ cursor: pointer; /* Add a mouse pointer on hover */ padding: 15px; /* Some padding */ border-radius: 10px; /* Rounded corners */ font-size: 18px; /* Increase font size */ }

#topBtn:hover { background-color: #555; /* Add a dark-grey background on hover */ }

.copy { color: #ffffff; }

ul.numbersUl li { list-style: none; }

.trdivider { border-bottom: 1px solid #000000;}
