body {
    background-color: aliceblue;
    overflow-x: hidden;
}

div.col-md{
    padding: 10px;
}

button.btn-default{
    margin: 5px !important;
}

button.btn-custom{
    background-color: lightblue;
    display: inline-flex !important;
    align-items: center !important;
}

label {

    padding-left: 10px !important;
    padding-right: 10px !important;
}

.content{
    min-height: calc(100vh - 160px);
}

td, th{
    font-size: 90%;
}

.table-nonfluid{
    width: auto !important;
}

div.step-links{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}

.breadcrumb-item + .breadcrumb-item::before {
    content: '>';
}

.scrollme {
    overflow-x: scroll;
}

input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {
    /* display: none; <- Crashes Chrome on hover */
    -webkit-appearance: none;
    margin: 0; /* <-- Apparently some margin are still there even though it's hidden */
}

input[type=number] {
    -moz-appearance:textfield; /* Firefox */
}

