body {
    background: #555;
    font-family: "Segoe UI", Arial, sans-serif;
    height: 100%
  }
  
.content {
    max-width: 1600px;
    margin: auto;
    background: white;
    padding: 10px;
}

.form_bord {
    position: relative;
    width: 700px;
    height: 400px;
    left: 455px;
    top: 25px;
    border-radius: 20px;
    background-color: #e7e7e7;
}
.back_bord {
    position: relative;
    left: 31px;
    top: 18px;
    width: 150px;
    height: 44px;
    background: #e7e7e7;
    border-radius: 50px;
  }
  
  .back {
    position: relative;
    left: 40px;
    top: 9px;
    font-family: Arial;
    font-size: 24;
    text-decoration: none;
    color: black;
  }

.un {
    position: relative;
    width: 200px;
    height: 40px;
    left: 15px;
}
.pr {
    position: relative;
    width: 200px;
    height: 40px;
    left: 15px;
    top: 15px;
}
.in {
    position: relative;
    width: 200px;
    height: 40px;
    left: 15px;
    top: 30px;
}
.th {
    position: relative;
    width: 200px;
    height: 40px;
    left: 15px;
    top: 45px;
}
.cm {
    position: relative;
    width: 400px;
    height: 40px;
    left: 35px;
    top: -120px;
}
.link {
    position: relative;
    width: 400px;
    height: 150px;
    left: 239px;
    top: -105px;
}

.prov {
    position: relative;
    top: -100px;
    left: 15px;
    font-size: 18;
}
.over {
    position: relative;
    top: -138px;
    left: 225px;
}
.fle {
    position: relative;
    top: -150px;
    left: 15px;
    font-size: 18;
}
.file {
    position: relative;
    top: -190px;
    left: 70px;
}
.blabla {
    position: relative;
    top: -200px;
    left: 15px;
    font-size: 18;
}
.sum {
    position: relative;
    top: -200px;
    left: 15px;
    width: 80px;
    height: 30px;
}

.nadpis {
    position: relative;
    left: 620px;
    font-size: 34;
}
.table_bord {
    position: relative;
    top: 45px;
    height: auto;
    width: auto;
    background-color: #e7e7e7;
    border-radius: 20px;
}
.table {
    position: relative;
    top: 20px;
}
.table{
	border: 1px solid #eee;
	table-layout: fixed;
	width: 100%;
	margin-bottom: 20px;
}
.table th {
	font-weight: bold;
	padding: 5px;
	background: #efefef;
	border: 1px solid #dddddd;
}
.table td{
	padding: 5px 10px;
	border: 1px solid #eee;
	text-align: left;
}
.table tbody tr:nth-child(odd){
	background: #fff;
}
.table tbody tr:nth-child(even){
	background: #F7F7F7;
}