﻿/*
  new styles - layout
*/
.y-layout-fluid .push {
  height: 25px;
}
.y-additional-credits--list {
  list-style-type: none;
  padding: 0;
  margin: 0;
}
.y-additional-credits--list-item {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}
.y-additional-credits-modal--error-message i {
  color: red;
}
.y-additional-credits-modal--field label {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
}