 #toasts {position: fixed;bottom: 10px;right: 10px;display: flex;flex-direction: column;align-items: flex-end;}.toast {background-color: #fff;border-radius: 5px;padding: 1rem 2rem;margin: 0.5rem;}.toast.info {color: black;background-color: yellow;}.toast.success {color: white;background-color: green;}.toast.error {color: white;background-color: red;}.space {width: 20px;}.btn-group button {background-color: #6B6570;border: 1px solid white;color: white;padding: 10px 24px;cursor: pointer;float: left;margin-top: 20px;margin-bottom: 20px;}.btn-group button:not(:last-child) {border-right: none;}.btn-group:after {content: "";clear: both;display: table;}.btn-group button:hover {background-color: yellow;border: 1px solid yellow;color: black;}.dropbtn:hover, .dropbtn:focus {background-color: #2980B9;}.dropdown {position: relative;display: inline-block;float: right;}.dropdown-content {font-size: 0.8rem;display: none;position: absolute;background-color: #f1f1f1;min-width: 160px;box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);z-index: 1;}.dropdown-content a {color: black;padding: 12px 16px;text-decoration: none;display: block;}.dropdown-content a:hover {background-color: #ddd}.show {display:block;}.version {color: white;font-size: 0.6rem;}