/* Custom page CSS
-------------------------------------------------- */
html {
  min-height: 100%;
  height: 100%;
}
body {
  margin-bottom: 60px; /* Margin bottom by footer height */
}

.container {
  width: auto;
  max-width: 1100px;
  padding: 0 15px;
}

/* Vega CSS
-------------------------------------------------- */
.vega-actions a {
  margin-right: 12px;
  color: #757575;
  font-weight: normal;
  font-size: 13px;
}
.error {
  color: red;
}