theme.css

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 .navbar .container {
  width: auto;
}

.badge-success {
  background-color: #C73834;
}

.small-input {
	width: 40px;
	height: 29px;
    vertical-align: middle;
}

.modal-header {
	background-color: #0097d2;
    color: #fff;
    padding: 10px 20px;
}