body {
  padding-top: 70px;
  padding-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase {
  width: 850px;
}

/*
.page-header {
  padding-top: 1px;
  padding-bottom: 1px;
  border-bottom: 1px solid gray;
}
*/

.img-thumbnail {
  float: right;
  margin-left: 10px;
  width: 400px;
}

.logo {
  float: left;
  margin-top: -10px;
  margin-right: 50px;
  width: 192px;
  height: 192px;
}

.carousel {
  border-radius: 6px;
  border: 1px solid #eee;
  margin-bottom: 2em;
  padding-top: 1em;
  height: 310px;
}

.carousel .item {
  margin-top: auto;
  margin-bottom: auto;
  height: 250px;
}

.carousel-img {
  padding-left: 350px;
}

.short-img {
  padding-top: 55px;
}

.carousel-caption {
  color: sienna;
  padding-top: 100px;
  padding-right: 300px;
  font-size: 1.2em;
  left: 14%;
}

.carousel-indicators {
  bottom: 0;
}

.carousel-indicators li {
  border: 1px solid black;
  background-color: gray;
}

div#download {
  text-align: center;
  padding-bottom: 2em;
}

div#download table {
  margin-bottom: 2em;
  margin-left: auto;
  margin-right: auto;
}
div#download td {
}
div#download th {
  padding: 0.2em 1em 0.2em 1em;
}
div#download th, div#download td {
  text-align: center;
}
div#download td.big {
  padding: 1em;
}
div#download td.small {
  padding: 1px 1em 1px 1em;
}

.big img {
  height: 96px;
}
.biggish img {
  height: 72px;
}
.medium img {
  height: 64px;
}
.smallish img {
  height: 48px;
}
.small img {
  height: 32px;
}

/*
 * Floating div columns of equal height.
 * Credit to Natalie Downe:
 * http://stackoverflow.com/a/1205485/1207769
 */
.columns {
  overflow: hidden;
  width: 100%;
  padding-bottom: 2em;
}
.columns .column {
  margin-bottom: -500em;
  padding-bottom: 500em;
}
.columns .left {
  float: left;
  width: 49%;
}
.columns .right {
  float: right;
  margin-right: -1px; /* HACK: For IE */
  width: 49%;
}

.centered {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}
.centered td {
  padding: 1px 8px 1px 8px;
}
.form-search {
}
.text-search {
  border: none;
  width:270px;
}
.div-search {
  border: solid 1px #aaa;
  width: 300px;
  height: 25px;
  background: #fff;
  margin-bottom:10px;
}
.button-search {
  border: none;
}

/* Generated via https://codepo8.github.io/css-fork-on-github-ribbon/ */
#forkongithub a {
	background:#000;
	color:#fff;
	text-decoration:none;
	font-family:arial,sans-serif;
	text-align:center;
	font-weight:bold;
	padding:5px 40px;
	font-size:1rem;
	line-height:2rem;
	position:relative;
	transition:0.5s;
}
#forkongithub a:hover {
	background:#c11;
	color:#fff;
}
#forkongithub a::before,#forkongithub a::after {
	content:"";
	width:100%;
	display:block;
	position:absolute;
	top:1px;
	left:0;
	height:1px;
	background:#fff;
}
#forkongithub a::after {
	bottom:1px;top:auto;
}
@media screen and (min-width:800px) {
	#forkongithub{
		position:fixed;
		display:block;
		top:0;
		right:0;
		width:200px;
		overflow:hidden;
		height:200px;
		z-index:9999;
	}
	#forkongithub a {
		width:200px;
		position:absolute;
		top:32px;
		right:-60px;
		transform:rotate(45deg);
		-webkit-transform:rotate(45deg);
		-ms-transform:rotate(45deg);
		-moz-transform:rotate(45deg);
		-o-transform:rotate(45deg);
		box-shadow:4px 4px 10px rgba(0,0,0,0.8);
	}
}
