/* Enter Your Custom CSS Here */
#content .co-production {
  margin-bottom: 50px;
}
#content .co-production h3 {
  margin-bottom: 0.1em;
  color: #777;
}
#content .co-production img {
  width: 180px;
  height: auto;
}
#content .co-production .clearfix {
  clear: left;
  min-height: 120px;
}
#menu-main-menus .externalLink:after {
  margin-left: 3px;
  content: "\f08e";
  font-family: FontAwesome;
  font-size: 0.75em;
}

@media screen and (max-width:480px) {
  #content .co-production img {
    float: none;
    margin-bottom: -1em;
    width: auto;
  }
}

.twitter-tweet,
.EmbeddedTweet {
	margin: 0 auto;
}