html {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
}

body {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;
  font-family: "tt norms";
}

.search {
  margin: 30px 50px;
}

.search label {
  color: #8c8c8c;
}

.search input {
  width: 210px;
  height: 30px;
  border: 1px solid #e9e9e9;
  margin: 21px 12px;
  display: inline-block;
}

.search button {
  width: 90px;
  height: 40px;
  background-color: black;
  color: white;
  font-size: 14px;
  font-weight: 500;
  text-align: center;
}

main {
  margin: 35px 50px;
  display: grid;
  grid-template-columns: 2fr 4fr;
}

.device,
.describe {
  height: 400px;
}

.device h6 {
  display: inline-block;
  width: 225px;
  height: 80px;
  font-size: 20px;
  font-weight: 500;
  margin: 0 10px;
}

.device img {
  margin: 15px;
}

.device select {
  margin: 30px 12px 19px;
  width: 220px;
  height: 30px;
  border: 1px solid #e9e9e9;
  font-family: "tt norms";
}

.device input {
  width: 18px;
  height: 18px;
}

.device label {
  font-size: 14px;
  line-height: 20px;
}

.device button {
  border: 1px solid #4990e2;
  margin-top: 35px;
  width: 180px;
  height: 40px;
  border-radius: 3px;
  background-color: #4990e2;
  color: white;
}

.describe {
  background-color: #f7f7f7;
  font-size: 14px;
  font-weight: 500;
  line-height: 16.52px;
  padding: 20px 18.33px;
}

.describe span {
  color: gray;
}

.describe a {
  text-decoration: none;
}

.report {
  margin: 46px 50px;
  border: 1px solid #939da6;
  box-shadow: 0 0 40px rgba(0, 0, 0, 0.15);
  padding: 40px;
}

.report p {
  font-weight: bold;
}

table {
  margin: 27px auto;
  width: 100%;
  vertical-align: top;
}

td {
  vertical-align: top;
  font-size: 13px;
  width: 200px;
}

thead {
  color: #939da6;
  font-size: 13px;
  line-height: 15.34px;
  text-align: left;
}

th {
  padding-bottom: 15px;
}

.data {
  font-size: 16px;
}

.checkmark,
.cross {
  position: absolute;
  margin: 1px;
}
