.grid_content_html_Border_slight:hover,
.grid_content_html_Border_slight:focus {
  outline: none; }

.grid_content_html_Border_slight p:hover,
.grid_content_html_Border_slight p:focus {
  color: #fff; }

.grid_content_html_Border_slight p {
  color: #999;
  text-shadow: none;
  -webkit-transition: color 0.3s;
  -moz-transition: color 0.3s;
  transition: color 0.3s; }

.grid_content_html_Border_slight p:hover::before, .grid_content_html_Border_slight p:focus::before, .grid_content_html_Border_slight p:hover::after, .grid_content_html_Border_slight p:focus::after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  transform: translateY(0px); }

.grid_content_html_Border_slight p::before {
  top: 0;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }

.grid_content_html_Border_slight p::before, .grid_content_html_Border_slight p::after {
  position: absolute;
  left: 0;
  width: 100%;
  height: 2px;
  background: #fff;
  content: '';
  opacity: 0;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  -moz-transition: opacity 0.3s, -moz-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  -webkit-transform: translateY(-10px);
  -moz-transform: translateY(-10px);
  transform: translateY(-10px); }

.grid_content_html_Border_slight p::after {
  bottom: 0;
  -webkit-transform: translateY(10px);
  -moz-transform: translateY(10px);
  transform: translateY(10px); }

/*# sourceMappingURL=Border_slight.css.map */
