body {
    padding: 0;
    margin: 0;
    color: #444;
}
a {
    text-decoration: none;
}
.wrapper {
    margin: 1em auto;
    max-width: 800px;
    width: 95%;
    font: 18px/1.5 sans-serif;
}
header {
    border-bottom: 1px solid #999;
    font-size: 15px;
}
header a {
    margin-right: 30px;
    color: #555;
    text-decoration: none;
}
img {
    max-width: 100%;
    height: auto;
    margin-bottom: 20px;
    margin-top: 40px;
}
button, .btn {
    padding: 14px 50px;
    border-radius: 3px;
    border: 0;
    background-color: green;
    color: #fff;
    cursor: pointer;
    font-size: 18px;
}
button:hover, .btn:hover {
    opacity: 0.8;
}
footer {
    margin-top: 50px;
    padding-top: 20px;
    padding-bottom: 100px;
    background-color: #f8f8f8;
}
.alert {
    padding: 15px 30px;
    margin: 20px 0;
}
.alert-success {
    background-color: #dff0d8;
    color: #468847;
}
.highlight {
    border: 1px solid #999;
    padding: 20px;
}
.highlight h4 {
    margin-top: 5px;
    margin-bottom: 15px;
}
.fundraising-status {
  margin-bottom: 40px;
}
.fundraised-amount {
    font-size: 30px;
}
.fundraising-status-bar {
    height: 10px;
    width: 100%;
    background-color: #ccf1e0;
}
.fundraising-raised {
    height: 100%;
    background-color: green;
}
