
/*-- Hides --*/
#header-top,
.tabs-wrapper,
#navigation,
#footer,
#invite-form,
a.feedbacktab,
.element-invisible,
a.print{
  display: none !important;
}




/*-- Layout --*/
body{
  width: 1000px;
}

#header > .section,
#features .region-features,
#main-wrapper #main,
#footer .region-footer{
  padding: 0;
  width: 1000px;
  background: none;
  
}

#header > .section{
  height: 95px;
}

#site-name{
  margin-top: 0 !important;
}


input, select, textarea, body{
  font-size: 120%;
  line-height: 120%;
}





/*--Invites--*/
.page-manage table td{
  padding-top: 30px !important;
  padding-bottom: 26px !important;
}

#invite-user-overview{
  clear: both;
  width: 100%;
}

