/* www/styles.css */

p {
  font-size: 14px;
}

body {
  font-size: 14px;
}

ol, ul, dl {
    margin-top: 0;
    margin-bottom: 0.5rem;
}

.my-markdown {
    font-family: monospace;
    padding: 10px;
    font-size: 12px;
    margin-bottom: 0px;
}

.selectize-dropdown,
.selectize-input,
.selectize-input input {
  font-size: 0.9rem !important;

}

.my-markdown p, .help-block {
    font-size: 12px;
    margin-bottom: 3px;
}

.my-markdown li {
    font-size: 12px;
    margin-bottom: 0px;
}


.my-markdown ul {
    margin-bottom: 3px;
    padding-left: 10px;
}

shiny-spinner-placeholder {
    height:400px !important;
}

.shiny-progress-detail {
      display: block !important;
      margin-top: 6px;
      font-size: 0.9em;
      opacity: 0.9;
    }

