
/*
 viewer stylesheets
 */
html {
    height: 100%;
}
body {
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    color: #333;
    font-family: Helvetica, Arial, FreeSans, san-serif;
    background-color: #121621;/*#0e182e;*/
}
a {
    text-decoration: none;
}

h1 {
    font-size: 18pt;
}
h2 {
    font-size: 14pt;
}
.warning {
    font-weight: bold;
}

.viewer-container{
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    border: 0;
    overflow: hidden;
    background-color: #EEE;
}

.ggskin_container > .ggskin:last-child{
	display:none;
}