/*
.b-xl-page__main{
  background: #fff;
  border-radius: 3px;
  padding: 20px;
}

.b-xl-page__main .b-block-header-content h1 {
  margin-bottom: 20px;
}

.b-node-page-actions{
  position: fixed;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

.b-node-page-actions__action{
  background: #e7e7e7 url(images/ico-add.svg) center center no-repeat;
  display: block;
  width: 40px;
  height: 40px;
  overflow: hidden;
  text-indent: -1000em;
  border-radius: 100%;
  margin-bottom: 15px;
  opacity: .5;
}

.b-node-page-actions__action._edit{
  background-image: url(images/ico-edit.svg);
}

.b-node-page-actions__action._delete{
  background-image: url(images/ico-delete.svg);
}

.b-node-page-actions__action:last-of-type{
  margin-bottom: 0;
}

.b-node-page-actions__action:hover{
  opacity: 1;
}
*/