.totalWidth {
  width: 1100px;
}

.totalWidth2 {
  width: 1200px;
}

.flex-container {
    display: flex;
    text-align: left;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
    flex-direction: row;
}
.flex-item {
    padding: 10px;
    margin: auto;
    text-align: left;
    
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.symbolfolge {
	font-family: monospace; 
	font-size: 23px;
}


.plotSelector {
    display: flex;
    justify-content: space-around;
    font-size: 18;
}

.symbolSelector {
	border-color: rgba(13, 248, 56, 0.86);
	border-width: 2px;
	border-style: solid;
	background-color: rgba(13, 248, 56, 0.6);
}

.smallFont {
	font-size: 16px;
}
