/*!
  This is a modified version of Bootstrap.
  Bootstrap code comes first, customizations are at the end of the file.
*/

/*!
 * Bootstrap v2.3.2
 *
 * Copyright 2012 Twitter, Inc
 * Licensed under the Apache License v2.0
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Designed and built with all the love in the world @twitter by @mdo and @fat.
 */

code,
pre {
  padding: 3px 3px 3px 3px;
  font-family: Monaco, Menlo, Consolas, "Courier New", monospace;
  font-size: 16px;
  color: #333333;
  -webkit-border-radius: 3px;
  -moz-border-radius: 3px;
  border-radius: 3px;
}
code {
  padding: 2px 4px;
  color: #d14;
  background-color: #f7f7f9;
  border: 1px solid #e1e1e8;
  white-space: nowrap;
  margin:10px;
}
pre {
  display:flex;
  padding: 9.5px;
  margin: 0 auto;
  margin-top: 10px;
  margin-bottom: 20px;
  font-size: 13px;
  line-height: 20px;
  word-break: break-all;
  word-wrap: break-word;
  white-space: pre;
  white-space: pre-wrap;
  background-color: #f5f5f5;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.15);
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  width:98%;
}
pre.prettyprint {
  margin-bottom: 20px;
}
pre code {
  padding: 0;
  color: inherit;
  white-space: pre;
  white-space: pre-wrap;
  background-color: transparent;
  border: 0;
}
.pre-scrollable {
  max-height: 340px;
  overflow-y: scroll;
}

.copy-button {
  float: right;
  margin-top: 5px;
  margin-right: 10px;
  padding: 5px 10px;
  font-size: 12px;
  display: inline-block;
  padding: 0; /* Remove default padding */
  border: none; /* Remove border if needed */
  background: none; /* Remove background if needed */
  cursor: pointer; /* Change cursor to pointer */
}

.copy-button:hover {
  color: white;
}

.icon {
  width: 20px;
  height: 24px;
  padding:3px;
}

.iconclick {
  width: 20px;
  height: 24px;
  padding:3px;
  border: #333333 1px solid;
  border-radius: 2px;
}

