/* Start */
body {
  ;
	_background-image: url('../res/graffiti-wall-1209761_1920.jpg');
}
.seedboard-section {
	width: 400px;
}
.seedboard-content {
	width: 384px;
}
.seedboard-content-body {
	_max-height: 200px;
}
.c-header {
  border-bottom: 2px solid#0778A5;
}
.seedboard-insert-content {
  background-color:#8470ff; border: 1px dashed#0778A5;
}
.btn-outline-primary {
  color:#8470ff;
  border-color:#0778A5;
  box-shadow: 0 0 0 0.2rem rgb(100 141 112 / 25%);
}
.btn-outline-primary:hover {
  background-color:#0778A5;
  border-color:#0778A5;
}
a, a:hover {
  color:#0778A5;
}
.form-control:focus {
  border-color:#0778A5;
  box-shadow: 0 0 0 0.2rem rgb(100 141 112 / 25%);
}
