html,
body {
  min-height: 100%;
}

body {
  display: flex;
  justify-content: center;
  align-items: center;
  font: normal 400 16px/1.6 helvetica, sans-serif;
}

.t-container {
  padding-top: 1.5em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.t-upload-btn {
  color: #fff;
  background-color: #0876e4;
}

.t-save-btn {
  margin-top: 16px;
  color: #fff;
  background-color: rgb(117, 193, 236);
}

.t-btn {
  border: none;
  box-shadow: none;
  width: 100px;
  height: 44px;
  padding: 10px;
  margin-bottom: 20px;
  margin-right: 20px;
  margin-left: 10px;
  text-align: center;
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  display: inline-block;
}

.t-upload {
  cursor: pointer;
  position: absolute;
  display: inline-block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  opacity: 0;
}

.t-settings {
  padding-top: 1.5em;
  font-size: .9em;
  margin: 0 auto;
}

.hidden {
  display: none !important; 
}

.t-label {
  display: inline-block;
  min-width: 120px;
}

.t-value {
  display: inline-block;
}

select {
  width: 140px;
}

.t-value-width {
  width: 132px;
}

.t-field {
  display: block;
  margin-top: 32px;
  margin-bottom: 32px;
}
 