/* this allows horizontal scrolling */
.fabrikDataContainer {overflow-x: auto;}

div.modal {
    top: 40%;
    left: 70%;
    background: #f6fdab;
    border: #736b6b solid 2px;
    width: auto;
    border-radius: 10px;
    box-shadow: grey 5px 5px;
}

.uk-section {
  padding-top: 0px;}

.btn-group>.btn-mini {
    font-size: 12px;
    background: lightblue;
}