* {
    padding: 0;
    margin: 0;
}

img.ajax {
    position: fixed;
    top: 40%;
    left: 40%;
}

body {
    background-color: #FFFFFF;
    margin: 15px;
    font-family: sans-serif;
    font-size: 12px;
}

h1 {
    text-align: left;
}

svg {
    border: 1px solid black;
    float: left;
    font-family: Verdana, Verdana, "Sans Serif";
    font-size: 11px;
}

#Sidepanel {
    float: left;
    width: 150px;
    border: 1px solid black;
    border-left: 0;
    font-size: 11px;
}

#Sidepanel input {
    text-align: center;
    width: 96%;
    margin-bottom: 7px;
}

#Sidepanel input[type=checkbox] {
    width: auto;
}

#Sidepanel select {
    width: 100%;
    margin-bottom: 7px;
}

#Sidepanel p {
    padding-left: 10px;
    padding-top: 7px;

}

#inke {
    float: left;
    width: 50px;
    height: 42px;
    margin: 5px;
    display: inline;
}

hr.footer {
    clear: both;
    width: 100%;
    height: 2px;
    background: black;
    margin-top: 20px;
}

p.foottext {
    font-size: 11px;
    float: left;
    text-indent: 0;
    padding: 20px 10px 20px;
}

img.header {
    width: auto;
    height: auto;
}

div.clear {
    clear: both;
}

.axis path,
.axis line {
    fill: none;
    stroke: black;
    shape-rendering: crispEdges;
}


