body {
  overflow: hidden;
  background: transparent url('../img/wavegrid.png');
}

.app {
  display: block;
  position: absolute;
  overflow: hidden;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100px;
}

header nav {
  text-align: center;
  border-bottom: 2px solid #ccc;
  padding-bottom: 15px;
}

header nav a {
  font-weight: bold;
  font-size: 16px;
  padding: 5px 20px;
}

footer {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 17px;
  text-align: center;
  font-size: 12px;
  font-weight: bold;
  border-top: 1px solid #bbb;
  background-color: rgba(200, 200, 200, 0.3);
  padding: 6px 0;
}

footer a {
  padding: 0 20px;
}

#record-header {
  position: absolute;
  top: 40px;
  /*height: 60px;*/
  left: 0;
  right: 0;
  margin: 0;
  padding: 7px 0;
}

#record-header h1 {
  font-size: 18px;
  line-height: 28px;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

#main {
  position: absolute;
  border-top: 2px solid #ccc;
  top: 54px;
  bottom: 0;
  left: 0;
  right: 0;
}

#main h1 {

}

.map-box {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 310px;
}

.hidden-sidebar .map-box {
  right: 6px;
}

.sidebar {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  width: 310px;
  overflow: hidden;
  background-color: #fff;
  /*background: white url('../img/lined_paper_big.png');*/
}

.sidebar-handle {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  width: 6px;
  background: #aaa url('../img/arrow-right.png') no-repeat left center;
  cursor: pointer;
}

.hidden-sidebar .sidebar {
  width: 6px;
}

.hidden-sidebar .sidebar table {
  display: none;
}

.hidden-sidebar .sidebar-handle {
  background: #aaa url('../img/arrow-left.png') no-repeat left center;
}

.sidebar table {
  position: absolute;
  min-width: 200px;
  top: 0px;
  left: 6px;
  right: 0;
  /*border-spacing: 2px;*/
  /*border-collapse: separate;*/
}

.sidebar table td {
  /*height: 28px;*/
  /*border: 2px solid red;*/
  padding: 0 4px;
  margin: 0;
  line-height: 30px;
}

.sidebar table tr td:nth-child(1) {
  font-weight: bold;
}

.navbar-fixed-top .brand {
  float: right;
}

#record-header h1 {
  font-size: 26px;
  padding: 10px;
  /*text-align: center;*/
}

.sidebar ol {
  list-style-type: none;
  list-style-position: inside;
  margin: 0 0 0 6px;
  overflow-y: auto;
  position: absolute; 
  left: 0;
  right: 0;
  bottom:0;
  top:0;
}
#list{
    top:35px;
}

  .sidebar li {
    line-height: 20px;
    padding: 6px 10px;
    border-bottom: 1px solid #ccc;
  }

  .sidebar .slider-wrapper {
    padding: 12px 0 12px 28px;
    width: 80%;
  }

  .sidebar-row {
    padding: 4px 4px 4px 10px;
  }

  .btn {

      margin: 0;
      padding:0;
  }