
.novice.novice-postman pre.raw.novice.novice-postman {
  border-radius: 0;
  border: none;
  border-right: 1px solid #222;
  color: #fff;
  background-color: #18171b;
  padding: 1em;
  font-size: 14px;
}

.novice.novice-postman table.table-request td.url {
  word-wrap: break-word;
}

.novice.novice-postman .table-request td:first-child {
    font-weight: bold;
    width: 15%;
}

.novice.novice-postman .table-request .description.novice.novice-postman {
    color: #999;
}

.novice.novice-postman .table-request span.method {
    /*background-color: #999;*/
    font-weight: bold;
    padding: 4px;
    border-radius: 3px;
}

.novice.novice-postman .table-request span.method.get {
    color: green;
}

.novice.novice-postman .table-request span.method.post {
    color: orange;
}

.novice.novice-postman .table-request span.method.put {
    color: blue;
}

.novice.novice-postman .table-request span.method.delete {
    color: red;
}

.novice.novice-postman .table-request .method {
  text-transform: uppercase;
}

.novice.novice-postman.description table,
.novice.novice-postman.description table thead tr th,
.novice.novice-postman.description table tbody tr th,
.novice.novice-postman.description table tfoot tr th,
.novice.novice-postman.description table thead tr td,
.novice.novice-postman.description table tbody tr td,
.novice.novice-postman.description table tfoot tr td
{
  border: 1px solid #3D3D3D;
  padding: 3px;
  color: #3D3D3D;
}

code
{
  color: red;
}

.novice.novice-postman.description table{
  border-collapse: collapse;
  border-spacing: 0;
}

.novice.novice-postman.description table thead tr th,
.novice.novice-postman.description table tbody tr th,
.novice.novice-postman.description table tfoot tr th,
.novice.novice-postman.description table thead tr td,
.novice.novice-postman.description table tbody tr td,
.novice.novice-postman.description table tfoot tr td
{
  padding-left: 5px;
  padding-right: 5px;
}

.novice.novice-postman.description table thead tr td,
.novice.novice-postman.description table tbody tr td,
.novice.novice-postman.description table tfoot tr td
{
  font-weight: lighter;
}

.novice.novice-postman.description table thead tr th,
.novice.novice-postman.description table tbody tr th,
.novice.novice-postman.description table tfoot tr th
{
  text-align: center;
}

pre.raw.novice.novice-postman .c1 {
    color: #b729d9;
    font-style: italic;
}
pre.raw.novice.novice-postman .o {
    color: #e67700;
}
pre.raw.novice.novice-postman .k {
    color: #ff8400;
}
pre.raw.novice.novice-postman .mi {
    color: #1299da;
}
pre.raw.novice.novice-postman .nc, pre.raw.novice.novice-postman .nf, pre.raw.novice.novice-postman .nv, pre.raw.novice.novice-postman .nx  {
    color: #fff;
}
pre.raw.novice.novice-postman .p {
    color: #939393;
}
pre.raw.novice.novice-postman .s, pre.raw.novice.novice-postman .s1 {
    color: #56db3a;
}
pre.raw.novice.novice-postman .sd {
    color: #b729d9;
    font-style: italic;
}


/* TABLES */

.novice.novice-postman.table-request.table.table-bordered
{
  background-color: #F2F2F2;
  box-shadow: 5px 5px 8px #888888;
}

.novice.novice-postman.table-request.table.table-bordered td
{
  padding-left: 20px;
  padding-top: 10px;
}

.table-responsive.novice.novice-postman.description table
{
  border-radius: 5px;
  max-width: 500px;
}

.novice.novice-postman.name
{
  color:#E91E63;
}

novice-postman
{
  overflow: scroll;
}