#container {
  margin: auto;
  max-width: 1500px;
}

#talking {
  background: #f7f5f2;
  padding: 20px; margin-bottom: 10px;
}

#setup {
  padding: 1rem;
  background: #f7f5f2;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  max-height: 400px;
  max-width: 90vw;
  display: flex;
  overflow: hidden;
  justify-content: center;
  align-items: center; 

  height: 350px;
}

#sorter {
  padding: 1rem;
  background: #f7f5f2;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  color: #0c5460;
  overflow: scroll; 

  height: 350px;
  max-height: 400px;
}

.slice-item {
  padding: 1rem;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
  color: #122230;
}

#submission {
  padding: 1rem;
  background: #f7f5f2;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

#adjustSize {
  padding: 1rem;
  background: #f7f5f2;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

#exportPiechartDivWrapper {
  min-height: 150px;
  width: 300px;
  height: 300px;
}

.pieSlice {
  min-width: 150px;
  min-height: 150px;
  width: 300px;
  height: 300px;
  max-width: 500px;
  max-height: 500px;
  position: absolute;
}

#exportBox {
  height: 500px;
  overflow: auto;
  white-space: pre-wrap;
  
  padding: 1rem;
  background: #f7f5f2;
  border: 2px solid #8a7d70;
  border-radius: 0.25rem;
  margin-bottom: 1rem;
}

#dividePoint,
#sliceImageUrl {
  max-width: 150px; 
}