/* contains all the country buttons */
.italic {font-style:italic}
#checkboxes {
  position:absolute;
  top:610px;
  cursor:default;
  padding:0px;
  margin-bottom:20px}
/* Form containing the graph selection */
#graph_selection1 {
  position:absolute;
  top:570px;
  left:10px}
#graph_selection2 {
  position:absolute;
  top:570px;
  left:300px}
/* Applies to the clickable buttons */
form div {
  float:left;
  width:104px;
  padding:10px;
  border:1px solid black;
  margin:2px;
  cursor:pointer}
/* Applies to the text inside the clickable buttons */
form div span {
  position:relative;
  left:0px;
  top:0px;
  margin:0px;
  display:block;
  padding:2px;
  width:100px;
  overflow:hidden;
  background-color:white;
  color:#222;
  font-family:sans-serif;
  font-size:120%}
/* Applies to the checkbox input inside the clickable buttons */
form div input {display:none}
/* Applies to the graps */
img.overlay {
  position:absolute;
  left:0px;
  top:0px}
