body {
  position: relative;
}

.sized.row {
  /*border-bottom: 1px solid rgb(200,200,200);*/
  padding: 0 0 50px 0;
  overflow: hidden;
  position: relative;
}

.news-content {
  overflow: hidden;
  
}

.active {

  position: relative; 
	font-weight: 600;
}

.article-image {
  height: 400px;
  width: 400px;
  display: inline-block;
}

.article-image-tall {
  height: 90%;
  width: 90%;
  display: inline-block;
}

.article-image-wide {
  height: 300px;
  width: 600px;
  display: inline-block;
}

.halfScaled {
  transform: scale(0.7); /* Equal to scaleX(0.7) scaleY(0.7) */
}

.doubleHalfScale {
  transform: scale(1.5); /* Equal to scaleX(0.7) scaleY(0.7) */
}

.article-image-left {
  float: left;
}

.article-image-right {
  float: right;
}

.youtube-center {
  width: 720px; /* you have to have a size or this method doesn't work */
  height: 480px; /* think about making these max-width instead - might give you some more responsiveness */

  position: relative; /* positions out of the flow, but according to the nearest parent */
  top: 0; right: 0; /* confuse it i guess */
  bottom: 0; left: 0;
  margin: auto; /* make em equal */
}

.article-image-inline {
  height: 75%;
  width: 75%;
  display: inline-block;
  margin: 0 auto;
}

.article-heading {
  padding-bottom: 20px;
  padding-top: 10px;
}

#article-subtitle {
  font-size: 20px;
  color: rgb(150,150,150);
  display: inline;
  padding-top: 20px;
  margin-left: 10px;
}

p {
  margin: 0 0 20px 0 !important;
}

p > a {
    color: #2a6496;
}

p > a:hover {
    color: rgb(40,40,40)
}

div.medium-insert-images-left {
  height: 40%;
  width: 40%;
  max-width: none !important;

}


div.medium-insert-images-left_medium {
  width: 50%;
  max-width: none !important;
}
div.medium-insert-images-right {
  width: 40%;
  max-width: none !important;
}

.content {
  max-width: 600px;
}

.img {
  display: inline-block;
  float: left;
  clear: both;
  margin: 0 20px 10px 0;
}
.img--right {
  float: right;
  margin: 0 0 10px 20px;
}

.img--centre {
  text-align: center;
}

.img--under {
  display: inline-block;
}

figure {
  float: center;
  font-weight: 900;
}

div.medium-insert-images-right_medium {
  width: 50%;
  max-width: none !important;
  float: right;
  width: 50%;
  padding: 0px;
}

.row::after {
  content: "";
  clear: both;
  display: table;
}

div.medium-insert-images-center {
  display: block;
  margin-left: auto;
  margin-right: auto;
  width: 50%;
}

#load-save-menu {
  position: absolute;
  top: 0;
  right: 10px;
}

.edit-button {
  position: absolute;
  top: 45px;
  right: 0;
}

@media (min-width:768px) {
  .item-subtitle {
    display: inline;
    padding: 0;
  }

  .item-image > a {
    display: block;
    margin: 0 0;
  }

  #newsImage {
    display: block;
    margin: 0 0;
  }
}
