@import url('https://geek-cdn.github.io/css/common.css');


.page-header-logo-container {
  max-width: 600px;
  width: 80%;
  height: 160px;
  background-image: url('../img/logo.png');
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
}

.block-of-material > table {
  text-align: justify;
  margin: 0 auto;
  border-collapse: collapse;
}

.block-of-material > table th,
.block-of-material > table td {
	border: 1px solid black;
}

th {
	background: lightgrey;
}

.page img {
	width: 100%;
	border: 2px solid black;
}

@media (min-width: 1000px) {
	p {
		text-align: center;
	}
}


#mainbar {
  width: 90%;
  margin: 0 auto;
  float: none;

  @media (min-width: 1000px) {
    width: 50%;
  }
}