body {
  padding: 0;
  margin: 0;
}

#MicInputPanelOuter {
  width: 400px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: 120px; 
  left:40px;
}
#MicInputPanel {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
  height:64px;
}

#InfoPanelOuter {
  height:100px;
  width: 500px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: 120px; 
  left:480px;
}

#SetInfoPanel {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
  height:90px;
}


#OutputPanel {
  padding: 10px;
  font-family: sans-serif;
  font-size: 12px;
}
#OutputPanelOuter {
  width: 942px;
  background: #eee;
  border: 1px solid #ddd;
  display: inline-block;
  position: absolute;
  top: 250px; 
  left:40px;
}


header {
  color: white;
  font-family: sans-serif;
  font-size: 12px;
  padding: 0.1em;
  background: #ccc;
}

footer {
  left: 0;
  right: 0;
  background: #ccc;
}

#history-wrap {
  min-height: 60px;
  max-height: 60px;
  overflow: scroll;
  margin-bottom: 1em;
}
#historyMsg {
  font-family: sans-serif fixed;
  font-size: 11px;
  min-height: 5em;
  padding-bottom: 0em;
}

#say {
  margin: 0.2em;
  border: 1px solid #ddd;
}

#fileReceiverMsg {
  font-family: sans-serif fixed;
  font-size: 11px;
  font-size: 12px;
  padding: 0.1em;
  background: #eee;
  width: 100%;
  margin-right: 50px;
  margin-left: 50px;
  margin-bottom: 8px;
  visibility: hidden;

}

.textInput { width: 50; }

canvas { position: relative; }



.reveal-modal-bg {
    bottom: 0;
    right: 0;
    background: #000;
    background: rgba(0,0,0,.45);
    z-index: 17
}

.reveal-modal,.reveal-modal-bg,dialog {
    position: absolute;
    top: 0;
    display: none;
    left: 0
}

.reveal-modal,dialog {
    visibility: hidden;
    z-index: 18;
    width: 100vw;
    border-radius: 3px;
    background-color: #fff;
    padding: 1.25rem;
    border: 1px solid #666;
    box-shadow: 0 0 10px rgba(0,0,0,.4);
    padding: 1.875rem
}

@media only screen and (max-width: 40em) {
    .reveal-modal,dialog {
        min-height:100vh
    }
}

.reveal-modal .column,.reveal-modal .columns,dialog .column,dialog .columns {
    min-width: 0
}

.reveal-modal>:first-child,dialog>:first-child {
    margin-top: 0
}

.reveal-modal>:last-child,dialog>:last-child {
    margin-bottom: 0
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal,dialog {
        width:80%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto;
        top: 6.25rem
    }
}

.reveal-modal.radius,dialog.radius {
    border-radius: 3px
}

.reveal-modal.round,dialog.round {
    border-radius: 1000px
}

.reveal-modal.collapse,dialog.collapse {
    padding: 0
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.tiny,dialog.tiny {
        width:30%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.small,dialog.small {
        width:40%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.medium,dialog.medium {
        width:60%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.large,dialog.large {
        width:70%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.xlarge,dialog.xlarge {
        width:95%;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal.full,dialog.full {
    top: 0;
    left: 0;
    height: 100%;
    height: 100vh;
    min-height: 100vh;
    max-width: none!important;
    margin-left: 0!important
}

@media only screen and (min-width: 40.063em) {
    .reveal-modal.full,dialog.full {
        width:100vw;
        max-width: 62.5rem;
        left: 0;
        right: 0;
        margin: 0 auto
    }
}

.reveal-modal .close-reveal-modal,dialog .close-reveal-modal {
    font-size: 2.5rem;
    line-height: 1;
    position: absolute;
    top: .625rem;
    right: 1.375rem;
    color: #aaa;
    font-weight: 700;
    cursor: pointer
}
