@media only screen and (max-width: 600px) {
    body {
        height: 100%;
        overflow-y: auto;
        overflow-x: hidden;
    }

    #toast-container {
        top: 0;
        height: 0;
    }

    .sidenav {
        width: auto !important;
    }

    #page-content {
        width: 100%;
    }

    .card .card-content {
        padding: 8px !important;
    }

    .card .card-action {
        padding: 8px 12px !important;
    }

    .btn-floating.btn-large {
        width: 42px;
        height: 42px;
    }

    .btn-floating.btn-large .material-icons {
        line-height: 44px;
    }

    #button-previous, #button-next {
        position: absolute;
        top: 88px;
    }

    #button-next {
        right: 10px;
    }

    #button-previous {
        left: 10px;
    }
}

@media only screen and (min-width: 601px) {
    #page-content {
        width: 80%;
    }

    #button-previous, #button-next {
        position: fixed;
        top: 80px;
    }

    #button-next {
        right: 15px;
    }

    #button-previous {
        left: 15px;
    }
}

#page-content {
    margin-bottom: 0;
}

.bold {
    font-weight: bold !important;
}