
.viewModelNode { margin: 20px; }

#root { min-height: 600px; }

#controllerActivity {
  position: fixed;
  bottom: 10px;
  right: 10px;
  padding: 10px;
  background: rgba(76, 175, 80, 0.3);
}

.footer a {
  color: #b5b5b5;
}

.indent {
  margin-left: 3rem;
  margin-bottom: .75rem;
}

#root-pincer-takePart-grid .column {
  text-align: center;
}

#settingsModal .field:not(:last-child) {
  margin-bottom: 2rem;
}

.cell {
  white-space: nowrap;
  min-width: 100px;
}

.none {
  color: rgb(181, 181, 181);
}

.red {
  background-color: salmon;
}

.green {
  background-color: lightgreen;
}

.unknown {
  background-color: lightgrey;
}

.painting .red, .painting .green, .painting .unknown {
  cursor: cell;
}

.setUpForm {
  padding: 20px;
}

.setUpFormComponent {
  text-align: center;
  margin-top: 20px;
}

.setUpFormComponent button, .setUpFormComponent input {
  width: 300px;
}

.setUpFormComponent button img {
  width: 20px;
  margin-right: 10px;
}

.lineBehind {
  margin-top: 20px;
  position: relative;
  text-align: center;
  z-index: 1;
}

.lineBehind:before {
  border-top: 2px solid #efefef;
  content:"";
  margin: 0 auto; 
  position: absolute; 
  top: 10px; left: 0; right: 0; bottom: 0;
  z-index: -1;
}

.lineBehind span { 
  background: #fff; 
  padding: 0 15px; 
}
