﻿body {
    font-size: 0.9rem;
    padding-bottom: 2rem;
}

/* Set padding to keep content from hitting the edges */

.body-content {
    padding-left: 1rem;
    padding-right: 1rem;
    padding-top: 1rem;
}

/* Override the default bootstrap behavior where horizontal description lists 
   will truncate terms that are too long to fit in the left column 
*/

.dl-horizontal dt { white-space: normal; }

input,
select,
textarea { max-width: 280px; }

td.jsonCell { padding: 0; }

.jsonCell div {
    font-size: 0.6rem;
    height: 9rem;
    cursor: pointer;
}

pre[class*=language-] {
    background: transparent;
    margin: 0;
}