/* Copyright (c) 2023 POTI Inc. All rights reserved. */

@font-face {
    font-family: mono;
    src: url(DroidSansMono.woff);
}

div.tool.prime {
    background-color: #3B3A3A;
}

#moapp div.consent span.check.checked {
    background-color: #3B3A3A;
}

div.tool.ancil {
    color: #3B3A3A;
    border: 0.1em solid #3B3A3A;
}

#moapp input, #moapp select, #moapp textarea {
    border: 1px solid #3B3A3A;
}

/* Video section styles */
.video-section {
  position: relative;
  width: 100%;
}

video {
  width: 100%;
}
