/*
    Copyright 2008-2013
        Matthias Ehmann,
        Michael Gerhaeuser,
        Carsten Miller,
        Bianca Valentin,
        Alfred Wassermann,
        Peter Wilfahrt

    JSXGraph is free software dual licensed under the GNU LGPL or MIT License.
 */

.jxgview {
  padding-right: 0px;
  padding-left: 0px;
  padding-top: 0px;
  -ms-touch-action: none;
  background-color: #fff;
}

.jxgbox {
  /* for IE 7 */
  position: relative;
  overflow: hidden;
  background-color: #fff;
  border-style: solid;
  border-width: 1px;
  border-color: #356AA0;
  border-radius: 10px;
  -webkit-border-radius: 10px;
  -ms-touch-action: none;
}

.JXGtext {
  /* May produce artefacts in IE. Solution: setting a color explicitly. */
  background-color: transparent;
  font-family: Arial, Helvetica, Geneva, sans-serif;
  padding: 0;
  margin: 0;
}

.JXGinfobox {
  border-style: none;
  border-width: 1px;
  border-color: black;
}

.JXGimage {
  opacity: 1.0;
}

.JXGimageHighlight {
  opacity: 0.6;
}

