#magazine {
  margin-left: auto;
  margin-right: auto;
  width: 800px;
  font-family: 'Open Sans', sans-serif;
  color: #444;
  border: 2px solid #069;
  margin-bottom: 2%;
}
.titleInstruction {
  margin: 0 6rem;
  font-size: large;
}
#magazine header {
  background-color: #069;
  color: white;
  font-weight: 700;
  padding-left: 8px;
}
#magazine h1 {
  font-size: 2.2em;
  line-height: 1.4em;
  text-align: left;
}
#magazine h2 {
  font-size: 1.4em;
  text-align: right;
  margin: 10px;
}
#magazine li {
  list-style: square;
}
.intro {
  font-size: 1.4em;
  font-weight: 500;
}
img.cover {
  width: 300px;
  margin-left: 50px;
}
img.smallimage {
  width: 150px;
}
.magPhoto {
  text-align: center;
}
.subTitle {
  font-size: larger;
  font-weight: 600;
  color: #fff;
  background: #069;
  padding: 5px;
  margin: 10px
}
.magArticle {
 margin: 15px;
    font-size: 1.3em;
    line-height: 1.1em;
    padding: 15px;
}
.magArticle p {
  margin: 10px 0px;
}
.magArticle img {
  width: 100%;
  height: auto;
}
.magArticle h4 {
  margin: 0px;
  margin-top: 5px;
}
.maintext {
  -moz-columns: 2;
  -webkit-columns: 2;
  columns: 2;
  column-width: 10px;
  column-gap: 0;
  column-rule: none;
  margin-top: 10px;
  padding-bottom: 20px;
  text-align: justify;
}
.no-column {
  -moz-columns: 1;
  -webkit-columns: 1;
  columns: 1;
  column-width: 100%;
  column-gap: 0;
  column-rule: none;
}
.source {
 color: #069;
   
    font-size: 0.9em;
    font-style: italic;
    padding-left: 5px;
    line-height: 1.6em;
}