body
{
    font-family: Arial, Helvetica, sans-serif;
    padding-left: 15px;
    padding-right: 15px;
}
p {
  margin-left: 10px;
}
#menu
{
  color: #636b77;
  background-color: #e6e6ff;
  padding: 5px;
}
#menu p
{
  line-height: 21px;
  background-image: url('img/arrow1.png');
  background-repeat: no-repeat;*/
}
#menu p:hover
{
  line-height: 21px;
  background-image: url('img/arrow2.png');
  background-repeat: no-repeat;*/
}
/* unvisited link */
a:link {
    color: #000;
    padding-left: 25px;
    text-decoration: none;
}

/* visited link */
a:visited {
    color: #000;
    padding-left: 25px;
    text-decoration: none;
}

/* mouse over link */
a:hover {
    color: #000;
    padding-left: 25px;
    text-decoration: none;
}

/* selected link */
a:active {
    color: #000;
    padding-left: 25px;
    text-decoration: none;
}

.graph_button {
  width: 80px;
}

#basic_table
{
    background-color: white;
    border-collapse: collapse;
    width: 680px;
    margin: 0px auto 10px auto;
}
#basic_table th
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
}
#basic_table td
{
    border: 1px solid black;
    border-collapse: collapse;
    padding: 5px;
    text-align: center;
}

/*----------- DROPDOWN -----------------------------------------------------------------------------------

/* Navbar container */
.navbar {
  overflow: hidden;
  background-color: #fff;
  font-family: Arial;
  border-bottom: 1px solid #8e98a5;
}

/* Links inside the navbar */
.navbar a {
  float: left;
  font-size: 16px;
  color: black;
  text-align: center;
  padding: 5px 5px;
  text-decoration: none;
}

/* The dropdown container */
.dropdown {
  float: left;
  overflow: hidden;
}

/* Dropdown button */
.dropdown .dropbtn {
  font-size: 16px;
  border: none;
  outline: none;
  color: black;
  padding: 14px 16px;
  background-color: inherit;
  font-family: inherit; /* Important for vertical align on mobile phones */
  margin: 0; /* Important for vertical align on mobile phones */
}

/* Add a red background color to navbar links on hover */
.navbar a:hover, .dropdown:hover .dropbtn {
  background-color: #a2adbc;
}

/* Dropdown content (hidden by default) */
.dropdown-content {
  display: none;
  position: absolute;
  background-color: #fff;
  min-width: 160px;
  box-shadow: 0px 8px 16px 0px rgba(0,0,0,0.2);
  z-index: 1;
}

/* Links inside the dropdown */
.dropdown-content a {
  float: none;
  color: black;
  padding: 12px 16px;
  text-decoration: none;
  display: block;
  text-align: left;
}

/* Add a grey background color to dropdown links on hover */
.dropdown-content a:hover {
  background-color: #a2adbc;
}

/* Show the dropdown menu on hover */
.dropdown:hover .dropdown-content {
  display: block;
}

.small_rbc {
  border: 1px solid black;
  width: 20px;
  height: 20px;
  background-color: white;
  position: absolute;
}
.big_rbc {
  display: none;
  position: absolute;
  left: 150px;
  max-width: 321px;
  min-height: 350px;
}
