/* Hi there */
.json-container {
    font-size: 10px !important;
}

.wrapped-pre {
    white-space: pre-wrap;       /* Since CSS 2.1 */
    white-space: -moz-pre-wrap;  /* Mozilla, since 1999 */
    white-space: -o-pre-wrap;    /* Opera 7 */
    word-wrap: break-word;       /* Internet Explorer 5.5+ */
}
.loading{
    max-width:198px;
}

#logout-form button {
  background: none;
  border: none;
  cursor: pointer;
}
/*
div.dt-processing > div {
  display: none;
}*/

div.dt-processing>div:last-child {
    display: none;
}
