/*1Copyright 2008-20132Matthias Ehmann,3Michael Gerhaeuser,4Carsten Miller,5Bianca Valentin,6Alfred Wassermann,7Peter Wilfahrt89This file is part of JSXGraph.1011JSXGraph is free software dual licensed under the GNU LGPL or MIT License.1213You can redistribute it and/or modify it under the terms of the1415* GNU Lesser General Public License as published by16the Free Software Foundation, either version 3 of the License, or17(at your option) any later version18OR19* MIT License: https://github.com/jsxgraph/jsxgraph/blob/master/LICENSE.MIT2021JSXGraph is distributed in the hope that it will be useful,22but WITHOUT ANY WARRANTY; without even the implied warranty of23MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the24GNU Lesser General Public License for more details.2526You should have received a copy of the GNU Lesser General Public License and27the MIT License along with JSXGraph. If not, see <http://www.gnu.org/licenses/>28and <http://opensource.org/licenses/MIT/>.29*/3031.jxgbox {32/* for IE 7 */33position: relative;34overflow: hidden;35background-color: #ffffff;36border-style: solid;37border-width: 1px;38border-color: #356AA0;39border-radius: 10px;40-webkit-border-radius: 10px;41-ms-touch-action: none;42}4344.JXGtext {45/* May produce artefacts in IE. Solution: setting a color explicitly. */46background-color: transparent;47font-family: Arial, Helvetica, Geneva, sans-serif;48padding: 0;49margin: 0;50}5152.JXGinfobox {53border-style: none;54border-width: 1px;55border-color: black;56}5758.JXGimage {59opacity: 1.0;60}6162.JXGimageHighlight {63opacity: 0.6;64}65666768