/*

   Réseaux sociaux - www.sepaq.com

*/

/* Tableaux des établissements */
.masonry-item-content table td:last-child {
  text-align: right;
  white-space: nowrap;
}
.masonry-item-content table tr:nth-child(odd) {
  background-color: #F3F3F3;
}
.masonry-item-content tr td {
  vertical-align: middle;
  padding: 15px;
  border-right: none;
  border-left: none;
}
@media only screen and (max-width: 991px) { 
  .masonry-item-content table td:last-child {
    text-align: center;
    border-top:  none;
    padding-top:  0px;
  }
  .masonry-item-content tr td {
    display: block;
    text-align: center;
    border-bottom:  none;
  }
}

