.z-depth-5 {
    -webkit-box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
        0 40px 77px 0 rgba(0, 0, 0, 0.22);
    box-shadow: 0 27px 24px 0 rgba(0, 0, 0, 0.2),
        0 40px 77px 0 rgba(0, 0, 0, 0.22);
}

body {
    font-size: 15px !important;
    line-height: 1.5 !important;
    color: black !important;
}

.inline {
    display: inline;
}

.loading {
    background-image: url("/img/loading.gif");
    z-index: 1071;
    position: fixed;
    top: 0;
    background-repeat: no-repeat, repeat;
    width: 100%;
    height: 100%;
    background-position: center;
}

#main-loading {
    width: 100%;
    height: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1070;
    top: 0;
    position: fixed;
    display: none;
}
