body
{ font: 12px/1.2 Verdana, Arial, Helvetica, sans-serif;
  background-image: url('Images/Background.jpg');
  background-position:center bottom;
  background-repeat: no-repeat;
  background-attachment: fixed;
  padding:0;
  margin:0;
}

.Services
{ width:100%;
  border-collapse: collapse;
  border: 2px solid black;
}

.Services thead
{ font-weight: bold;
  text-align: center;
}

.Services thead td
{ background-color: Aquamarine; }

.Services td
{ border: 1px solid grey;
}

.Services tbody td:first-child
{ text-align:center;
}

.Services span.Show
{ display: none; }

@media screen and (max-width: 715px) {
.Services thead td
{ background-color: gold; }

.Services span.Show
{ display: inline; }

.Services span.FirstLine
{ font-weight:bold;}

.Services .Hide
{ display: none; }

}