* {
  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;
}

/* CONS STARTS*/
section.title {
  text-align: center;
  font-weight: bold;
  color: #666666;
  font-size: 16px;
  margin-bottom: 10px;
}
.input {
  margin-top: 20px;
}
main {
  border: #aaaaaa 1px solid;
  border-radius: 10px;
  background-color: #f5f5f5;
  padding: 15px;
}

.line {
  overflow: auto;
  margin-bottom: 10px;
  display: flex;
  justify-content: space-between;
}

.input .line:nth-of-type(1) .cell:nth-of-type(1) {
  margin-left: 0px;
}

.input .line:nth-of-type(1) .cell:last-child {
  margin-right: 0px;
}

.input .line:nth-of-type(2) .cell:nth-of-type(1) {
  margin-left: 0px;
}

.input .line:nth-of-type(2) .cell:last-child {
  margin-right: 0px;
}

div.cell {
  width: 100%;
  margin: 0px 5px 0px 5px;
}

span.baslik {
  font-weight: bold;
}
.notation {
  width: 100%;
  line-height: 20px;
}
label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
  width: 100%;
}

input {
  font-weight: bold;
  color: #999999;
  text-align: center;
  width: 100%;
}

select {
  width: 100%;
  color: #999999;
  font-weight: bold;
}

div.formulaBox {
  font-size: 12px;
  padding: 3px;
}

div.formulaGrupBox {
  width: 100%;
}

table,
td,
th {
  border: #aaaaaa 1px solid;
  text-align: center;
  padding: 5px;
}

table {
  width: 100%;
}
th {
  font-weight: bold;
}
/* CONS ENDS*/
