﻿body {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 60px;
}

html {
  position: relative;
  min-height: 100%;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.table-nonfluid {
   width: auto !important;
}

div.validation-summary-errors.alert ul {
	display: inline-block !important;
	padding-left: 10px;
}

div.validation-summary-errors.alert li {
	list-style-type: none;
}

.footer {
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 60px;
  background-color: #f5f5f5;
  line-height: 60px;
}

.container {
  padding: 0 15px;
}
.container .text-muted {
  margin: 20px 0;
}