header.approval-block-header {
    background-size: cover;
    min-height: 205px;
    width: 100%;
}
.approval-block-header .header-main-info h2 {
    font-size: 4em;
    font-family: KeepCalm-Medium;
}
.container .approval-block-header {
    font-size: 2em;
}
.no-padding {
    padding: 0;
}
#approval-block,
#app-layout {
    background-color: #c8c9c9;
}
#back-list {
    margin-top: 25px; }
.back-list-item {
    background-color: white;
    margin: 10px 0;
}
.back-list-item a {
    cursor: pointer;
}
.pagination {
    margin-bottom: 50px;
}
.back-list-item:first-child {
    margin-top: -65px;
}
.back-list-item:last-child {
    margin-bottom: 50px;
}
.back-list-item .row {
    padding: 15px 15px 15px 15px;
    margin-right: 0px;
    margin-left: 0px;
}