.exinfotable{
  box-shadow: 0 0 2px #000000a6;
  color: #1B4B41;
  margin: 0;
  padding: 0px;
  border-collapse: collapse;
  margin: 0px 50px 35px 50px;
}
.exinfotable td{
  text-align: center;
  border: 1px solid black;
  padding: 5px 5px 5px 5px;

}
.exinfotable th{
  border: 1px solid black;
  padding: 5px 10px 5px 10px;
  text-align: center;
  background: url('../parts/background.png');
}
#exposts{
  flex-wrap: wrap;
  display: flex;
  justify-content: center;
}
#exposts #iconphoto{
  width: 300px;
  box-shadow: 0 0 2px #000000a6;
}
#infoFlex{
  display: flex;
  justify-content: center;
  margin: 0px 50px 35px 50px;
}
#infoFlex .exinfotable{
  margin-bottom: 5px;
}
#info{
  padding-left: 20px;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}
#info .exinfotable{
  width: 100%;
}
#all{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}

.splide{
  margin:20px;
}
.splide__slide{
  margin:5px;
  text-align: center;
  height: auto;
  max-width: 160px;
  background-color: white;
}
.splide__arrow{
  width: 4em;
  height: 4em;
}

@media screen and (max-width: 900px) {
  #infoFlex{
    flex-wrap: wrap;
  }
  #picAndFb{
    flex-wrap: wrap;
  }
  .fb_iframe_widget {
    width: 100%;
  }
}
