@-webkit-keyframes throb {
from { text-shadow: 0 0 7px; }
50% { text-shadow: 0 0 2px; }
to { text-shadow: 0 0 7px; }
}

@-moz-keyframes throb {
from { text-shadow: 0 0 7px; }
50% { text-shadow: 0 0 2px; }
to { text-shadow: 0 0 7px; }
} 

.textGlow {
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite; 
} 

{
  content: "" !important;
}

{
  background-image: none !important;
} 

a[href$="f=91"]{
	-webkit-animation: throb 4s infinite;
	animation: throb 1s infinite;
	color: #fe0202;
	/*transform: translateZ(0);   attempt to reduce the workload on the processor. Not working.*/
}  

/* commented out by MartinV. It slides the topic title to the right when hovering and clicking.

a.forumtitle:hover {
    color: #fe0202;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.75s linear 0s;
}

a.topictitle:hover {
    color: #fe0202;
    padding-left: 20px;
    text-decoration: none;
    transition: all 0.75s linear 0s;
}*/