

body {
    background-color: rgb(42, 42, 42);
	color: white;
}

a:link {
    color: white;
}

/* visited link */
a:visited {
    color: white;
}

/* mouse over link */
a:hover {
    color: #F57B20;
}

/* selected link */
a:active {
    color: white;
}

h1 {
	text-align: left;
	font-weight: bold;
	padding: 8px;
	font-family: "Courier New";
	font-size: 14px;	
}


table {
    border-collapse: collapse;
	border: 1px solid black;
    width: 100%;
    margin-bottom:10px;
}

caption {
	text-align: left;
	font-weight: bold;
	padding: 0px;
	font-family: "Courier New";
	font-size: 14px;	
	color: #F57B20;
}

th {
    text-align: left;
    padding: 0px;
	font-family: "Courier New";
	font-size: 10px;
}

td {
    text-align: left;
    padding: 1px;
	font-family: "Courier New";
	font-size: 10px;
}

td img{
    display: block;
    margin-left: auto;
    margin-right: auto;

}

tr {
    text-align: left;
    padding: 0px;
	font-family: "Courier New";
	font-size: 10px;
}


img {
	max-width:100%;
	max-height:100%;
}

img .big { 

     width: 50%;
     margin-right:auto;
     margin-left:auto;
}

.logo {
	max-width:100%;
	max-height:50px;
}


.thumbnail {
	
	max-height:50px;
}


tr:nth-child(even){background-color: #4C4C4C}
tr:nth-child(odd){background-color: #656565}

.Warning
{
  background-color:#666600  !important;
}

.Error
{
 background-color:#990000 !important;
}

.Good
{
 
}


.PassBin
{
 background-color:#0d6b17 !important;
}


.FailBin
{
 background-color:#990000 !important;
}

svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0.5;
  pointer-events:none;
}

#wafermap { 
	position:relative;
}

#wrapper {
  margin-left: 0px;
}
#content {
  float: right;
  width: 100%;
  overflow-x:auto;
}
#sidebar {
  float: left;
  width: 0px;
  margin-left: -0px;
}
#cleared {
  clear: both;
}

#username { 
  top:5px;
  right:5px;
  position:absolute;
  }
#username p { 
	text-align:right;font-size:1em;margin-right:3px;
}

#navigation a {
  display:inline-block;
}

#navigation h1 a { 
  width:auto;
  text-decoration:none;
}

#navigation h1{
  display:inline-block;
}

#navigation a img{
  width:17px;
}

