/**
 *  @file         style.css
 *  @version      0.1
 *  @date         April 2016
 *  @author       Nhu-Hoai Robert VO (nhuhoai.vo@nhuvo.ch)
 *  @copyright    (c)2016 NhuVo
 *  @brief        Main stylesheet
 */
 
body {
  width: 100%;
  margin: 0;
  padding: 0;
  font-family: Verdana, Arial, sans-serif;
}

#header {
  display: none;
}

#menu {
  display: none;
}

#main {
  position: relative;
  width: 100%;
  height: auto;
}

#submenu {
  display: none;
}

#content {
  position: relative;
  width: 100%;
  height: auto;
}

#footer {
  display: none;
}

#copyright {
  display: none;
}

#myChart {
  max-width: 620px;
  max-height: 310px;
}
#chartBox {
  position: relative;
  padding: 0;
  margin: 0;
  width: 80%;
}