.ord {background-color: White;}
.notord {background-color: #f5f5f5;}
.count {color: #808080;}
.lefttd {border-right : 2px solid #cccccc;}
.geo {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 10pt; 
}
.slink {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif; 
	font-size: 8pt; 
}
.content {
	font-family: Tahoma, Verdana, Arial, Helvetica, sans-serif;
	font-size: 9pt;
}

a.treeItemTitle{
    color: #C10000;
}

a.treeItemSolutions{
    color: #000000;
    border-bottom: 1px solid #000000;
}

.treeItemLeaf{
    color: #000000;
}

div.solutionParams{
    margin-top: 10px;
}

.videoPlayerCentered div.oembedall-container {
	text-align: center;
}

@keyframes pulse_animation {
  0% {
    transform: scale(1);
  }
  30% {
    transform: scale(1);
  }
  40% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.4);
  }
  60% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
  }
  80% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}

 .newsollink{
   font-weight: bolder;
   animation-name: pulse_animation;
   animation-duration: 2000ms;
   transform-origin: left;
   animation-iteration-count: 1;
   animation-timing-function: linear;
 }
