/*****************************************
		CUSTOM CSS
******************************************/@keyframes animateBorder {  to {    outline-color: #EA3556;    box-shadow: 0 0 0 6px green;  }}.moduletable.spezial {	boarder-radius: 0,    animation: 1s animateBorder infinite;    box-shadow: 0 0 0 6px #ea3556;    outline: 6px dashed green;}
div #gtx-trans {
  display: none
}
