.gdnlistcontainer {
    clear: both;
    overflow: auto;
}

.centertext {
  text-align:center;
}

.clearfix {
  clear:both;
}


.rednomargin {
  color:red;
  margin:0;
}

.bigtext {
  font-size:2em;
}

.region-sidebar-second h2 {
  font-size:1.2em;
  border-bottom:none;
}



.link-noline {
  text-decoration: none !important;
  border-bottom: none !important;
}

.redbackground {
  background:red;
}

.whitebackground {
  background:white;
}




/* ====== FORMATS THE SITE-WIDE URGENT ANNOUNCEMENT BLOCK ====== */
#block-sitemaintenancenotice div.content {
  background:#feff94;
  border: 1px solid #ff0000;
  border-radius: 7px;
  padding: 16px;
}
#block-sitemaintenancenotice h1 {
  color: red;
  margin:0;
}
#block-sitemaintenancenotice p {
  color: red;
/*  font-size:.9em;  */
  line-height:100%;
  margin:0;
}

