:target > .comm_str {
  animation: dehighlight linear 4s;
  animation-delay: 1s;
  animation-iteration-count: 1;
  transform-origin: 50% 50%;
  -webkit-animation: dehighlight linear 4s;
  -webkit-animation-delay: 1s;
  -webkit-animation-iteration-count: 1;
  -webkit-transform-origin: 50% 50%;
  -moz-animation: dehighlight linear 4s;
  -moz-animation-delay: 1s;
  -moz-animation-iteration-count: 1;
  -moz-transform-origin: 50% 50%;
  -o-animation: dehighlight linear 4s;
  -o-animation-delay: 1s;
  -o-animation-iteration-count: 1;
  -o-transform-origin: 50% 50%;
  -ms-animation: dehighlight linear 4s;
  -ms-animation-delay: 1s;
  -ms-animation-iteration-count: 1;
  -ms-transform-origin: 50% 50%; }
  :target > .comm_str .commi:before, :target > .comm_str .commi:after {
    animation: dehighlight linear 4s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: dehighlight linear 4s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: dehighlight linear 4s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: dehighlight linear 4s;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: dehighlight linear 4s;
    -ms-animation-delay: 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%; }
  :target > .comm_str .comm_but ul li a:before, :target > .comm_str .comm_but ul li a:after {
    animation: dehighlight linear 4s;
    animation-delay: 1s;
    animation-iteration-count: 1;
    transform-origin: 50% 50%;
    -webkit-animation: dehighlight linear 4s;
    -webkit-animation-delay: 1s;
    -webkit-animation-iteration-count: 1;
    -webkit-transform-origin: 50% 50%;
    -moz-animation: dehighlight linear 4s;
    -moz-animation-delay: 1s;
    -moz-animation-iteration-count: 1;
    -moz-transform-origin: 50% 50%;
    -o-animation: dehighlight linear 4s;
    -o-animation-delay: 1s;
    -o-animation-iteration-count: 1;
    -o-transform-origin: 50% 50%;
    -ms-animation: dehighlight linear 4s;
    -ms-animation-delay: 1s;
    -ms-animation-iteration-count: 1;
    -ms-transform-origin: 50% 50%; }

@keyframes dehighlight {
  0% {
    background-color: #a4a4a4; }
  100% {
    background-color: white; } }
@-moz-keyframes dehighlight {
  0% {
    background-color: #a4a4a4; }
  100% {
    background-color: white; } }
@-webkit-keyframes dehighlight {
  0% {
    background-color: #a4a4a4; }
  100% {
    background-color: white; } }
@-o-keyframes dehighlight {
  0% {
    background-color: #a4a4a4; }
  100% {
    background-color: white; } }
@-ms-keyframes dehighlight {
  0% {
    background-color: #a4a4a4; }
  100% {
    background-color: white; } }
