body {
  padding-top: 40px;
  padding-bottom: 40px;
  min-width: 600px;
}

h2 {
    margin-top: .5em; 
    margin-bottom:.5em;
}

ul {
    list-style-type: none; 
    padding: 0; 
    margin-left: 0;
}

#footer {
  margin-top:30px; 
  text-align:right;
}

#splash {
    display:block; 
    margin-left:auto; 
    margin-right:auto; 
    margin-top:30px; 
    margin-bottom:30px;
}

#title-small {
    margin-left: 10px;
}

.status {
    margin-left: 3px;
}

.right {
    text-align: right;
}

.logofront {
    margin-left:10%; 
    margin-right:10%;
}

#download-btns {
    width: 350px;
    text-align: center;
    margin: 10px;
}

#preview-container {
    width: 800px;
    height: 600px;
    margin: auto;
}

#preview {
    width: 100%;
    height: 90%;
    background: black;
}

#charts {
  padding: 10px 0;
}

.chart {
  display: inline-block;
  height: 151px;
  margin-bottom: 20px;
  margin-right: 20px;
}

.chart-title {
  padding-left: 1em;
  font-size: small;
}

.row-elem {
    display: inline-block;
    width: 150px;
}

.row-hover {
    background-color: #eee;
}

.list {
}

.list-icon {
    margin-left: 5px;
    visibility: hidden;
}

.list-items {
    height: 400px;
    overflow: scroll;
    overflow-x: hidden;
}

.list-header {
    margin-top: 5px;
    margin-bottom: 10px;
    font-weight: bold;
}

.remove {
  padding-left: 1em;
  font-size: small;
  color: #ccc;
}

.reset {
  padding-left: 1em;
  font-size: small;
  color: #ccc;
}

.background.bar {
  fill: #ccc;
}

.foreground.bar {
  fill: steelblue;
}

.axis path, .axis line {
  fill: none;
  stroke: #000;
  shape-rendering: crispEdges;
}

.axis text {
  font: 10px sans-serif;
}

.brush rect.extent {
  fill: steelblue;
  fill-opacity: .125;
}

.brush .resize path {
  fill: #eee;
  stroke: #666;
}
