html, body {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: Helvetica, Calibri, Roboto, Open Sans, sans-serif
    -webkit-backface-visibility: hidden;
}
* {
    box-sizing: inherit;
}

#title {
    margin: 0;
    padding: 0 0 0 20px;
    text-align: left;
    /*line-height: 80px;*/
    color: white;
    display: inline;
    vertical-align: middle;
}

.logo {
    margin-left: 10px;
    margin-top: 10px;
    width: 80px;
    height: 80px;
    display: inline;
    vertical-align: middle;
}

.header {
    margin: 0;
    padding: 0;
    width: 100%;
    height: 100px;
    display: block;
    background-color: black;
    font-family: Roboto;
}

.gui { 
    position: absolute;
    top: 100px;
    right: 0px;
}

.container {
    margin: 0 10px 10px 0;
    padding: 0;

    width: 100%;
}

text {
  font-size: 13px;
  text-anchor: middle;
}

svg {
    margin: auto;
    display:block;
}

.wordcloud-overlay {
    font-size: 16px;
    border-radius: 5%;
    position: absolute;
    overflow: hidden;
    
    background-color: rgba(255,255,255,0.7);
}

.wordcloud-overlay__inner {
    text-align: center;
    width: 100%;
    height: 100%;
}

.hidden {
    display: none;
}

.legend-color text {
    font-size: 13px;
    text-anchor: start;
}


.legend-size circle {
    fill: rgb(200, 200, 200);
}

.legend-search text {
    font-size: 13px;
    text-anchor: start;
}

/*text.topic_word {
    text-anchor: middle;
    fill: rgba(0,0,0,0.6);
    pointer-events: none;
    font: sans-serif;
}

text.topic_name {
    text-anchor: middle;
    fill: black;
    pointer-events: none;
    font-style: italic;
}*/