.float-right {
    float: right;
}

.picker {
    height: 450px;
}

m-2 {
    margin: 2em;
}

.width-5 {
    width: 5%;
}

.width-10 {
    width: 10%;
}

.width-15 {
    width: 15%;
}

.width-20 {
    width: 20%;
}

.width-25 {
    width: 25%;
}

.width-30 {
    width: 30%;
}

.width-40 {
    width: 40%;
}

.width-50 {
    width: 50%;
}

.width-60 {
    width: 60%;
}

.width-70 {
    width: 70%;
}

.width-80 {
    width: 80%;
}

.width-90 {
    width: 90%;
}

.width-100 {
    width: 100%;
}

.zero-padding {
    padding: 0 !important;
}

.text-right {
    text-align: right;
}

.form-container {
    /* padding-left: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;*/
    margin-bottom: 8px !important;
    padding: 16px !important;
}

.toolbar {
    /* padding-left: 16px !important;
    padding-bottom: 16px !important;
    padding-right: 16px !important;
    padding-top: 16px !important;*/
    margin-bottom: 8px !important;
}

.align-right {
    text-align: right;
}