html{position:relative;height:100%}body{padding-top:60px;padding-bottom:65px;height:100%;-webkit-user-select:none;-moz-user-select:none;-khtml-user-select:none;-ms-user-select:none}.footer{position:absolute;bottom:0;width:100%;height:60px;background-color:#f5f5f5}#notesContainer{height:100%;overflow:hidden}.stickynote{min-width:230px;max-width:600px;float:left;background-color:#f9f9f9;margin:5px;box-shadow:5px 5px 5px rgba(0,0,0,.2);border-radius:5px}.draggableStickyNote{cursor:grab}.ui-draggable-dragging{cursor:move}#addMarkdownHelper{margin-top:7px;cursor:pointer}#currentTime{text-align:center;cursor:pointer}.sTitle{border-radius:5px 5px 0 0;padding:5px 20px 5px 20px;text-align:center;word-wrap:break-word}.sDescription{padding:0 10px 20px 10px;word-wrap:break-word;max-height:500px;overflow-y:scroll}.sControls{display:none;background-color:#f0f0f0;border-radius:0 0 5px 5px;position:absolute;bottom:0;left:0;width:100%;height:20px;cursor:pointer}.sControls span{margin-left:5px;opacity:.7}.sControls span:hover{opacity:1}.stickynote:hover .sControls{display:block}.leftControls{float:left;padding-left:10px;width:20%;text-align:left}.centerControls{float:left;width:40%;text-align:center}.rightControls{float:left;padding-right:10px;width:40%;text-align:right}@keyframes reminderAnimation{0%{box-shadow:5px 5px 5px #c80000}10%{box-shadow:5px 5px 8px #c80000}20%{box-shadow:5px 5px 10px #c80000}30%{box-shadow:5px 5px 12px #c80000}40%{box-shadow:5px 5px 15px #c80000}50%{box-shadow:5px 5px 18px #c80000}60%{box-shadow:5px 5px 15px #c80000}70%{box-shadow:5px 5px 12px #c80000}80%{box-shadow:5px 5px 10px #c80000}90%{box-shadow:5px 5px 8px #c80000}100%{box-shadow:5px 5px 5px #c80000}}.reminderLive{animation-name:reminderAnimation;animation-duration:2s;animation-iteration-count:infinite}