.location-table{
  margin-top: 3%;
}

tr:nth-child(even) {background-color:#f4f0eb;}


.table-hover tbody tr:hover td, .table-hover tbody tr:hover th {
  background-color: #f4f0eb;
}

.location-banner {
  background: url(../images/baked-banner.jpg) no-repeat 0px 0px;
  min-height: 300px;
}


@media
only screen and (max-width: 720px) {
  table, thead, tbody, th, td, tr {
    display: block;
  }
  thead tr {
    position: absolute;
    top: -9999px;
    left: -9999px;
  }
  tr { border: 1px solid #ccc; }
  td {
    border: none;
    border-bottom: 1px solid #eee;
    position: relative;
    padding-left: 200px;
    margin-left: 150px;
  }
  td:before {
    position: absolute;
    top: 12px;
    left: 6px;
    width: 200px;
    padding-right: 40px;
    white-space: nowrap;
    margin-left: -150px;
  }
  td:nth-of-type(1):before { content: "Magazin"; }
  td:nth-of-type(2):before { content: "Adresă"; }
  td:nth-of-type(3):before { content: "Luni-Vineri"; }
  td:nth-of-type(4):before { content: "Sâmbătă";}
  td:nth-of-type(5):before { content: "Duminică";}
}
