.tvframe{
  border: 3px solid #AAAAAA;
  float: left;
  margin-right: 10px;
}

.tv{
  background-color: black;
  width: 100px;
  height: 100px;
  color: white;
  font-family: sans-serif;
  text-align: center;
}

.tvframe:nth-child(5){
  clear: left;
}

.tvinfo{
  float: left;
  width: 225px;
  border-top: 1px solid black;
  padding: 10px;
  font-family: sans-serif;
  font-size: smaller;
  border-left: 1px solid black;	
}

.tvinfo:nth-child(5){
  clear: left;
}

#linkbox{
  margin-top: 1em;    
}

#link{
  margin-right: 1em;
}

#tvs{
  margin: 20px;
  text-align: bottom;
  border-bottom: 1px solid white;
}

#setnumtvs{
  margin-right: 15px;
}

#googlUrl{
  margin: 20px;
  font-family: sans-serif;
}

#aspectButtons{
  margin: 20px;
  font-family: sans-serif;
}

#aspectButtons button{
  width: 5em;
  border: 2px solid black;
  margin: 0 4px;
}

#aspectButtons button.on{
  border-color: red;	
}

#text{
  clear: left;
  margin: 20px;
}

input{
  width: 4em;
  margin-left: 0px;
}

div#linkbox > input {
  width: auto;
}

.title{
  font-weight: bold;
  font-size: larger;	
}

.tvstats{
  margin-top: 1em;
}

#id{
  margin-left: 20px;
  margin-top: 30px;
  font-size: x-small;
  clear: left;
  font-family: sans-serif;
  padding-left: 10px;
}
