body {
    background: #000000;
    font-family: 'Open Sans', sans-serif;
    font-size: 1em;
    color: #444444;
    line-height: 1.4;
}

h1 {
    font-size: 1.5em;
    font-weight: 800;
    color: white;
    background: rgb(0, 121, 202);
    padding: 1em;
    text-align: center;
}

.container {
    max-width: 28em;
    margin: 0 auto;
}

#target {
    margin: 2em;
    text-align: center;
}

.build {
  position: relative;
  z-index: 1;
  display: block;
  background: #ffffff;
  box-shadow: 0px 0px 5px 0px rgba(0,0,0,0.25);
  margin-bottom: 2em;
}

.build-details {
    padding: 1em;
}

h2 {
    font-size: 2em;
    font-weight: 800;
    margin-bottom: 0.2em;
}

.group {
  font-size: 1.25em;
  color: rgb(0, 0, 0);
  margin-top: 1em;
  font-weight: 700;
  margin-bottom: 0;
}

.version {
  color: #bbbbbb;
  font-weight: 700;
  margin-bottom: 0;
}

.description {
  margin-top: 1em;
  margin-bottom: 0;
  color: #555555;
  text-align: center;
}

.notes {
  margin-top: 1em;
  margin-bottom: 0;
  color: #bbbbbb;
  text-align: left;
}

.btn-install {
    display: block;
    padding: 1em;
    text-align: center;
    background: rgb(0, 121, 202);
    color: #fff;
    text-decoration: none;
    margin-top: 1em;
}

p:empty {
    display:none;
}

img[src=""] {
   display: none;
}