html 
{
height:100%;
width:100%;
}

body 
{
margin:0;
padding:0;
height:100%;
background-image:url('img/background.png');
}

.container 
{
min-height:100%;
}

h1
{
padding-top:10px;
padding-left:60px;
margin-bottom:15px;
height:110px;
width:700px;
font-size:4.5em;
color:#2A2A2A;
background-image:url('img/header.png');
background-repeat:no-repeat;
}

tbody 
{
height:500px;
overflow-x: hidden;
background-color:#EFF7FF;
}

thead, th 
{
border-right: 1px solid #646464;
border-bottom: 1px solid #2A2A2A;
background:none repeat scroll 0 0 #8AACCE;
}

th, td 
{
font-size:1.30em;
color:#2A2A2A;
}

tr.odd
{
background:none repeat scroll 0 0 #EFF7FF;
}

tr.even
{
background:none repeat scroll 0 0 #BFD7EF;
}

#buttoncell
{
width:10px
}

#addlang
{
width:30px;
font-size:1.25em;
}

.check, .xmark, .empty 
{
display: block;
float: right;
}

.unverified
{
color:black;
}
.verified
{
color:green;
}

.rejected
{
color:red;
}