body {
  margin: 0;
}

.vue-container-full {
  box-sizing: border-box;
  width: 100%;
  min-height: 100px;
  display: grid;
  grid-template-columns: 30% 70%;
  padding: 5px;
}
.vue-container-full > div {
  margin: 5px;
  align-self: center;
}
.vue-container-full .left-graphic {
  background-color: #FFF;
}
.vue-container-full .right-graph {
  background-color: #FFF;
}

.svg-container > svg {
  width: 100%;
  height: auto;
}

@media only screen and (max-width: 960px) {
  .vue-container-full {
    grid-template-columns: 100%;
    grid-template-rows: 50% 50%;
  }
}

#top{
    height: 100px;
    text-align: left;
	
}
#button{
    width: 80px;
    height: 40px;
    font-size: large;
    font-family: sans-serif;
    font-weight: normal;
	
}
