#m3-mobile-mind-mapper-container {
   font-size:1em;
   margin: 0px;
}

#m3-mobile-mind-mapper-popups {
   background-color: white;
   padding: 10px;
   position: fixed;

   /*
    * Chrome fullscreen mode doesn't automatically shift content
    * when keyboard appears, so we need to put the popup (for editing)
    * near top of screen
    */
   top: 50px;
}

.clickableIcon {
   border: 2px solid white;
}

.clickableIcon:active {
   border: 2px solid blue;
}

.clickableText {
   border: 2px solid white;
   text-align: center;
   background-color: #0099ff;
}

.clickableText:active {
   border: 2px solid blue;
   background-color: #dddddd;
}

.popup {
   border: 2px solid blue;
   padding: 10px;
   overflow-y: auto;
}
