#BlogFeedList {
  padding-right: 4px; 
  margin-bottom: 10px;
}

#BlogFeedList ul {
  list-style-type: none;
}

#BlogFeedList li{ 
  display:none;
}

#readContent{
    height:200px;
    display:block;
    padding:10px;
    overflow:hidden;
}

.flex-video {
  position: relative;
  padding-top: 25px;
  padding-bottom: 67.5%;
  height: 0;
  overflow: hidden;
}
 
.flex-video.widescreen { padding-bottom: 57.25%; }
.flex-video.vimeo { padding-top: 0; }
 
.flex-video iframe,
.flex-video object,
.flex-video embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
@media only screen and (max-device-width: 800px), only screen and (device-width: 1024px) and (device-height: 600px), only screen and (width: 1280px) and (orientation: landscape), only screen and (device-width: 800px), only screen and (max-width: 767px) {
  .flex-video { padding-top: 0; }
}

.toolboxTitle {
  margin: 5px 0px -5px 0; 
  text-align: center; 
  font-weight: bold;
}

.toolboxImg {
  text-align: center; 
  padding: 0px; 
  margin: 10px;
}

.toolboxVid {
  padding: 0px; 
  margin: 10px;
}

.tools hr {
  color: #eaeaea;
}

.tools .buttons {
  margin: 10px;
  text-align:center;
}

#moreContent {
  float: right;
  cursor: pointer; 
  cursor: hand; 
}

.clearBottom {
  margin-bottom: 10px;
}

.MPPForm .Actions {
  border-top: 0px;
}

.MPPForm form {
  margin: 0px;
}

.production-table .table-row .table-cell {
  line-height: 12px;
}