/* Header */

.logo a {
  font-size: 30px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  color: white;
  padding: 0px 20px;
  text-decoration: none;
  display: block;
  float: left;
  margin-bottom: 20px;
}

ul {
  list-style-type: none;
}

ul li a {
  font-size: 20px;
  font-family:'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  background-color:darkblue;
  border-radius: 5px;
  color: white;
  padding: 5px 10px;
  margin-left: 400px;
  margin-top: 10px;
  text-decoration: none;
  text-align: center;
  display: inline-block;
}

.clr {
  clear: both;
}

body {
  background-image: url('../img/TV_Background.jpg'), url('../img/TV_Background_2.jpg');
  background-size: 1500px;
  background-position: top left, top 1000px left;
  background-repeat: no-repeat;
}

/* Search Form */

form {
  margin-left: 150px;
  font-family: 'Segoe UI', Tahoma, Geneva, Verdana, sans-serif;
  display: inline;
}

form label {
  color: white;
}

/* Table */

table {
  border-collapse: collapse;
  border-spacing: 0px;
  border: 0;
}

tr, td {
  border: 1px solid lightgray;
  border-top: none;
  border-left: none;
}

th {
  text-align: center;
  background-color:black;
  color: white;
  padding: 5px 20px;
  font-size: 18px;
  border: 1px solid white;
  border-top: none;
  border-left: none;
}

th:nth-child(2) {
  width: 10px;
  padding: 5px 10px;
}

th:nth-child(3) {
  width: 120px;
}

th:nth-child(4) {
  width: 200px;
  border-right: 1px solid black;
}

tr {
  text-align: center;
  background-color:ghostwhite;
}

td {
  padding: 0 10px;
}

td:nth-child(4) {
  text-align: left;
}
