body {
  padding-top: 70px;
  padding-bottom: 30px;
  margin-bottom: 30px;
}

.theme-dropdown .dropdown-menu {
  position: static;
  display: block;
  margin-bottom: 20px;
}

.theme-showcase > p > .btn {
  margin: 5px 0;
}

.theme-showcase .navbar .container {
  width: auto;
}

.footer {
  background-color: #f5f5f5;
}

.table > tbody > tr > td {
  vertical-align: middle;
}

.inline {
  display: inline;
  float: left;
}

.btn-group-fixed-min-width {
  min-width: 100px;
}

@media (min-width: 768px){
  .col-sm-1-2{
    width:10.20%;
  }
}

.col-sm-1-2{
  float: left;
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}