div.teachablemachine {
  display: flex;
  justify-content: center;
  margin: 0;
  padding: 0;
}

div#tm {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: center;
  padding: 0;
  margin: 0;
  border-left: 4px solid #0077b6;
  background: #f5f5f5;
}

div#tm_zeichnung-container {
  margin: 1rem;
  width: 302px;
  height: 302px;
}

div#tm_buttons p {
  margin-top: 0;
}

div#tm_daten-container {
  margin: 1rem;
  width: 260px;
}

div#tm_label-container {
  display: flex;
  flex-direction: column;
  justify-content: center;
}

canvas#zeichnung {
  border: 1px solid #CCCCCC;
}

p.prediction {
  margin-bottom: 5px;
}

button {
  margin-right: 15px;
}

.progress {
  background: rgba(255,255,255,0);
  justify-content: flex-start;
  border-radius: 5px;
  align-items: center;
  position: relative;
  padding: 0 5px;
  display: flex;
  height: 35px;
  width: 260px;
}

.progress p {
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-left: 5px;
  color: black;
}

.progress-value {
  border-radius: 5px;
  background: #0077b6;
  height: 25px;
  text-align: right;
}

.progress-value p{
  font-size: 12px;
  margin: 0;
  padding: 0;
  margin-right: 10px;
  margin-top: -2px;
  color: white;
}
