<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
br {
   margin: 0;
   padding: 0;
}

.edit-icon-question {
   float: right;
   cursor: pointer;
   padding: 3px;
   background: rgba(255, 255, 255, 0.5);
}

.not-active-question {
   float: right;
   margin: 0 20px;
   color: white;
   font-weight: bold;
}

.deleted {
   font-weight: bold;
   color: red;
}

.boldd {
   font-weight: bold;
   font-size: 14pt;
}

.move-icon {
   width: 26px;
   height: 26px;
   float: right;
   cursor: pointer;
   padding: 3px;
   background: rgba(255, 255, 255, 0.5);
   margin: 0 10px 0 0;
   text-align: center;
   line-height: 20px;
}

.left-padding {
   margin-left: 10px;
}

.message-category {
   margin: 30px 0;
   background: none;
}

.message-category-title {
   font-size: 24pt;
   font-weight: bold;
   margin: 5px 0;
   text-align: left;
}

.accordion-section-title {
   text-align: left;
}

.message-date {
   margin-left: 20px;
   color: white;
}

.message-player-box {
   /*max-width: 400px;*/
}

.audio-player {
   width: 360px;
   margin: 0 auto;
}

.play-button {
   float: right;
   width: 26px;
   height: 26px;
   background: rgba(255, 255, 255, 0.5) url(../images/play-24.png) center center;
}

.audio-button {
   float: right;
   width: 26px;
   height: 26px;
   background: rgba(255, 255, 255, 0.5) url(../images/audio-24.png) center center;
   margin-left: 10px;
}

.video-button {
   float: right;
   width: 26px;
   height: 26px;
   background: rgba(255, 255, 255, 0.5) url(../images/video-24.png) center center;
   margin-left: 10px;
}

.input-div {
   width: 530px;
   margin: 10px auto;
   font-size: 14pt;
   text-align: left;
}

.input-label {
   display: inline-block;
   color: #555555;
   font-weight: bold;
   width: 100px;
}

.input-div input[type=text] {
   padding-left: 5px;
   float: right;
}

select {
   width: 400px;
   padding: 3px;
   float: right;
}

video {
   width: 100%;
   height: auto;
   max-height: 100%;
}

#filter-container {
   position: relative;
   display: inline-block;
}

#filter {
   display: block;
   width: 280px;
   padding: 3px;
   font-size: 14pt;
}

#filter-count {
   float: right;
   margin-left: 10px;
   height: 20px;
}

#language-chooser {
   display: block;
   width: 280px;
   margin-bottom: 10px;
   padding: 5px;
   font-size: 14pt;
   float: none;
}

@media (max-width: 480px) {

   .audio-player {
      width: 320px;
      margin: 0 auto;
   }

}


</pre></body></html>