/* _____________________________
  |                             |
  |   Copyright (C) 2023, JEP   |
  |_____________________________|

  webapp.css is part of the Formulate plugin.
*/

.webappinstall_chrome {
	top: 5px;
	right: 5px;
	padding: 5px 10px;
	position: fixed;
	background: #eeeeee;
	border-radius: 5px;
}

.webappinstall_chrome span,
.webappinstall_chrome b {
	vertical-align: top;
}

.webappinstall_chrome img {
	padding: 2px 6px;
}

.webappinstall_safari {
	right: 0;
	bottom: 5px;
	left: 0;
	padding: 5px 10px;
	position: fixed;
	background: #eeeeee;
	border-radius: 5px;
	text-align: center;
}

.webappinstall_safari img {
	padding: 0 5px;
}