.container {
    text-align: center;
    font-family: "Helvetica Neue",Helvetica,Arial,sans-serif;
    font-size: 13pt;
    line-height: 2;
    color: #666;
    width: 100%;
    margin-top: 80px;
}

.container h1 {
    font-weight: normal;
    font-size: 17pt;
}

.container a {
    color: #668;
}

.container a:hover {
    color: #888;
}

.container .company {
    color: #888;
    font-size: 9pt;
}

.container .muted {
    margin-top: 25px; 
    font-size: 9pt;
    color: #888;
}

.container .muted a {
    color: #888;
}

.container .muted a:hover {
    color: #999;
}

.javaLogo {
    margin-top: 25px;
}

.javaHelp {
    width: 600px;
    margin: 20px auto 30px auto;
    background-color: #fff9f9;      
}

.hide { 
	display: none; 
}

#unsupportedBrowser table {
    margin-left: auto;
    margin-right: auto;
}
