h1 {
    color: #34495E;
}

.page-wrapper {
    margin-top: 0;
}

.btn {
    border: 0;
}
.btn.btn-info {
    background-color: #34495F;
}
.btn-info:hover {
    background-color: #34495F;
    color: #fff !important;
}
.btn-link {
    text-decoration: none;
}
.btn-link:focus {
    box-shadow: none;
}