.navbar-nav .dropdown-menu li.user-header {
  height: auto !important;
}
.main-sidebar .user-panel {
  height: 65px !important;
}
table .actions a {
  margin-right: 8px;
}
table .actions a:last-child {
  margin-right: 0;
}
.media .media-item {
  position: relative;
  height: 150px;
  margin-bottom: 15px;
}
.media .media-item .preview > .image-preview {
  width: 100%;
  height: 150px;
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}
.media .media-item .btn-remove {
  position: absolute;
  top: 0;
  right: 15px;
}
