body {
  font-family: 'Ubuntu', sans-serif;
  font-size: 16px;
  color: #3C3C3F;
  line-height: 1.7;
}


.tabs {
  margin-bottom: 20px;
}


.form-control {
  font-size: inherit;
  border-radius: 0;
}

.btn {
  font-size: inherit;
  border-radius: 0;
}


.editing-container {
  z-index: 1031;
  box-shadow: -0.2rem 0 150rem rgba(116, 116, 116, 0.4);
}
