/* test.css */
/* Created 03/28/2012 */
/* Author: Greg McCurdy */

/* This file contains CSS information for the Highcharts/weagraph webpage */

/* the entire page body */

body {
}

/* Master box */
#definitions div.entrycontainer {
    font-size: 11px;
    font-family: Verdana,Arial,sans-serif;
    padding: 4px 10px;
    margin: 0;
    border: 2px solid black;
    background-color: #e8ffe8;
    position: relative;
    display: none;
    z-index: 40;
    width: 200px;
    -moz-opacity:0.95;
}

