/* ======================================================
 *   F L O A T I N G   U P D A T E   B U T T O N   (CSS)
 * ======================================================*/

#floating-update-button-container button {
  border-radius: 20px;
  font-size: 14px;
  background: #CE131A;
  border: 1px solid #CE131A !important;
}

#floating-update-button-container div.middle {
  /* display: none !important; */
}

@media ( max-width: 515px ) {
}

.fixed-bottom {
  position: fixed;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 1030;
  display: flex;
  margin: 20px;
  justify-content: space-evenly;
}
