.party_top_info{
  width: 100%;
  padding: 20px 0;
  position: relative;
  background: #00ACAC;
  color: white;
}

.party_details{
  background: #F5F5F5;
  flex: 1;
  padding: 20px;
  margin: 10px;
  margin-bottom: 50px;
  color: rgba(0,0,0,.6);
  position: relative;
  border-left: 20px solid #0F7EC2;
}
.party_details h2{
  font-size: 200%;
  color: #0F7EC2;
}
.party_details table th {
  background: #0F7EC2;
}


.party_details:nth-child(3n-1){
  border-left: 20px solid #B81F24;
}
.party_details:nth-child(3n-1) h2{
  color: #B81F24;
}
.party_details:nth-child(3n-1) table th {
  background: #B81F24;
}
.party_details:nth-child(3n-1) .symbol{
  background: #B81F24;
}


.party_details:nth-child(3n+3){
  border-left: 20px solid #E09F44;
}
.party_details:nth-child(3n+3) h2{
  color: #E09F44;
}
.party_details:nth-child(3n+3) table th {
  background: #E09F44;
}
.party_details:nth-child(3n+3) .symbol{
  background: #E09F44;
}


.party_details .symbol{
  background: #0F7EC2;
  position: absolute;
  top: 0;
  right: 20px;
  height: 60px;
  width: 120px;
  color: #F5F5F5;
}
.party_details .symbol img{
  position: absolute;
  top: 5px;
  left: 35px;
  width: 50px;
  height: 50px;
  object-fit: cover;
  -webkit-filter: grayscale(0%);
  filter: grayscale(0%);
  transition: .5s ease;
}
.party_details h2{
  font-weight: bold;
}
#safty p{
  margin-top: 10px;
}
#extras h4{
  color: #0F7EC2;
  padding-top: 20px;
  border-bottom: none;
  letter-spacing: 1px;
}
.party_details li{
  width: 50%;
  border-top: 1px solid rgba(0,0,0,.1);
  font-family: 'Nunito', sans-serif;
}
.listitem{
  width: calc(50% - 20px);
  padding: 10px;
  font-family: 'Nunito', sans-serif;
}
@media screen and (max-width: 630px) {
  .listitem{
    width: 100%;
  }
}
.listitem h4{
  text-align: center;
}
.party_details li:first-child{
  border-top: none;
}
.tablescont{
  display: flex;
  flex-wrap: wrap;
  padding-top: 20px;
}


table {
    width:100%;
    margin: 20px 0;
}
table, th, td {
    border-collapse: collapse;
}
td {
    padding: 15px;
    text-align: left;
}
table tr:nth-child(even) {
    border-top: 1px solid rgba(0,0,0,.1);
    background: rgba(0,0,0, .05)
}
table tr:nth-child(odd) {
    border-top: 1px solid rgba(0,0,0,.1);
}
table th {
  padding: 15px;
  color: white;
}
table th:first-child {
  border-right: 1px solid rgba(255, 255, 255, 0.5);
}
.top_pic{
  width: 100%;
  height: 500px;
  min-height: 300px;
  position: relative;
  background-size: cover;
}
.top_title{
  position: relative;
  width: 100%;
  padding: 30px;
  color: white;
}
.top_title h1{
  letter-spacing: 1px;
  font-weight: normal;
  border-bottom: 2px solid white;
  margin: 0 50px 10px 0;
  padding: 0 20px;
  line-height: 50px;
}
.top_title h4{
  letter-spacing: 1px;
  font-weight: normal;
  padding: 0 20px;
  margin: 0 50px 10px 0;
}
.top_pic img{
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
  width: 100%;
  height: 100%;
  object-fit: cover;
  min-height: 300px;
}
#thumbnails {
    width: auto;
    height: auto;
    display: -webkit-flex; /* Safari */
    display: flex;
}
@media screen and (max-width: 1000px) {
  table {
      width:100%;
  }
  .party_details ul{
      margin: 20px 0 !important;
  }
}
