#video {
  padding: 0;
  box-shadow: 2px 2px 10px rgba(0,0,0,0.5);
  margin: 10px;
  width: 444px;
  height: 250px;
  background: #fff url('/images/support/test_video_logo.png') no-repeat center center;
}
#video_player {
  height: 250px;
  width: 444px;
  background-color: #000;
}
#testStatus {
  float:right;
  padding: 5px 10px;
  font-size: 12px;
}
#testResults {
  margin: 20px 0 0;
}

#systemTest .pending { color: #A7A7A7; }
#systemTest .testing { color: #24179B; }
#systemTest .passed  { color: #119C00; }
#systemTest .notice  { color: #FF7A00; }
#systemTest .failed  { color: #C12300; }

#testResult {
  border-collapse: collapse;
  width: 100%;
}
#testResult tr {
  border-bottom: 1px solid #CCC;
}

#testResult td {
  padding: 3px 8px;
}

#testResult th {
  padding: 3px 8px;
  background-color: #333;
  text-align: left;
  border: 1px solid #444;
  color: #fff;
}
#testResult p {
  font-family:Verdana,Helvetica,Arial,sans-serif;
  margin: 0;
}

#testResult .required {
  text-align: right;
  width: 195px;
}
#testResult .result {
  width: 30px;
  
}
#testResult .actions {
  font-style: italic;
}

#testAgain {
  margin: 10px;
}


#testOnlyPage h4 {
  font-size: 22px;
  margin: 20px 0;
}

#testPlayer .left p {
  font-size: 10px;
  text-align: right;
  line-height: 10px;
  margin: 1px 0 0;
}
#testPlayer .left a {
  margin: 0 5px;
}
#testPlayer .right {
  width: 405px;
  margin-right: 40px;
}
#testPlayer .right p {
  font-style: italic;
  font-size: 16px;
  margin: 22px 0;
  color: #222;
}
#testPlayer .right h6 {
  font-size: 20px;
  text-align: center;
  margin: 0;
}    

