/* Record Display for all databases  */

#recordContainer {
  border: 1px solid #d5d5d5;
  padding: 20px 10px;
  border-radius: 5px;
  background: white;
  filter: drop-shadow(#d5d5d5 2px 2px 5px)
    
}


/*  For the Clubs & Organization Pages  */

#clubstable table td {
  border: 2px solid #E6E8EB;
  padding: 5px;
  max-width: 250px;
  overflow: hidden;
}

#clubstable table th {
  text-align: center;
  background: #C0C0C0;
  border-right: 2px solid white;
}

#clubstable table {width: 100%;}


#clubstable table .odd {background: red;}
#clubstable table .even {background: blue;}

.clubheaders {
  font-size: 15px;
  line-height: 18px;
  font-weight: bold;
  padding: 0px 5px 0px 10px;
}

.clubrecords p {
  font-size: 14px;
}

.clubinfo {
  padding: 10px;
  border: 2px dashed  #E8E9EB;
}

.clubnametitle {
  color: #D66723;
  font-weight: bold;
  padding-top: 40px;
  padding-left: 10px;
}



/*  Scroll Saw Reviews  */

#aff-right {
  float: left;
  border: 2px solid #E8E9EB;
  padding: 0px;
  width: 275px;
  display: block;
}

#aff-right .aff-heading {
  margin-bottom: 15px;
  border: 0px solid red;
  
}

.aff-title {
  font-weight: bold;
  color: #D66723;
  margin-left: 10px;
}

#aff-disclaimer {
  font-size: 10px;
  color: #353C41;
  line-height: 12px;
  margin: 0px 10px 5px 10px;
}

.manual a {
  border: 0px solid red;
  color: black !important;
}



#detail-left {
  border: 2px dashed red; 
  width: 60%;
  float: left;
  padding: 5px;

}

.imagelist {
  margin-left: 45px;
}



 .ipsBadge {
   margin-left: 40px;
   margin-bottom: 25px;
   background-color: transparent;
   color: transparent;
   display:inline-table;
   font-size: 14px;
   line-height: 20px;
   border: 0px solid blue;
   visibility: hidden;
}


.ipsBadge_intermediary, .ipsBadge_style2 {
  background: transparent;

}

 .ipsBadge a {
   border-radius: 5px;
   border: 0px solid black;
   padding: 2px 5px;
   margin: 5px;
   display: block;
   background: #FF9800;
   text-align: center;
   visibility: visible;
}


#reviewfloat {
  width: 200px;
  height: 290px;
  padding: 10px;
  float: left;
  border: 2px dashed #E6E8EB;
  margin: 10px;  
}



.reviewimagescontainer {
  border: 1px dashed #1265a1; 
  width: 90%;
  margin-left: 50px;
  background: white;
  padding: 10px;
  border-radius: 20px;
  display: flex;
  flex-wrap: wrap;
}

.reviewimages {
  max-width:200px; 
  max-height:200px; 
  margin: 5px; 
  border:1px solid #d5d5d5; 
  padding: 5px;
  float: left;
}

.imageblock {
  border: 0px solid green;
  width: 150px;
  height: 150px;
  display: block;
  position: relative;
 }

#reviewfloat img {
  max-width: 150px;
  max-height: 150px;
  border: 0px solid orange;
   position: absolute; 
   top: 50%;                         
   transform: translate(-50%, -50%)

}

#reviewstats {
  border: 0px solid orange;
  
}

.listImg img {
    max-width: 150px;
  max-height: 150px;
    border: 0px solid orange;
}



/*  Village University  */


.SG_record_right_with_image {
	border: 1px solid #e0e0e0;
    box-shadow: 0px 1px 0px rgba(0,0,0,0.1);
    border-radius: 3px;
}

.SuperDocs_categorytitle {
    background: #dc573d;
}






