body {
    font-family: Verdana, sans-serif;
    position: relative;
    min-height: 100vh;
}

.container-fluid {
    max-width: 960px;
}

.content {
    padding-bottom: 100px;
}
.navbar-default {
    background: #4FC694;
}
.pmd-navbar.navbar>.container-fluid .navbar-brand {
    padding: 19px 7px 19px 64px;
}

.pmd-textfield textarea.form-control {
    font-size: 12px;
    resize: vertical;
}

.pmd-navbar .navbar-brand {
    line-height: 16px;
    background: url(/logo.svg) no-repeat left center;
    background-size: contain;
    height: 50px;
    margin-top: 5px;
    width: 300px;
}

footer {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    background: #fff none repeat scroll 0 0;
    border-top: 1px solid rgba(0, 0, 0, 0.1);
    padding-bottom: 14px;
    padding-top: 17px;
    transition: all 0.5s cubic-bezier(0.55, 0, 0.1, 1) 0s;
    color: #4d575d;
}

footer a {
    color: #4d575d;
}

footer a > div {
    display: inline-block;
}