* {
  box-sizing: border-box;
}

body {
  margin: 0;
  padding: 0;
  font-family: "Open Sans", sans-serif;
  background-image: linear-gradient(to top, #80a1d5, #90addb, #a1bae0, #b1c6e6, #c2d3eb);
}

input {
  width:  200px;
  height: 25px;
  padding: 5px 10px 5px 10px;
  border:1px solid #999;
  font-size:16px;
  font-family: Tahoma;
  margin-bottom: 20px;
}

p {
  margin: 0 0 10px 0;
}

#show {
  text-align: center;
  margin-bottom: 25px;
  font-size: 15px;
  color: red;
}

.header, .footer {
  padding: 8px;
  text-align: center;
}

.main {
  display: flex;
  flex-direction: column;
}

.main-content, .sidebar {
  padding: 10px;
  margin-right: 20px;
  margin-left: 20px;
  border: 2px solid black;
  border-style: outset;

}

.sidebar {
  background: #D9D9D9;
  margin-left: 20px;
}

.sidebar p li {
  color: #fff;
  display: block;
  font-size: 20px;
}

@media screen and (min-width: 600px) {
  .main {
    flex-direction: row;
  }

  .main-content {
    flex: 1;
    background-color: white;
  }

  .sidebar {
    width: 360px;

  }
}

h4, h5 {
  text-align: center;
  /* margin-top: 10px;
  padding-bottom: 50px; */
}

h3 {
  text-align: center;
}

#vin {
  margin: auto;
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 10px;
}


.table2 {
  padding-top: 50px;
  padding-bottom: 50px;
}

.table2 td{
  border-color: #F2F2F2;
}

.table3 td{
  border-color: #F2F2F2;
}

table {
  font-size: arial, sans-serif;
  border-collapse: collapse;
  width: 76%;
  margin: 0 auto;
  text-align: center;
  margin-bottom: 20px;
}

td, th {
  border: 2px solid #cccccccc;
  padding: 10px;
}

thead {
  background-color: #BED8EE;
}

.header {
  display: flex;
  flex-wrap: wrap;
  justify-content: center
}
}


ul, li {
  margin: 0;
  padding: 0;
  list-style: none;
}

img {
  width: 30px;
  margin: 0;
  justify-content: center;
}

h2 {
  margin-top: 0;
  margin-bottom: 0.4em;
}

/*Flex items*/
.list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.list-item {
	display: flex;
  padding: 0.5em;
	width: 100%;
  justify-content: center;
}

@media all and (min-width: 40em) {
  .list-item {
    width: 50%;
  }
}
@media all and (min-width: 60em) {
  .list-item {
    width: 30%;
  }
}

.list-content {
  flex-direction: column;
  justify-content: center;
  text-align: center;
  line-height: 1.5;
}

.list-contentt img{
  width: 110px;
}

table.table { width: 100%; }

.table th, .table td {
  text-align: left;
  padding: 0.25em;
}

.table tr {
  border-bottom: 1px solid #DDD;
}

td.edit-buttons { text-align: right; }

button {
  border-radius: 3px;
  margin: 0 0.25em;
  transition: all 0.3s;
  height: 25px;
  border:1px solid #999;
  font-size:15px;
  font-family: Tahoma;
  margin-bottom: 20px;
}

button:hover {
  box-shadow: 0 0 4px rgba(3,3,3,0.8);
  opacity: 0.9;
}

button.edit { background: #6F9; }
button.delete { background: #F69; }

@media screen and (max-width: 800px) {
  tr {
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    margin: 0.5em 0;
    border: 1px solid rgba(3,3,3,0.2);
  }

  td, th {
    flex: 1 1 150px;
    border: 0.5px solid rgba(3,3,3,0.2);
  }

  td.edit-buttons, td.empty {
  }
}



.tableName {
  text-align: center;
  /* margin-bottom: 20px; */
  color: #002060;
  font-weight: bold;
}

.tableAll {
  /* border: 4px solid #F2F2F2; */
  /* background-color: #F2F2F2; */
  padding: 0 2em;
  /* margin: 0 12em; */
  /* margin-left: 180px; */
  /* margin-right: 170px; */
  border-radius: 10px;
}

caption {
  font-size: 20px;
  margin-bottom: 5px;
}

.tableName1, .tableName2  {
  padding-left: 50px;
  font-style: italic;
}

.pT2 {
  float: left;
  margin-top: 52px;
  margin-left: 50px;
}

.note {
  padding-left: 174px;
}
