.media-table {
  width: 100%;
  border-collapse: collapse;
border-color: #0000 !important;
 margin: 0px 0 50px 0;
}

.media-table th {
  text-align: left;
  font-size: 32px;
  line-height:42px;
  font-weight:600;
  padding: 10px;
  border-bottom:4px solid #000;
  border-right: 0px !important;

}

.media-table tbody {
    border: 1px solid #dddd;
}



.media-table td {
  padding: 5px;
  vertical-align: top;
}

.media-controls {
  width: 20%;
  white-space: nowrap;
}

.media-details  {
  width: 15%;
  white-space: nowrap;
}

.media-button {
  background-color: #000;
  color: #fff;
  border: none;
  padding: 5px;
  cursor: pointer;
}

.media-date, .media-speaker {
  display: block;
}

.media-title {
  width: 35%;
}

.media-notes {
  width: 15%;
  text-align: right;
  margin-left:auto;
}

.media-button, .notes-button {
    padding: 5px;
    font-size: 12px;
    cursor: pointer;
    background-color: #fff;
    color: #000;
    border: 2px solid #000;
}

.media-player {
  padding: 10px 0;
}

audio {
  width: 100%;
}



@media only screen and (max-width:600px) {
    .media-table td {width:100%;}
}



/*  */


#videoOver {display: none;}

#videoOver.visible {display: flex;    justify-content: center;    align-items: center;}

#closeBtn {
  cursor: pointer;
}

#vidMain {
  width:auto ;
  height: 500px;
}


body.overflow-none {
  overflow: hidden;
}
