body {
	background: white;
	background-image: url(logo-grey.svg);
  background-size: 100%;
  background-attachment: fixed;
  background-repeat: no-repeat;
  margin: 24px;
  font-family: "Open Sans", Sans-Serif;
  font-size: 1.2em;
  color: #16502d; }

header.header, footer.footer {
  width: 100%;
  text-align: center; }

a {
    color: #16502d;
    text-decoration: none; }

a.sign {
  	font-size: 0.8em;
    color: #008000; }

a.comment {
  	font-size: 0.8em;
    color: #a00000; }

h3 {
	text-align: center;
}

.full-width-centered {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center; /* Optional: for text centering */
}

.clear {
  clear: both; }

.section {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: -12px;
  margin-right: -12px;
  padding: 12px;
  overflow: auto; }

.article {
  margin: auto;
  max-width: 580px; }

.label-value-list {
    display: flex;
    flex-direction: column;
		width: 100%;
}

.item {
    display: flex;
    justify-content: space-between;
    margin-bottom: 16px;
}

.label {
    flex: 2;
    #font-weight: bold;
    #margin-right: 10px;
}

.value {
    flex: 3;
    font-weight: bold;
    text-align: left;
    #color: #555;
}



@media all and (max-width: 580px) {
  .columns img {
    display: block;
    margin-left: auto;
    margin-right: auto;
    max-width: 300px; } }
@media not all and (max-width: 580px) {
  .columns {
    margin-right: -3%; }
    .columns > * {
      margin-right: 3%;
      float: left; }
    .columns .right {
      float: right; }
    .columns .small {
      width: 30%; }
    .columns .big {
      width: 64%; }
    .columns .half {
      width: 47%; }
    .columns .third {
      width: 30.3%; }
    .columns .quarter {
      width: 22%; }
    .columns .fifth {
      width: 17%; }
    .columns .sixth {
      width: 13.66%; } }
