/* desktop_fundraising_application.css */

@charset "UTF-8";

#application-header {
  font-weight: bold;
  color: #303030;
  margin-bottom: 15px;
  padding-left: 5px;
  font-size: 150%;
  border-bottom: 2px solid #d9d9d9;
}

#application-main-container {
  margin: 0;
  padding-top: 10px;
}

#application-content {
  margin: 0px 0px 0px 0px;
}

.get-the-app-button, .get-the-app-login-button {
  display: none;
  margin: auto 0;
  font-size: 200%;
  font-weight: bold;
  padding: 2px 10px 2px 10px;
  border-radius: 4px;
  cursor: pointer;
}

.page-text {
  margin-top: 0px;
  padding-left: 5px;
  font-weight: normal;
  font-size: 120%;
}