#header {
    display: none;
}
.swagger-section #message-bar {
     display: none; 
     min-height: 0;
}
.footer {
    display: none;
}

#token {
    width: 100%;
    border: 1px solid #ccc;
    margin: 10px 0;
    padding: 10px;
    font-size: 18px;
    box-sizing: border-box;
}

/* Tables
–––––––––––––––––––––––––––––––––––––––––––––––––– */
th,
td {
  padding: 12px 15px;
  text-align: left;
  border-bottom: 1px solid #E1E1E1; }
th:first-child,
td:first-child {
  padding-left: 0 !important; }
th:last-child,
td:last-child {
  padding-right: 0 !important; }

li.operation.get div.heading,
li.operation.post div.heading,
li.operation.put div.heading,
li.operation.head div.heading {
    background-color: white !important;                                  
}

.resource > .heading > .options {
    display: none !important;
}


/* Verstop response class, nergens relevant */
.response-content-type, .content > p > .model-signature {
    /*display: none;*/
}

.propOptKey {
    display: none;
}