.ggskin { font-family: 'Arial', 'Roboto', sans-serif; font-size: 14px;}
.ggskin .Tt{ 
	font-size: 14px;
	font-weight:bold;
}
.ggskin .T{
  background-color: red;
}
@keyframes pulse {
  0% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0.5);
    box-shadow: 0 0 0 0 rgba(242,242,242);
    border-radius: 100%;
  }
  70% {
    -moz-box-shadow: 0 0 0 30px rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 40px rgba(1, 60, 79, 0);
    border-radius: 100%;
  }
  100% {
    -moz-box-shadow: 0 0 0 0 rgba(204, 169, 44, 0);
    box-shadow: 0 0 0 0 rgba(1, 60, 79, 0);
    border-radius: 100%;
  }
}


.ggskin .t{
  font-family: 'Source Sans Pro', sans-serif;
color: blue;
}
::-webkit-scrollbar {
    background-color: transparent;
    width: 2px;
	height: 6px;
}

::-webkit-scrollbar-thumb {
    background-color: #ec2f59;
	width: 2px;
	height: 4px;
}
.ggskin .BG_node_prev{
	box-shadow: -5px 2px 5px #333333;
}
.ggskin .BG_node_prev:hover{
	box-shadow: none;
}

.ggskin .BG_node_next{
	box-shadow: 5px 2px 5px #333333;
}
.ggskin .BG_node_next:hover{
	box-shadow: none;
}
.next:hover{
 
  transform: rotateX(45deg);
}
@keyframes stretch {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.2);
  }
}
.CC{
  background-color: red;
}

@keyframes example {
  0%   {top:0px;}
  50%  {top:-40px;}
  100% {left:0px; top:0px;}
}
.c{
  animation: ease-in-out;
}
