/*
 * CSS for xchain explorer
 */

html {
  position: relative;
  min-height: 100%;
}
body {
  /* Margin bottom by footer height */
  margin-bottom: 40px;
  background-color: #fff;
}

.center {
    text-align: center;
}
.red {
    color: #990000;
}
.green {
  color: green;
}
.orange {
  color: orange;
}
.bold {
    font-weight: bold;
} 

/* Tweak top navbar spacing a bit to make things fit */
.topnav {
  border-bottom: 1px solid #ccc;
}
.topnav .navbar-nav>li>a {
  color: #888;
  padding: 15px 10px 15px 10px;
}
.topnav .navbar-nav>li>a:hover {
  color: #000;
}

.navbar-brand {
  padding-top: 5px;
}

/* CSS for sticky footer (also requires html/)*/
.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  /* Set the fixed height of the footer here */
  height: 30px;
  border-top: 1px solid #ccc;
}
.footer a,
.footer a:visited {
    color: #888;
}
.footer a:hover {
    color: #000;
    text-decoration: underline;
}

.footer ul.nav a {
  padding: 0px;
  padding-right: 5px;
  padding-left: 5px;
  /*padding-top: 0px;*/
}

.footer ul.nav a:hover {
  color: #000;
  background: transparent;
  text-decoration: none;
}

.footer a.btn {
  color: #fff;
}
.footer a.btn:hover {
  text-decoration: none !important;
}

.content-right {
    border-left: 1px solid #ccc;
}
.content-left {
    border-right: 1px solid #ccc;
}


.btn-download {
  width: 250px;
  line-height: 1.0em;
  text-align: left;
  margin-bottom: 10px;
  margin-right: 10px;
}
.btn-download span {
  font-size: 0.6em;
  line-height: 0.6em;
}

.border-top-1 {
  border-top: 1px solid #ccc;
}
.border-bottom-1 {
  border-bottom: 1px solid #ccc;
}

p {
  text-align: justify;
}

h2 {
  border-bottom: 1px solid #ccc;
}

ul.update-list {
  padding-left: 0px;
}
ul.update-list li {
  list-style-type: none;
  margin-bottom: 5px;
}
ul.update-list li span.btn {
  width: 75px;
}

.gallery-screenshots .img-container {
    display: inline-block;
    width: 80px;
    max-height: 80px;
    border: 1px solid #ccc;
    overflow: hidden;
}
.gallery-screenshots img {
  width: 100%;
}