a {
  color: #00C0FF;
  text-decoration: none;
  font-weight: bold;
}
a:hover {
  color: #1a6775;
  text-shadow: none;
}
.text-center {
  text-align: center !important;
}
hr {
  border-color: #e0e0e0;
}
pre {
  max-width: 100%;
  overflow: hidden;
  white-space: pre-wrap;
  /* css-3 */
  white-space: -moz-pre-wrap;
  /* Mozilla, since 1999 */
  white-space: -pre-wrap;
  /* Opera 4-6 */
  white-space: -o-pre-wrap;
  /* Opera 7 */
  word-wrap: break-word;
  /* Internet Explorer 5.5+ */
}
body {
  background: #172cb9;
  background: -moz-linear-gradient(90deg, #a9e4f7 -15%, #172cb9 100%);
  background: -webkit-linear-gradient(90deg, #a9e4f7 -15%, #172cb9 100%);
  background: linear-gradient(90deg, #a9e4f7 -15%, #172cb9 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#a9e4f7", endColorstr="#172cb9", GradientType=1);
  image-rendering: pixelated;
  image-rendering: -moz-crisp-edges;
  image-rendering: crisp-edges;
  color: #ffffff;
  font-family: Arial, sans-serif;
  padding: 0;
  margin: 0;
  text-shadow: 0 0 8px rgba(0, 0, 0, 0.1);
}
body.cur1,
body.cur1 * {
  cursor: url('/img/cur/c1.png'), default;
}
body.cur2,
body.cur2 * {
  cursor: url('/img/cur/c2.png'), default;
}
body.cur3,
body.cur3 * {
  cursor: url('/img/cur/c3.png'), default;
}
body.cur4,
body.cur4 * {
  cursor: url('/img/cur/c4.png'), default;
}
body.cur5,
body.cur5 * {
  cursor: url('/img/cur/c5.png'), default;
}
body.cur6,
body.cur6 * {
  cursor: url('/img/cur/c6.png'), default;
}
#header {
  text-align: center;
  padding: 25px 0;
  height: 180px;
  background: url("/img/deltaXPblue.png") repeat-x;
  text-shadow: 0 0 4px rgba(0, 0, 0, 0.5);
}
#header h1 {
  margin: 0;
  font-size: 32px;
  line-height: 1.5;
  display: block;
}
#header h1 sup {
  color: #fe5512;
  position: relative;
  left: -5px;
}
#header p {
  margin: 0 0 15px 0;
  line-height: 1.5;
  font-size: 14px;
  text-align: center;
}
#header .container {
  margin-top: 0;
  margin-bottom: 0;
}
a.btn {
  background: #00C0FF;
  display: block;
  width: 180px;
  margin: 20px auto;
  line-height: 1.5;
  padding: 5px 0;
  color: #000;
  font-weight: bold;
  text-decoration: none;
  box-shadow: 0 0 4px rgba(255, 255, 255, 0.2);
  text-align: center;
  text-shadow: none;
  -webkit-font-smoothing: antialiased;
  font-size: 13px;
  box-sizing: border-box;
  border: 1px solid #003c74;
  background: linear-gradient(180deg, #fff, #ecebe5 86%, #d8d0c4);
  border-radius: 3px;
}
a.btn.btn-smaller-margin {
  margin-top: 10px;
  margin-bottom: 10px;
}
a.btn.btn-readme {
  color: #555;
}
a.btn:hover {
  box-shadow: inset -1px 1px #fff0cf, inset 1px 2px #fdd889, inset -2px 2px #fbc761, inset 2px -2px #e5a01a;
}
a.btn:active {
  box-shadow: inset -1px 1px #fff0cf, inset 1px 2px #fdd889, inset -2px 2px #fbc761, inset 2px -2px #e5a01a;
  background: linear-gradient(180deg, #cdcac3, #e3e3db 8%, #e5e5de 94%, #f2f2f1);
}
a.btn:focus {
  box-shadow: inset -1px 1px #cee7ff, inset 1px 2px #98b8ea, inset -2px 2px #bcd4f6, inset 1px -1px #89ade4, inset 2px -2px #89ade4;
}
a.btn span {
  color: #444;
  margin-left: 5px;
}
.containers-centered {
  text-align: center;
}
.containers-centered .container {
  text-align: left;
}
.container {
  width: 600px;
  margin: 15px auto;
  display: block;
  line-height: 1.5;
  padding: 0 15px;
  box-sizing: border-box;
  max-width: 100%;
}
.container h2 {
  font-size: 22px;
}
.container p {
  font-size: 14px;
  text-align: justify;
}
.container img {
  max-width: 100%;
  text-align: center;
  margin: 5px auto 30px auto;
  display: block;
}
.container ul {
  font-size: 14px;
}
#download {
  text-align: center;
  margin-top: 30px;
}
#download .btn-dl {
  margin-bottom: 15px;
}
#download small {
  font-size: 12px;
  color: #ddd;
  font-family: "Cascadia Mono", monospace;
  text-align: justify;
  display: inline-block;
}
#download h3 {
  color: #d0d0d0;
}
#download h3.no-bottom-margin {
  margin-bottom: 0;
}
#download h3 > span {
  margin-left: 5px;
  color: #fff;
}
#download table {
  background: none;
  border: none;
  box-shadow: none;
  width: 100%;
}
#download table td {
  width: 50%;
  vertical-align: top;
}
#changelog h5 {
  margin-bottom: 0;
}
#changelog p,
#changelog ul {
  margin-top: 5px;
  font-size: 12px;
}
#changelog ul {
  padding-left: 12px;
}
.text-muted {
  color: #d0d0d0;
}
#footer {
  text-align: center;
  color: #fff;
  font-weight: bold;
}
#footer img {
  margin-top: 5px;
  margin-bottom: 15px;
}
#footer small {
  font-weight: normal;
  line-height: 1.2;
  font-size: 10px;
  font-family: "Cascadia Mono", monospace;
  color: #ddd;
  text-align: justify;
  display: block;
}
