﻿body {
}

.action-buttons {
    right: 1%;
    margin-top: 15px;
    width: 100%;
    margin-bottom: 50px;
    position: relative
}

.help-button {
    position: relative;
    left: 2%
}

.action-button {
    background-color : #FFCC80 !important
}

.centered-buttons {
    justify-content: center;
    padding: 20px
}

.select-all-checkbox {
    align-self: end;
}