#bookbag_edit {
  display: none;
}

/**
EXPORT STUFF
**/


input.exportButton {
  height: 25px;
  width: 80px;
  cursor: pointer;
  text-size: 0px;
  border: none;
 margin-top: 3px;
}

input.export_word {
  background: url("/m/images/fab/banner_word.gif"); 
}
input.export_excel {
  background: url("/m/images/fab/banner_excel.gif"); 
}

.export_options {
  float: left;
  margin-left: 50px;
  }
  
