html,
body {
	height: 100%;
}
.edit-custom-task, .delete-task{
	background: none;
    border: none;
}
.wrap {
    min-height: 100%;
    height: auto;
    margin: 0 auto -60px;
    padding: 0 0 60px;
}
.wrap > .container {
    padding: 70px 15px 20px;
}
