body {
  background: #555;
  font-family: "Segoe UI", Arial, sans-serif;
  height: 100%
}

.content {
  max-width: 1600px;
  margin: auto;
  background: white;
  padding: 10px;
  height: 1500px;
}

.back_bord {
  position: relative;
  left: 31px;
  top: 18px;
  width: 217px;
  height: 87px;
  background: #e7e7e7;
  border-radius: 50px;
}

.back {
  position: relative;
  left: 45px;
  top: 15px;
  font-family: Arial;
  font-size: 48;
  text-decoration: none;
  color: black;
}

.tabl_bord {
  position: relative;
  left: 518px;
  top: 33px;
  width: 600px;
  height: auto;
  padding: 0 0 20px 0;
  background: #E7E7E7;
  border-radius: 20px;
  overflow: hidden;
}

.table {
  position: relative;
  margin: auto;
}

.table {
  top: 20px;
	width: 90%;
	margin-bottom: 20px;
	border: 0px;
	border-collapse: collapse; 
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 0px;
}
.table td {
	border: 0px;
	padding: 5px;
}

.button1 {
  position: relative;
  width: 524px;
  height: 79px;
  left: 562px;
  top: 60px;
  border-radius: 20px;
  background-color: #fb9589;
  font-family: Arial;
  font-size: 36;
  color: white;
}

.button2 {
  position: relative;
  width: 524px;
  height: 79px;
  left: 562px;
  top: 100px;
  border-radius: 20px;
  background-color: #fb9589;
  font-family: Arial;
  font-size: 36;
  color: white;
}

.p_bord {
  position: relative;
  width: 300px;
  height: 150px;
  border-radius: 20px;
  background-color: #E7E7E7;

}

.staj {
  position: relative;
  font-size: 26;
  top: 10px;
  left: 20px;
}
.inst {
  position: relative;
  font-size: 26;
  top: 25px;
  left: 20px;
}