* {
  box-sizing: border-box;
  margin: 0px;
  padding: 0px;
}
body {
  font-family: verdana;
  background-color: #e5e5e5;
  color: #222222;
}
a,
a:visited,
a:hover,
a:active {
  color: inherit;
  text-decoration: none;
}
.container {
  width: 1200px;
  margin: 20px auto 0 auto;
  padding: 20px;
  background-color: #ffffff;
  border-radius: 20px;
  font-size: 12px;
}

/* SPT CORRECTION STARTS*/
.title {
  text-align: center;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
section.input {
  margin: 20px 0px 30px 0px;
}
main {
  border: #aaaaaa 1px solid;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
}
.cell {
  width: 6%;
}

.input .cell {
  width: 15%;
}
div.line {
  overflow: auto;
  margin-bottom: 3px;
  display: flex;
  justify-content: space-between;
}
span.baslik {
  font-weight: bold;
}
label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
}
input {
  font-weight: bold;
  color: #999999;
  text-align: center;
  width: 100%;
  height: 25px;
}
.button {
  border: #999999 1px solid;
  border-radius: 5px;
  padding: 5px;
  width: 68px;
  text-align: center;
  cursor: pointer;
  background-color: #ffffff;
  color: #444444;
  font-size: 14px;
}
.button-blue {
  border-color: #7e78fa;
  background-color: #ffffff;
  color: #2f25ff;
  margin-top: 5px;
}
.button-blue:hover {
  background-color: #2f25ff;
  color: #ffffff;
}
.button-red {
  border-color: #ec6d6d;
  background-color: #ffffff;
  color: #fb1c1c;

  margin-top: 5px;
}
.button-red:hover {
  background-color: #fb1c1c;
  color: #ffffff;
}
div.immutable-input {
  padding: 6px 3px 5px 3px;
  height: 25px;
  font-weight: bold;
  color: #999999;
  text-align: center;
  background-color: #ebebe4;
  border: #a9a9a9 1px solid;
}
/* SPT CORRECTION ENDS*/
