.padd10 {
  padding: 10%;
}
.luachAria {
  background-color: lightgrey;
  padding: 5% 5% 0% 5%;
  margin-bottom: 15px;
}
.main-admin {
  padding: 11%;
  padding-bottom: 125px;
  margin-bottom: 50px;
}
.main-admin h4 {
  margin-bottom: 20px;
  text-align: center;
  font-family: spoiler-bold;
  font-size: 30px;
}
.main-admin #closeLuachButton {
  height: 200px;
  width: 100%;
  padding-bottom: 10px;
}
.main-admin input {
  margin-bottom: 20px;
}
.main-admin button {
  background-color: red;
  float: left;
  color: white;
  font-family: spoiler-bold;
  margin-bottom: 20px;
}
.main-admin h2 {
  background-color: gray;
  text-align: center;
  color: white;
  padding: 4px;
  margin-bottom: 10px;
}
.main-admin select {
  margin-bottom: 20px;
}
.main-admin .center {
  text-align: center;
}
#largeBlueButton {
  background-color: red;
  margin: 0 auto;
  width: 100%;
  height: 60px;
  margin-bottom: 20px;
}
table,
th,
td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
.tablewidth {
  width: 300px;
}
table,
th,
td {
  border: 1px solid grey;
  border-collapse: collapse;
  padding: 5px;
}
table tr:nth-child(odd) {
  background-color: #f1f1f1;
}
table tr:nth-child(even) {
  background-color: #ffffff;
}
#thead th {
  background-color: red;
  color: white;
}
.tablepop {
  padding: 30px;
}
.app-modal-window .modal-dialog {
  width: 1300px;
}
#hrwhite {
  position: absolute;
  height: 3px;
  color: white;
  background-color: white;
  border: none;
  padding-top: 30px;
  margin-top: 30px;
}
