table tr td img:hover {
  border: .4rem solid hsl(203,99%,70%);
  border-radius: 1rem;
}
table tr td img:active {
  border: .4rem solid hsl(29.6,40%,65%);
  border-radius: 1rem;
}

.MezeraNad {
  margin-top: 2rem;
}

/* Torn Handset */
article img.Handset {
  float: right;
  max-width: 600px;
  width: 44%;
  border-radius: 2rem;
}

/* Messages */
p.Vporadku {
  color: Green;
}
p.Chyba {
  color: #ef002a;
}

/* Forms */
input, select, textarea {
  font-size: 1em;
  font-family: Archivo, sans-serif;
  font-weight: 500;
}

input[type="submit"] {
  background: #6FA4F8;
  color: #fffafa;
  padding: .4rem 1rem;
  margin: 0 .6rem;
  border: 0;
  border-radius: 10px;
}

input[type="submit"] {
  background: #6FA4F8;
  color: #fffafa;
  padding: .4rem 1rem;
  margin: 0 .6rem;
  border: 0;
  border-radius: 10px;
}
input[type="submit"]:hover {
  background: #2976f8;
  color: #EEEEEE;
  cursor: pointer;
}

input[type="text"], input[type="email"], input[type="password"] {
  width: 250px;
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  padding: 0.5rem;
  margin-bottom: .6rem;
}

textarea {
  border-radius: 5px;
  border: 1px solid #aaaaaa;
  width: 483px;
  height: 90px;
  padding: 0.5rem;
  margin-bottom: .6rem;
}
#form-email {
  line-height: 1;
}

/* Table */
table.Contacts {
  border: #111111 solid 3px;
}
  table.Contacts td, table.Contacts caption {
    padding: .5rem;
  }
  table.Contacts caption {
    border: #111111 solid 3px;
    background-color: hsl(29.6,40%,65%);
  }
  table.Contacts td {
    background-color: hsl(27.6,55%,90%);
  }

table caption {
  margin-bottom: .2rem;
}

table td.TextRight {
  text-align: right;
  background-color: hsl(40.7,60%,75%);
}

table.Social ul li a {
  margin: 0;
}

@media only screen and (max-width: 550px) {

  table.Narrow {
    display: table;
  }

  table.Wide {
    display: none;
  }

}

@media only screen and (min-width: 551px) {

  table.Narrow {
    display: none;
  }

  table.Wide {
    display: table;
  }

}






