// box e.g. above a table in the table view
.infobox {
margin-left: auto;
margin-right: auto;
@include mb(3);
@include px(0);
@include py(2);
justify-content: center;
@extend .border;
@extend .rounded;
@extend .box-shadow;
}