footer {
    background: rgb(247, 248, 249);
}

img.footer-img {
    margin-left: 15px;
    width: 100px;
    height: auto;
}

body {
    min-height: 100%;
    height: 100%;
    overflow: auto;
    padding-bottom: 75px;
}

.border-10 {
    border-style: solid;
    border-width: 5px;
    border-radius: 15px;
    border-color: rgba(0, 0, 0, 0.3);
}

.machine-settings {
    background-color: rgba(0, 0, 0, 0.05);
}

.clean-span {
    display: block;
}

.clean-span1 {
    display: inline-block;
}