/** page structure **/
#w {
  display: block;
  margin: 0 auto;
}

#content {
  display: block;
  width: 100%;
}

.feedcontainer {
  display: block;
}
.feedcontainer h2 { 
  font-weight: bold;
  font-size: 2.0em;
  color: #535353;
}
.feedcontainer h3 { 
  font-weight: bold; 
  font-size: 1.2em; 
}


header {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (max-width : 530px) {
  #logo-image-paenvironmentdigest {
    display: none;
  }
}  
/*
@media only screen and (min-width : 530px) {
  #tiptopdiv {
    background-image: url('/images/background.png');
  }
}
*/