.snaplapse_keyframe_container::-webkit-scrollbar {
  -webkit-appearance: none;
  height: 18px;
}

.snaplapse_keyframe_container::-webkit-scrollbar-track {
  background-color: rgb(240, 240, 240);
}

.snaplapse_keyframe_container::-webkit-scrollbar-thumb {
  border-radius: 1px;
  border: 2px solid rgb(240, 240, 240);
  background-color: rgb(179, 179, 179);
  -webkit-box-shadow: inset 0 0 1px rgb(51, 51, 51);
}

.snaplapse_keyframe_container::-webkit-scrollbar-thumb:hover {
  background-color: rgb(153, 153, 153);
}

.snaplapse_keyframe_container::-webkit-scrollbar-button {
  background-repeat: no-repeat;
  background-color: rgb(240, 240, 240);
  width: 20px;
}

.snaplapse_keyframe_container::-webkit-scrollbar-button:hover {
  background-color: rgb(179, 179, 179);
}

.snaplapse_keyframe_container::-webkit-scrollbar-button:decrement {
  background-image: url("../images/buttons/scrollbar-left-black.png");
  background-position: 50% 50%;
}

.snaplapse_keyframe_container::-webkit-scrollbar-button:decrement:active {
  background-image: url("../images/buttons/scrollbar-left-white.png");
  background-color: rgb(102, 102, 102);
}

.snaplapse_keyframe_container::-webkit-scrollbar-button:increment {
  background-image: url("../images/buttons/scrollbar-right-black.png");
  background-position: 55% 50%;
}

.snaplapse_keyframe_container::-webkit-scrollbar-button:increment:active {
  background-image: url("../images/buttons/scrollbar-right-white.png");
  background-color: rgb(102, 102, 102);
}

.timelineSlider.ui-slider-disabled {
  opacity: 1;
}

#loadSnaplapseButton {
  height: 31px;
  width: 100px;
}

#loadSnaplapseButton .ui-button-text {
  margin-top: 2px;
}

.loadTimewarpWindow {
  height: auto;
}

.loadTimewarpWindowTable {
  margin-top: 8px;
  margin-bottom: 6px;
}

.loadTimewarpWindow_txt {
  width: 220px;
}

.loadTimewarpWindow_JSON {
  margin-top: 7px;
  width: 322px;
  height: 56px;
  resize: none;
}

.saveTimewarpWindow {
  height: auto;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.saveTimewarpWindowTable {
  margin-top: 8px;
  margin-bottom: 6px;
}

.saveTimewarpWindow_tourTitleInput {
  width: 316px;
}

.saveTimewarpWindow_title_share {
  margin-top: 8px;
  margin-bottom: 0px;
}

.saveTimewarpWindow_txt {
  width: 347px;
}

.saveTimewarpWindow_JSON {
  width: 347px;
  height: 80px;
  resize: none;
}

.saveTimewarpWindow_title_embed {
  margin-top: 5px;
  margin-bottom: 0px;
}

.saveTimewarpWindow_txt2 {
  width: 347px;
}

.saveTimewarpWindow_JSON2 {
  resize: none;
  height: 80px;
  width: 347px;
  margin-bottom: 8px;
}

.transition_table_mask {
  width: 96px;
  height: 143px;
  font-size: 10px;
  font-family: Arial, Helvetica, sans-serif;
}

.keyframe_title_input {
  width: 180px;
}

.createSubtitle_dialog {
  height: auto;
}

.keyframe_title_container {
  margin-bottom: 12px;
}

.createSubtitle_dialog_txt {
  margin-bottom: 2px;
}

.createSubtitle_dialog_table {
  margin-top: 8px;
}

.subtitle_textarea {
  height: 70px;
  width: 275px;
  resize: none;
}

.transition_table {
  text-align: left;
  padding: 0px;
  overflow: hidden;
  height: 100%;
}

.keyframe_table {
  cursor: pointer;
  border-bottom: 1px solid #656565;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  border-top: 0px solid #656565;
  padding-left: 13px;
  padding-right: 11px;
  padding-top: 15px;
  padding-bottom: 10px;
}

.keyframe_table:hover {
  z-index: 999;
}

.snaplapse_composer_controls {
  display: none;
}

.keyframe-button-container {
  margin-top: 0px;
  margin-bottom: 0px;
  margin-left: 0px;
  margin-right: 0px;
  display: block;
}

.keyframe-button-container .ui-button:focus {
  z-index: 18;
  outline: none;
}

.keyframe-button-container .ui-state-hover {
  z-index: 18;
}

.keyframe-button-container .ui-state-active {
  border: 1px solid #525252;
  background: #525252 !important;
  color: white;
}

.keyframe-button-container .ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png);
}

