body {
    background: none;
    /* background-color: white; */
    /* color: #0080c7; */
}
footer {
    padding: 15px 0;
    display: none;
    text-align: center;
}
#page {
    -webkit-box-shadow: 0 0 5px #fff;
    box-shadow: 0 0 5px #fff;
}
#page > .container div h1:not(.media-heading):after, #page > .container div h2:not(.media-heading):after, #page > .container div h3:not(.media-heading):after, #page > .container div h4:not(.media-heading):after, #page > .container div h5:not(.media-heading):after, #page > .container div h6:not(.media-heading):after {
    border-bottom: 2px solid #242423;
}
#back-top span {
    padding: 10px;
    display: none;
}
#page > .container .btn-default {
    border-radius: initial;
    color: white;
    -webkit-transition: all 0.4s ease 0s;
    transition: all 0.4s ease 0s;
    display: none;
}
#page {
        background: none;
        color: black;
        font-size: 18px;
    }

.media-body, .media-left, .media-right {
        display: table-cell;
        vertical-align: top;
        background-color: white;
        padding-left: 10px;
    }
#menu .normal .media-body {
margin-left: 74px;
background-color: transparent;
}