html {
    background-color: #e1e1e1;
}
h1 {
    font-family: Georgia, serif;
    font-weight:normal;
    font-size: 2em;
    text-shadow:0px 1px 0px #ffffff;
}
#hd {
    height: 3em;
}
#hd h1 {
    text-align:left;
}

#fblike {
    border:none; 
    overflow:hidden; 
    width:300px; 
    height:35px;
}

.intro {
    font-family: Georgia, serif;
    font-size: 1.1em;
}

.describe {
    font-style: italic;
    color: #555;
    font-size: 0.8em;
    font-weight:normal;
    padding-left: 5px;
}

h2 {
    margin:15px 0 0.5em 0;
    padding:0;
}

label {
    font-weight:bold;
}

form#pnrform {
    vertical-align:middle;
    overflow: auto;
    margin-top: 15px;
}
hr {
    clear:both;
    margin-top: 1em;
    margin-bottom: 1em;
}
form#pnrform p > * {
    float:left;
    vertical-align:middle;
}

form#pnrform label {
    font-size: 1.7em;
    font-weight: normal;
    padding:0.3em;
}

input#postnummer {
    font-size: 2em;
    width: 3.5em;
    font-family: "Lucida Grande", "Lucida Console", Verdana;
}

.chartnote {
    font-size: 0.9em;
}

form#pnrform input#load {
    margin-left: 10px;
    -webkit-box-shadow: rgba(0, 0, 0, 0.246094) 0px 1px 3px 0px;
    -webkit-transform: matrix(1, 0, 0, 1, 0, 1);
    background-color: #666; /*#007D9A;*/
    background-image: url(/img/overlay-button.png);
    border-bottom-color: rgba(0, 0, 0, 0.246094);
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    border-bottom-style: solid;
    border-bottom-width: 1px;
    border-left-width: 0px;
    border-right-width: 0px;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    border-top-width: 0px;
    color: white;
    cursor: pointer;
    font-family: Arial, sans-serif;
    font-size: 1.48em;
    font-style: normal;
    font-weight: bold;
    outline-color: white;
    outline-style: none;
    padding: 0.3em 0.5em;
    text-shadow: rgba(0, 0, 0, 0.246094) 0px -1px 1px;
}


#ft {
    font-style: italic;
    color: #666;
    padding-top: 1em;
}

.panel {
    background-color: #fff;
    padding: 0 15px 15px 15px;
    margin-bottom: 15px;
    overflow: auto;
    min-height: 90%;
}

#overview {
    margin: 0 15px 0 15px;
}

table#deklarationer {
    width: 90%;
    padding:0;
    margin:0;
}

table#deklarationer tbody tr td {
    padding:0;
    margin:0;
    font-family: Helvetica, sans-serif;
    font-size: 0.9em;
    border:none;
    white-space: nowrap;
    vertical-align: top;
}

table#deklarationer tbody tr td.avg {
    font-weight: bold;
}


table#deklarationer tbody tr td.address {
    padding: 2px 10px 2px 0;
    border-right: solid 1px #999;
}

table#deklarationer tbody tr td.address a {
    text-decoration:none;
    color: #000;
    cursor: pointer;
}

table#deklarationer tbody tr td.address a:visited {
    text-decoration:none;
    color: #000;
}

th#adress {
    border: none;
    text-align:left;
    padding:0;
    margin:0;
    width: 20%;
}

th#prestanda {
    border: none;
    text-align:left;
    padding:0;
    margin:0;
}

.bar {
    display:block;
    height: 1.1em;
    margin:0;
    padding:2px 0 2px 3px;
    color: #fff;
    font-size: 0.9em;
}

.notok {
    background-color: #e66;
}

.ok {
    background-color: #66e;
}

.break {
    background-color: #6e6;

}

.tip {
    display:none;
    padding: 5px 0 10px 0;
}

.tip p {
    margin:0 0 0.2em 0;
    padding:0;
}

.label {
    font-weight:bold;
    padding-left: 10px;

}
canvas {
    margin:0;
    padding:0;
}
.evalue {
    display:block;
    margin:0;
    padding:0;
}

p[role='contentinfo'] {
    font-style: italic;
    color: #666;
}

.offscreen {
    position: absolute;
    width:0;
    left:-999em;
}

div.tickLabel {
    color: #000;
    font-size: 1.1em;
}
