html {
  font: 12px Roboto, Verdana, sans-serif;
  color: #3e2723;
}
body {
  background: #efebe9;
  padding-top: 70px;
}
html,
body {
  overflow-x: hidden;
  /* Prevent scroll on narrow devices */
}
footer {
  padding: 30px 0;
}
.container {
  padding-left: 0;
  padding-right: 0;
}
#wrapper {
  margin-top: 8px;
}
#header {
  height: 40px;
  background: #efebe9;
  outline: 1px solid #3e2723;
}
#sidebar .sidebar-nav {
  position: absolute;
  list-style: none;
  margin: 0;
  padding: 0;
}
#sidebar .sidebar-brand {
  height: 65px;
  line-height: 60px;
  font-size: 18px;
}
#sidebar li {
  line-height: 40px;
  text-indent: 20px;
}
#sidebar li a {
  padding-left: 60px;
}
#content {
  background: #efebe9;
  margin-top: 10px;
}
#footer {
  height: 50px;
  background: #efebe9;
  margin-top: 10px;
}
input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number] {
  -moz-appearance: textfield;
}
.right-aligned {
  text-align-last: right;
}
.center-aligned {
  text-align-last: center;
}