.keyframe-button-container .ui-button {
  width: 32px;
  border-radius: 0px;
}

.keyframe-button-container .ui-icon {
  margin-top: -9px;
  margin-left: 1px;
}

.keyframe-button-container .ui-state-default {
  background: white;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_container, .composer:not(.vertical) .snaplapse_keyframe_container {
  position: relative;
  display: block;
  border-top: 0px solid #656565;
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  border-bottom: 1px solid #656565;
  width: auto;
  height: 174px;
  padding: 0;
  margin: 0;
  background-color: transparent;
  overflow-x: scroll;
  overflow-y: hidden;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.snaplapse_keyframe_container.presentation_mode {
  overflow-x: auto;
}

.snaplapse_keyframe_container.presentation_mode.touch_friendly {
  overflow-x: hidden;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list, .composer:not(.vertical) .snaplapse_keyframe_list {
  /* do not remove, this is used for the scrollTop function */
  position: relative;
  white-space: nowrap;
  height: 148px;
  margin-left: -1px;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 0;
}

.snaplapse_keyframe_list .ui-selecting {
  color: black;
}

.snaplapse_keyframe_list .ui-selected {
  color: black;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item, .composer:not(.vertical) .snaplapse_keyframe_list_item{
  display: inline-block;
  padding: 0px 0px;
  font-size: 8pt;
  margin-right: 0px;
  margin-bottom: 0px;
  margin-top: 0px;
  margin-left: 0px;
}

/* Thumbnail dimensions */
.snaplapse_keyframe_list_item_presentation .snaplapse_keyframe_list_item_thumbnail {
  position: relative;
  display: block;
}

.snaplapse_keyframe_list_item_table {
  height: 100%;
}

.snaplapse_keyframe_list_item_timestamp {
  font-family: Arial, Helvetica, sans-serif;
  margin-left: 0px;
  display: block;
  font-size: 10pt;
}

.snaplapse_keyframe_list_item_description_label {
  font-family: Arial, Helvetica, sans-serif;
  display: block;
}

.snaplapse_keyframe_list_item_description_label:focus {
  outline: none;
}

.snaplapse_keyframe_list_item_thumbnail_container {
  width: 126px;
  height: 73px;
  position: relative;
  margin-bottom: 2px;
  border-radius: 1px;
  border: solid 1px black;
  background: black;
  cursor: pointer;
}

.snaplapse_keyframe_list_item_thumbnail_container:focus {
  outline: none;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item_thumbnail_container_presentation, .composer:not(.vertical) .snaplapse_keyframe_list_item_thumbnail_container_presentation  {
  width: 100%;
  height: 100%;
  position: relative;
  background: black;
  cursor: pointer;
  border-left: 1px solid black;
  border-right: 0px solid black;
  border-top: 1px solid black;
  border-bottom: 1px solid black;
}

.presentationSlider:not(.vertical) .thumbnail_highlight, .composer:not(.vertical) .thumbnail_highlight {
  border: 4px solid #4d90fe !important;
  -moz-box-shadow: inset 0 0 10px #000 !important;
  -webkit-box-shadow: inset 0 0 10px #000 !important;
  box-shadow: inset 0 0 10px #000 !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

/* Thumbnail selection overlay dimensions */
.snaplapse_keyframe_list_item_thumbnail_overlay_presentation {
  position: absolute;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  margin: 0;
  padding: 0;
  width: auto;
  height: auto;
  border: 4px solid transparent;
  -moz-box-shadow: inset 0 0 0px #000;
  -webkit-box-shadow: inset 0 0 0px #000;
  box-shadow: inset 0 0 0px #000;
  background: transparent;
  z-index: 4;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item_thumbnail_overlay_presentation:not(.snaplapse_keyframe_list_item_thumbnail_overlay_presentation-touchFriendly):hover {
  border: 4px solid #fff !important;
  -moz-box-shadow: inset 0 0 40px #000 !important;
  -webkit-box-shadow: inset 0 0 40px #000 !important;
  box-shadow: inset 0 0 40px #000 !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.snaplapse_keyframe_list_item_thumbnail_overlay {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  width: 126px;
  height: 73px;
  border: solid 0px black;
  -moz-box-shadow: inset 0 0 0px black;
  -webkit-box-shadow: inset 0 0 0px black;
  box-shadow: inset 0 0 0px black;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
  background: transparent;
  z-index: 2;
}

.snaplapse_keyframe_list_item_thumbnail_overlay:hover {
  -moz-box-shadow: inset 0 0 80px black !important;
  -webkit-box-shadow: inset 0 0 80px black !important;
  box-shadow: inset 0 0 80px black !important;
  -webkit-transition: all 0.2s linear;
  -o-transition: all 0.2s linear;
  -moz-transition: all 0.2s linear;
  -ms-transition: all 0.2s linear;
  transition: all 0.2s linear;
}

.snaplapse_keyframe_list_item_thumbnail {
  position: absolute;
  top: 0px;
  left: 0px;
  margin: 0;
  padding: 0;
  border: solid 0px black;
  background-color: black;
  z-index: 1;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item_title, .composer:not(.vertical) .snaplapse_keyframe_list_item_title {
  position: absolute;
  left: 0px;
  bottom: 0px;
  padding-top: 1px;
  padding-bottom: 2px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 11pt;
  text-align: center;
  width: 100%;
  overflow: hidden;
  color: rgba(255, 255, 255, 0.8);
  z-index: 3;
  display: none;
  background-color: rgba(0, 0, 0, 0.6);
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item_presentation .snaplapse_keyframe_list_item_title, .composer:not(.vertical) .snaplapse_keyframe_list_item_presentation .snaplapse_keyframe_list_item_title {
  padding-top: 2px;
  padding-bottom: 3px;
}

.presentationSlider:not(.vertical) .snaplapse_keyframe_list_item_description, .composer:not(.vertical) .snaplapse_keyframe_list_item_description {
  width: 126px;
  height: 40px;
  /* resize: none; */
  margin: 0;
  padding: 0;
  font-family: Arial, Helvetica, sans-serif;
  resize: none;
}

.snaplapse_keyframe_list_item_duration_container {
  margin-bottom: 5px;
  display: block;
}

.snaplapse_keyframe_list_item_durationRadio {
  margin-top: -18px;
  margin-left: 7px;
  display: block;
}

.snaplapse_keyframe_list_item_duration_label_1 {
  display: block;
  width: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.snaplapse_keyframe_list_item_duration_label_2 {
  width: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.snaplapse_keyframe_list_item_duration {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 35px;
  height: 12px;
}

.snaplapse_keyframe_list_item_speed_container {
  margin-top: 4px;
  display: block;
}

.snaplapse_keyframe_list_item_speed_label_2 {
  width: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.snaplapse_keyframe_list_item_speed_label_1 {
  display: block;
  width: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.snaplapse_keyframe_list_item_speed {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 35px;
  height: 12px;
}

.snaplapse_keyframe_list_item_loop_container {
  margin-top: 7px;
  display: block;
}

.snaplapse_keyframe_list_item_loopRadio {
  margin-top: -30px;
  margin-left: 7px;
  display: block;
}

.snaplapse_keyframe_list_item_loop_label {
  display: block;
  width: 20px;
  font-family: Arial, Helvetica, sans-serif;
}

.snaplapse_keyframe_list_item_loop {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 10px;
  width: 35px;
  height: 12px;
}

.snaplapse_keyframe_list_item_loop_container .ui-state-active {
  border: 1px solid #525252;
  background: #525252 !important;
  color: white;
}

.snaplapse_keyframe_list_item_loop_container .ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png);
}

.snaplapse_keyframe_list_item_loop_container .ui-button {
  border-radius: 0px;
  width: 38px;
  height: 16px;
}

.snaplapse_keyframe_list_item_loop_container .ui-icon {
  margin-top: -9px;
  margin-left: 1px;
}

.snaplapse_keyframe_list_item_loop_container .ui-state-default {
  background: white;
}

.snaplapse-annotation-description {
  display: table;
  overflow: hidden;
  border: 0px solid #000000;
  position: absolute;
  width: 100%;
  height: 65px;
  bottom: 15px;
  left: 0px;
  color: #ffffff;
  background-color: rgba(0, 0, 0, 0);
  z-index: 10;
  word-wrap: break-word;
  text-align: center;
  vertical-align: middle;
}

.snaplapse-annotation-description div {
  display: table-cell;
  font-family: Arial, Helvetica, sans-serif;
  padding-left: 20%;
  padding-right: 20%;
  width: 60%;
  height: 100%;
  text-align: center;
  font-size: 14pt;
  word-wrap: break-word;
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
  vertical-align: middle;
}

.snaplapsePlayingMaskViewer {
  position: absolute;
  opacity: 0;
  width: 100%;
  height: 100%;
  z-index: 999;
  top: 0px;
  background: white;
}

.snaplapsePlayingMask {
  position: absolute;
  opacity: 0;
  left: 0px;
  top: 0px;
  bottom: 0px;
  right: 0px;
  width: auto;
  height: auto;
  z-index: 999;
  background: black;
}

.snaplapseTourPlayBack {
  position: absolute;
  top: 0px;
  z-index: 1000;
  color: white;
  font-size: 22px;
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
  cursor: pointer;
  height: 48px;
  visibility: hidden;
  width: auto;
}

.player:not(.mobileUI) .snaplapseTourPlayBack.hasSearch {
  top: 59px;
}

.mobileUI .snaplapseTourPlayBack {
  top: 94px;
}

.contextMapContainer.playingTour {
  right: 20px !important;
}

.tourLoadOverlay {
  position: absolute;
  opacity: .7;
  width: 100%;
  height: 100%;
  z-index: 19;
  top: 0px;
  background: black;
  cursor: pointer;
  z-index: 2000;
  visibility: hidden;
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  justify-content: center;
}

.tourLoadOverlayPlay {
  opacity: .8;
  width: 200px;
  height: 200px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -100px;
  margin-top: -100px;
  z-index: 99;
}

.tourLoadOverlayTitle {
  text-shadow: -1px 0 1px black, 0 1px 1px black, 1px 0 1px black, 0 -1px 1px black;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 14pt;
  position: relative;
  top: 71%;
  z-index: 99;
  color: #ffffff;
  width: auto;
  height: 20px;
}

.tourLoadOverlayTitle.animating {
  position: absolute;
  left: 50%;
}

.keyframeSubtitleBoxForHovering {
  z-index: 1100;
  font-size: 12px;
  color: black;
  position: absolute;
  line-height: 18px;
  background-color: white;
  border: 1px solid #656565;
  border-radius: 2px;
  overflow: visible;
  -moz-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
  display: none;
}

.keyframeSubtitleBoxForHovering p {
  margin-top: 0px;
  margin-bottom: -11px;
  margin-left: 0px;
  margin-right: 0px;
  padding-top: 11px;
  padding-bottom: 21px;
  padding-left: 14px;
  padding-right: 14px;
  background-repeat: no-repeat;
  background-position: 50% 100%;
  background-image: url(../images/bubble_edge_horizontal_white.png);
  max-width: 260px;
}

.composer .toolbar {
  display: block;
  height: 36px;
  background-color: rgb(220, 220, 220);
  border: 1px solid #656565;
  font-size: 12px;
  margin: 0;
  padding: 0;
  z-index: 20;
}

.composer .toolbar .ui-button {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  -o-user-select: none;
  user-select: none;
}

.composer .toolbar .ui-button:focus {
  outline: none;
}

.composer .toolbar .editorTitle {
  position: absolute;
  left: 20px;
  top: 10px;
  font-family: Arial, Helvetica, sans-serif;
  font-size: 15px;
  color: black;
  opacity: 0.8;
  font-weight: bold;
}

.composer .toolbar .toggleMode {
  position: absolute;
  width: 138px;
  height: 20px;
  top: 9px;
  left: 20px;
  background: white;
  border: 1px solid #656565;
  border-radius: 2px !important;
  z-index: 30;
  outline: none;
}

.composer .toolbar .toggleMode .ui-button-text {
  text-align: center;
  padding: 0;
  font-size: 11px;
  margin-top: 0px;
  margin-left: -13px;
}

.composer .toolbar .toggleMode .ui-icon {
  margin-right: -4px;
}

.fullScreenBtnContainer {
  float: right;
  display: inline;
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  height: 100%;
}

.fullscreenLabel.ui-state-default {
  background: white;
}

.fullscreenLabel {
  height: 100%;
  border-radius: 0;
  padding: 0;
}

.editorModeToolbar {
  margin-top: 0px;
  margin-left: 0px;
  margin-right: 0px;
  margin-bottom: 0px;
  padding: 0;
  float: right;
  height: 100%;
}

.editorModeToolbar .ui-button {
  min-width: 35px;
  margin-right: -1px;
  margin-left: 0px;
  border-radius: 0px !important;
  vertical-align: middle;
  border-top: 0px solid white;
  border-bottom: 0px solid white;
  height: 100%;
  border-left: 1px solid rgb(220, 220, 220);
  border-right: 1px solid rgb(220, 220, 220);
}

.editorModeToolbar .ui-button.ui-state-hover {
  border-right: 1px solid #656565;
  border-left: 1px solid #656565;
  z-index: 999;
}

.editorModeToolbar .ui-state-default {
  background: white;
}

.editorModeToolbar .ui-state-active {
  background: #656565 !important;
  color: white;
}

.editorModeToolbar .ui-state-active .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png);
}

.editorModeToolbar .newTimewarp {
  border-right: 1px solid #656565 !important;
}

.editorModeToolbar .playStopTimewarp .ui-icon {
  background-image: url(../images/ui-icons_custom_256x240.png);
  margin-left: 3px;
}

.editorModeToolbar .playStopTimewarp.ui-state-default {
  width: 120px;
  color: white;
  background-color: #71AF71;
  border-right: 0px !important;
  border-left: 1px solid #656565 !important;
  margin-right: 0px;
}

.editorModeToolbar .playStopTimewarp.ui-state-default:hover:not(
[disabled]) {
  background-color: #529952;
}

.editorModeToolbar .playStopTimewarp.isPlaying.ui-state-default {
  background-color: rgba(255, 0, 0, 0.4);
}

.editorModeToolbar .playStopTimewarp.isPlaying.ui-state-default:hover:not(
[disabled]) {
  background-color: rgba(255, 0, 0, 0.52);
}

.editorModeOptions {
  border-radius: 2px;
  box-shadow: 2px 2px 3px rgba(0, 0, 0, 0.3);
}

.editorModeOptions .ui-menu-item {
  font-size: 11px;
}

.editorModeOptions .ui-menu-item a {
  text-decoration: none;
}

.editorModeOptions .ui-menu-item.ui-state-focus {
  background-image: none;
}

.editorModeOptions .ui-corner-all {
  border-radius: 2px;
}

.editorModeOptions.ui-menu {
  position: absolute;
  width: 116px;
  padding: 10px;
  border: 1px solid #656565;
  z-index: 35;
}

.editorModeOptions.ui-state-focus {
  padding: 10px;
}

.composer:not(.vertical), .presentationSlider:not(.vertical) {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 0px;
  width: auto;
}

.snaplapse-annotation-description .recording {
  font-size: 80px;
  text-align: right;
  padding-left: 10px;
  padding-right: 20px;
}

.hidden {
  display: none;
}

.presentationSlider.vertical {
  height: calc(100% - 247px);
  position: absolute;
  width: calc(100% - 24px);
}

table .presentationSlider.vertical {
  position: relative;
  width: calc(100% + 24px);
}

.presentationSlider.vertical .snaplapse_keyframe_list {
  display: -webkit-flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
  flex-direction: row;
  align-items: center;
  height: 100%;
}

.presentationSlider.vertical .snaplapse_keyframe_list_item {
  font-family: 'Roboto-Regular';
  width: calc(50% - 26px);
  height: 120px;
  margin-right: 24px;
  margin-bottom: 24px;
  background-color: white;
  border-radius: 8px;
  border: 1px solid #dadce0;
  position: relative;
  cursor: pointer;
  color: #202124;
}

.presentationSlider.vertical .snaplapse_keyframe_list_item_thumbnail {
  border: none;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
}

.presentationSlider.vertical .snaplapse_keyframe_list_item_title {
  /* Should be GoogleSans-Regular */
  font-family: 'Roboto-Regular';
  margin-left: 120px;
  padding-left: 16px;
  width: calc(100% - 145px);
  position: absolute;
  left: 0px;
  top: 16px;
  white-space: -moz-pre-space;
  white-space: nowrap;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
}

.presentationSlider.vertical .snaplapse_keyframe_list_item_description {
  margin-left: 120px;
  padding-left: 16px;
  position: absolute;
  left: 0px;
  top: 38px;
  color: #5f6368;
  font-size: 14px;
  padding-right: 20px;
  line-height: 1.5;
  -webkit-line-clamp: 3;
  -webkit-box-orient: vertical;
  overflow: hidden;
  -o-text-overflow: ellipsis;
     text-overflow: ellipsis;
  display: block;
  display: -webkit-box;
  height: 65px;
}

.presentationSlider.vertical .thumbnail_highlight {
  border: 1px solid #d2e3fc;
  border-radius: 8px;
  background: #d2e3fc;
  z-index: 0;
}

.presentationSlider.vertical .snaplapse_keyframe_list_item:hover {
  border: 1px solid #939393;
}

.composer .close-dialog {
  background: url(../images/close.png) center center no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  width: 20px;
  height: 20px;
  cursor: default;
  opacity: 0.67;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
}

.composer .saveTimewarpWindow_titlePresentation {
  display: none;
}
