code pre {
    padding: 10px;
    border: 1px dashed blue;
    background-color: #D0D0D0;
    display: inline-block;
}
li code {
    display: block;
}
.col {
    display: inline-block;
    margin-right: 20px;
}
label {
    font-weight: bold;
}
#rawCurrent .value {
    display: inline-block;
    margin-left: 5px;
}
ul.params {
    list-style: none;
    padding: 0;
    margin: 0;
    background-color: #dcedff;
}
ul.params li {
    padding-left: 15px;
    border-bottom: 1px solid #337ab7;
    margin-bottom: 5px;
}
.params .plabel {
    font-style: italic;
}
.params .pname {
    font-weight: bold;
}
.params .ptype {
    font-weight: 400;
    line-height: 1;
    color: #777;
}
.params .pdesc {
    padding-left: 5px;
}
