body {
    margin: 30px;
    font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
    color: #fff;
    text-shadow: 0 1px 2px rgba(0, 0, 0, 0.7);
    font-size: 21px;
    font-weight: lighter;
}
h2 {
    font-size: 200%;
}
a {
    display: inline-block;
    padding: 5px 8px;
    line-height: 100%;
    background-color: rgba(0, 0, 0, 0.9);
    color: #fff;
    text-decoration: none;
    text-shadow: none;
}
body.inverse {
    color: #333;
    text-shadow: none;
}
body.inverse h2 {
    color: #111;
}
a:hover {
    background-color: #fff;
    color: #000;
    text-decoration: none;
}
ul.list {
    list-style: none;
    margin: 0;
    padding: 0;
}
li {
    margin-bottom: 5px;
    font-size: 80%;
}
.bgstretcher-page {
    padding: 20px;
    background-color: rgba(0, 0, 0, 0.45);
    color: #fff;
}
.sample-div {
    height: 400px;
}
button {
    font-size: 17px;
}