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

/* PILE-ROCK 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;
}

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

label {
  display: block;
  font-weight: bold;
  white-space: nowrap;
  overflow: hidden;
  text-align: center;
  padding-bottom: 5px;
}

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

.cell {
  text-align: center;
  width: 7.5%;
}

.line table {
  width: 100%;
}

th:nth-child(1) {
  width: 20%;
}

th:nth-child(2) {
  width: 25%;
}

div.hesaplar {
  line-height: 1.7;
}

.output .hesaplar {
  width: 30%;
}

.output .hesaplar .line {
  justify-content: flex-start;
}
div.line img {
  border: #e0d5d5 1px solid;
  width: 45%;
}

div.hesaplar span {
  font-weight: bold;
}

div.hesaplar select {
  color: #666666;
  width: 50%;
}

div.hesaplar input {
  font-weight: bold;
  font-size: 12px;
  height: 20px;
  padding: 0px;
  width: 50px;
}

table,
th,
td {
  padding: 3px;
  text-align: center;
  border: #e0d5d5 0.1px solid;
  border-collapse: collapse;
}

u.green {
  color: #009900;
  font-weight: bold;
}

u.red {
  color: #990000;
  font-weight: bold;
}
