/* CUSTOM STYLING

Add your custom styling here. Note that styling in the source is loaded AFTER this sheet, and has higher priority. Make sure your styles here don't collide with source styles.

*/
/* Hiding OPTIONS from Swagger UI. This is to let users run requests from the Swagger UI
but not showing them pre-flight requests APIs among all available APIs methods. */
.opblock-options {
  display: none;
}
