html
{
  padding: 0px;
  margin: 0px;
  margin-right: auto;
  width: 100%;
  height: 100%;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14;
  background: url("./assets/GMB_ext_help_page.png") fixed center !important;
  background-size: cover !important;
  background-repeat: no-repeat !important;
}

#wrapper
{
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
	width: 85%;
	padding: 0px 30px 0px 30px;
	min-height: 100%;
	margin: auto;
	text-align: center;
	color: white;
	border-width: 2px;
  background: rgba(100, 100, 100, 0);
}

img
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 100%;
  max-height: 300px;
}

.logo
{
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 350px;
    padding-top: 25px;
}

.ball
{
  display: block;
  margin-left: auto;
  margin-right: auto;
  max-width: 50px;
  padding-top: 25px;
}

.header h1,h2,h3
{
  text-align: center;
  margin: 5px;
}

h1
{
  font-size: 40pt;
}

h2
{
  color: white;
  font-size: 30pt;
}

h3
{
  color: gold;
  font-size: 25pt;
}

span
{
  max-width: 600px;
  margin-bottom: 5px;
}

.row {
  display: flex;
  margin: auto;
}

.column {
  flex: auto;
  padding: 5px;
}

table, th, td
{
  border: 1px solid white;
  border-collapse: collapse;
  align-items: center;
  align-self: center;
  align-content: center;
  margin: auto;
}

th, td {
  padding: 5px;
}

ul
{
  list-style-type: none;
  padding: 0px
}

ul li
{
  padding-bottom: 20px;
  font-size: 15pt;
}

.container {
  position: relative;
}

.text-block {
  position: absolute;
  font-size: 24px;
  top: 78%;
  left: 50%;
  transform: translate(-50%, -50%);
}
