@import '../mixins/common.styl'


// big main card areas in reports

.mp-panel
  background-color $white
  border-radius 5px
  box-shadow 0 1px 1.8px 0.2px rgba(69, 81, 113, 0.15)
  margin 20px

  .mp-panel-section:not(:last-child)
    border-bottom 1px solid $grey-200
