html, body {
    width: 100%;
    height: 100%;
    margin: 0;
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
}

.dp-header {
    padding: 20px;
    padding-bottom: 30px;
    padding-top: 100px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
    background-color: #EEEEEE;
    font-family: "Lucida Console", "Courier", "monospace";
}

.dp-header h1 {
    font-size: 28px;
    color: #555555;
    margin-bottom: 20px;
}

.dp-header h2 {
    font-size: 16px;
}

.dp-create {
    padding-top: 20px;
    display: -webkit-flex;
    display: flex;
    -webkit-flex-direction: column;
    flex-direction: column;
    align-items: center;
}

.herolist {
    list-style-type: none;
    padding-left: 40px;
    padding-right: 40px;
}

.herolist .caption {
    display: flex;
    align-items: center;
    margin-top: 20px;
    margin-bottom: 10px;
}

.herolist .caption i {
    margin-right: 5px;
    color: #a4ad22;
}

.herolist button {
    width: 100%;
    background-color: #a4ad22;
}

.herolist button:hover {
    width: 100%;
    background-color: #b8c229;
}

.wrapper {
    min-height: 100%;
    margin-bottom: -40px;
}

.push {
    height: 50px;
}

#container, #appwrapper {
    height: 100%;
}

footer {
    height: 50px;
    text-align: center;
    font-size: 24px;
}

footer i:hover {
    color: #a4ad22;;
    cursor: default;
}