/*MJ CSS Graphische Analyse*/
html{
    font-size:100%;
}
body{
    font-family: Verdana;
    font-size:0.8rem;
    padding-left: 1rem;
}
main{
    float: left;
}
/*-------HEADER---------*/
header{
    color: #005b97;
}
/*-------Data Entry---------*/
form{
    float: left;
    padding-right: 1rem;
}
fieldset{
    width: 350px;
    font-size:90%;
    border:1px solid #3cb0fd;
}
fieldset>legend {
    padding: 0;
}
legend {
    padding: 0.2em 0.5em;
    border:0px solid #3cb0fd;
    text-align:left;
}
button:focus {
    outline: 0;
    -webkit-box-shadow: none !important;
    -moz-box-shadow: none !important;
    box-shadow: none !important;
}
p{
    line-height:1.5em;
    padding: 0px;
    margin: 0px;
}
.data{
    float: left;
    width: 7rem;
}
.bbr {
    float: left;
    width: 5rem;
    font-size:90%;
}
.hidden {
    display: none;
}
#AB23{
    width: 4rem;
}
.small{
    font-size:75%;
    border: 0px;
}
input[type="number"] {

    -moz-appearance: textfield;
    max-width: 5rem;
    text-align: center;
    border: 1px solid slategrey;
}
input[type="number"]:hover,
input[type="number"]:focus {
    -moz-appearance: number-input;  /*works in firefox ;-) */
    background-color: #cbd9f5;
}
.btn {
    border-width: 1px;
    margin: 5px;
    background: #61b8f2;
    background-image: -webkit-linear-gradient(top, #61b8f2, #2980b9);
    background-image: -moz-linear-gradient(top, #61b8f2, #2980b9);
    background-image: -ms-linear-gradient(top, #61b8f2, #2980b9);
    background-image: -o-linear-gradient(top, #61b8f2, #2980b9);
    background-image: linear-gradient(to bottom, #61b8f2, #2980b9);
    -webkit-border-radius: 11;
    -moz-border-radius: 11;
    border-radius: 11px;
    font-family: Arial;
    color: #ffffff;
    font-size: 12px;
    padding: 5px 10px 5px 10px;
    text-decoration: none;
}

.btn:hover {
    background: #3cb0fd;
    background-image: -webkit-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -moz-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -ms-linear-gradient(top, #3cb0fd, #3498db);
    background-image: -o-linear-gradient(top, #3cb0fd, #3498db);
    background-image: linear-gradient(to bottom, #3cb0fd, #3498db);
    text-decoration: none;
}
#btSheard{
    color: #000000;
    background: #c699f9;
    background-image: -webkit-linear-gradient(top, #c699f9, #735a97);
    background-image: -moz-linear-gradient(top, #c699f9, #735a97);
    background-image: -ms-linear-gradient(top, #c699f9, #735a97);
    background-image: -o-linear-gradient(top, #c699f9, #735a97);
    background-image: linear-gradient(to bottom, #c699f9, #735a97);
}
#btPercival{
    color: #000000;
    background: #f5c549;
    background-image: -webkit-linear-gradient(top, #ffeba6, #f5c549);
    background-image: -moz-linear-gradient(top, #ffeba6, #f5c549);
    background-image: -ms-linear-gradient(top, #ffeba6, #f5c549);
    background-image: -o-linear-gradient(top, #ffeba6, #f5c549);
    background-image: linear-gradient(to bottom, #ffeba6, #f5c549);
}
#btSheard:hover{
    color: #ffffff;
}
#btPercival:hover{
    color: #ffffff;
}
/*-------Graph---------*/
canvas{
    min-width:200px;
    min-height:200px;
    border:0px solid #b7b5ad;
    float:left;
}
/*-------Footer---------*/
a{
    text-decoration: none;
    color: #000097;
}
a:hover{
    color: #000097;
}
footer,
footer:link,
footer:active,
footer:visited{
    clear: both;
    text-align: center;
    color: #000097;
    font-size: 0.7rem;
    padding-top: 3rem;
}
/*-------END---------*/
