/* CSS Document */

.voad-video-container {
    position: relative;
    padding-bottom: 56.25%;
    padding-top: 30px; height: 0; overflow: hidden;
    margin-bottom: 3px;
  margin-top: 3px;
}
 
.voad-video-container iframe,
.voad-video-container object,
.voad-video-container embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}

.voad-collapsible1 {  
  background-color: #08104E;
  color: white;
  cursor: pointer;
  padding: 5px;
  width: 100%;
  border: none;
  text-align: left;
  outline: none;
  font-size: 15px;
  border: 1px solid #fff;
  border-radius: 8px;
}

.voad-content {
  padding: 0 18px;
  display: none;
  overflow: hidden;
  background-color: #f1f1f1;
}

.voad-collapsible1:after {
  content: '\0002B'; /* Unicode character for "plus" sign (+) */
  font-size: 13px;
  color: white;
  float: right;
  margin-left: 5px;
  font-size: 20px;
}

.voad-active1:after {
  content: "\0002D"; /* Unicode character for "minus" sign (-) */
    font-size: 25px;
}

.voad-video-note{
  padding-top: 10px;
}

.voad-note-content{
  word-break: break-all;
}
