.video-embed-container { 
  position: relative;
  padding-bottom: 56.25%; /* magic padding to keep it 16:9 ratio */
  height: 0;
  overflow: hidden;
  max-width: 100%;
  height: auto;
  margin: 20px auto 20px auto;
}

.video-embed-container iframe, 
.video-embed-container object, 
.video-embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border:0;
}

.platform-download-table {
  margin-bottom: 1em;
}

.platform-download-table thead > tr {
  background-color: #eee;
}

.platform-download-table tbody > tr {
  border-bottom: 1px solid #eee;
}

.platform-download-table th, .platform-download-table td {
  padding: 0.5em 1em;
}