﻿#TestGraph {
  display: inline-block;
  position: relative;
  width: 1000px;
  height: 200px;
  margin-top: 80px;
  margin-bottom: 40px;
}

.bar {
  position: absolute;
  bottom: 0px;
  width: 5px;
  margin: 0px;
  padding: 0px;
  z-index: 2;
  border-bottom: 0px;
  background: green;
  border-radius: 3px 3px 3px 3px;
}

.button {
  border: 1px dashed silver;
  padding: 2px;
  margin: 2px;
  display: inline;
}

.button:hover {
  text-decoration:underline;
  cursor: pointer;
  background-color: silver;
}

div.result {
  font-size: 48px;
  color: yellow;
}

#TestWrapper
{
    text-align: center;    
}

#TestContainer
{
    display: inline-block;
    margin-bottom: 20px;
}

.TestControlSet
{
    float: left;
    width: 260px;
    margin-right: 20px;
    margin-bottom: 20px;
    text-align: left;
}

.TestTitle
{
    font-weight: bold;    
}

.TestResults
{
    padding-top: 4px;
    padding-bottom: 4px;
}

.TestButton
{
    width: 140px;
    padding: 2px;
    margin-top: 6px;
}
