.tasting-quicklink{
    width:100%;
    height:105px;
}

/* Tasting Overview */
.skeleton {
  opacity: .7;
  animation: skeleton-loading 1s linear infinite alternate;
}

.skeleton-title {
  width: 20%;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: .125rem;
}
.skeleton-title-long {
  width: 40%;
  height: 2rem;
  margin-bottom: 1rem;
  border-radius: .125rem;
}


.skeleton-text {
  width: 85%;
  height: .5rem;
  margin-bottom: .25rem;
  border-radius: .125rem;
}
.skeleton-text:last-child {
  margin-bottom: 1rem;
  width: 60%;
}

.skeleton-registration {
  width: 40%;
  height: 1.5rem;
  margin-bottom: .25rem;
  margin-top: 1rem;
  border-radius: .125rem;
}

@keyframes skeleton-loading {
  0% {
    background-color: hsl(200, 20%, 70%);
  }

  100% {
    background-color: hsl(200, 20%, 95%);
  }
}

.grid {
  display: grid;
  gap: 1rem;
  grid-template-columns: repeat(auto-fit, minmax(200px, 1fr));
  padding: 1rem;
}

.card {
  background-color: white;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 6px -1px, rgba(0, 0, 0, 0.06) 0px 2px 4px -1px;
  padding: 16px;
  border-radius: 4px;
    margin-bottom: 1rem;
}

.radio-card {
    background-color: white;
    box-shadow: rgb(0 0 0 / 10%) 0px 2px 5px -1px, rgb(0 0 0 / 6%) 0px 2px 2px -1px;
    padding: 16px;
    border-radius: 4px;
    margin-bottom: 1rem;
    width:100%;
    cursor: pointer;
}


/* General */



.tastingList{

}

.element{
  border-top:1px solid #dde1e3;
  margin-bottom:25px;
}
#invited .element:first-child{
 border-top:none;
}
#active .element:first-child{
  border-top:none;
}
#registered .element:first-child{
  border-top:none;
}
#upcoming .element:first-child{
  border-top:none;
}
#past .element:first-child{
  border-top:none;
}
.tastingTitle{
  font-size: 24px !important;
  color: var(--falstaff-gold) !important;
}

#regionDiv{
 display:inline-block; 

}
#regionDiv p{
  float:left;
  margin-right:4px;
  
}
#register{
  float: right;
  display:inline-block;
  margin-top:15px;
}

#inlineBlock{
  float:left;
  display:inline-block;
  margin-right: 20px;
}

#inlineBlockLast{   
  display:inline-block;
}
.table-data{
   vertical-align: middle;
}

.table-col-3{
    width: 33%;
}

#tastingDetailDates{
    margin-top: 20px;
}

.tasting-text-content,
.tasting-text-content span,
.tasting-text-content p,
.tasting-text-content p a,
.tasting-text-content div{
    font-size: 14px !important;
    font-family: Merriweather,dinosaur, sans-serif !important;
    font-style: normal !important;
    font-weight: 300 !important;
    line-height: 20px;
    color: black !important;
}

/* Increase height of multiselect input fields on detailform of the productconfiguration of a tasting */
#EntityFormControl_1e09b7378a98ec11b4000022489ae910 select[multiple]{
    height: 180px;
}


@media only screen and (max-width: 600px) {
  
}