/*
#########################################################
#############   openPlaG 4.2: graph.css   ###############
#########################################################
#############   written by Juergen Kummer   #############
#########################################################
##############   published under GNU GPL   ##############
#########################################################
## Original source: https://rechneronline.de/openPlaG/ ##
#########################################################
Copyright (C) Juergen Kummer

This program is free software; you can redistribute it and/or
modify it under the terms of the GNU General Public License
as published by the Free Software Foundation; either version 2
of the License, or (at your option) any later version.

This program is distributed in the hope that it will be useful,
but WITHOUT ANY WARRANTY; without even the implied warranty of
MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
GNU General Public License for more details.

You should have received a copy of the GNU General Public License
along with this program; if not, write to the Free Software
Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA  02110-1301, USA.
*/

body{margin:10px;padding:0px;font-family:sans-serif;color:#000000;background-color:#f0ffff;font-size:11px}
p{font-size:13px;margin-top:0px;margin-bottom:5px;padding:0px}
h1{color:#639ace;padding:0px;margin:0px;font-size:22px}
h2{color:#639ace;padding:0px 0px 0px 5px;margin:0px;font-size:18px}
h3{color:#639ace;padding:0px 0px 0px 5px;margin:0px;font-size:14px}
h4{color:#639ace;padding:0px 0px 0px 5px;margin:0px;font-size:12px}
td{vertical-align:top;font-size:11px}
select,input{color:#000000;background-color:#ffffff;text-align:center;padding:0px;border:1px solid #999999;font-size:13px}
input:hover{background-color:#cccccc}
input.check{border:0px}
a{font-weight:bold}
hr{margin:2px 0px;padding:0px}
.width{width:900px}
.dtable{border-bottom:1px solid #eeeeee}
.greek{font-family:serif;font-size:16px}
.draw{background-color:#85bcef;font-weight:bold;width:100px}
.draw:hover{background-color:#95ccff}
.reset{background-color:#eeeeee;font-weight:bold;width:100px}
.reset:hover{background-color:#cccccc}
.function{padding:2px;border-left:1px solid #cccccc;border-right:1px solid #999999}
.align{background-color:#eeeeee;font-family:sans-serif;text-align:center;vertical-align:middle;width:30px;height:30px;letter-spacing:0px;margin-top:1px}
.align:hover{background-color:#cccccc}
.bt{background-color:#eeeeee;min-width:30px;margin:2px}