body {
  text-align: left;
}

#page {
  border: none;
}

#sidebar {
  display: none;
}

#content {
  width: 100%;
  border: none;
  padding: 0;
}

#content.with_sidebar {
  width: 100%;
  border: none;
  padding: 0;
}

#footer {
  display: none;
}

#header .header_box {
  display: none;
}
#header .info_box {
  display: none;
}
#header .login_box {
  display: none;
}

#navigation {
  display: none;
}

.proposal_box {
  display: none;
}

#project_info {
  width: auto;
  padding: 0;
  margin-bottom: 20px;
}

table tr th {
  font-weight: bold;
  background-color: #DDDDDD;
}
table tr.col {
  background-color: #EEEEEE;
}
