.grid_content_html_Scintilla:hover,
.grid_content_html_Scintilla:focus {
  outline: none; }

.grid_content_html_Scintilla p:hover::before,
.grid_content_html_Scintilla p:focus::before {
  opacity: 0;
  -webkit-transform: translateY(5px) translateX(-5px);
  -moz-transform: translateY(5px) translateX(-5px);
  transform: translateY(5px) translateX(-5px); }

.grid_content_html_Scintilla p::before,
.grid_content_html_Scintilla p::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

.grid_content_html_Scintilla p:hover::after,
.grid_content_html_Scintilla p:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px) translateX(0px);
  -moz-transform: translateY(0px) translateX(0px);
  transform: translateY(0px) translateX(0px); }

.grid_content_html_Scintilla p::after {
  border-color: #ccc;
  opacity: 0;
  -webkit-transform: translateY(-7px) translateX(6px);
  -moz-transform: translateY(-7px) translateX(6px);
  transform: translateY(-7px) translateX(6px); }

.grid_content_html_Scintilla p::before,
.grid_content_html_Scintilla p::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 3px solid #fff;
  content: '';
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  -moz-transition: -moz-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s; }

/*# sourceMappingURL=Scintilla.css.map */
