

.side-bar img {
    width: 600px !important;
    height: auto;
    border-radius: 0% !important;
}

/* Initially hide the fields */
.hide-fields {
    display: none !important;
}

/* This class will make the fields visible */
.show-fields {
    display: block !important;
}

/* This hides the second navigation bar in django-materials */
nav {
    color: #fff;
    background-color: #fff;
    width: 100%;
    height: 0px;
    line-height: 0px;
    /* visibility: hidden; */
}

.fullWidth {
    height: 100%;
    /* visibility: hidden; */
}

.bottom {
    position: fixed;
bottom: 0;    

left: 0;
    width: 100%;
    height: 70px;
    background-color: #fff;
    color: #000;
    text-align: center;
    line-height: 50px;
}