html,body {
    /*font-family: 'Roboto', 'Padauk', sans-serif;*/
    font-family: "Roboto Slab", sans-serif;
    height: 100%;
    margin: 0 auto;
    max-width: 576px;
    overscroll-behavior-y: contain;
}

.no-user-select {
    user-select: none;
}

.list:hover {
    background-color:#eeeeee;
}

.modal-shown {
    display: block;
}

.modal-hidden {
    display: none;
}

.modal {
    position: fixed; /* Stay in place */
    z-index: 1; /* Sit on top */
    padding-top: 100px; /* Location of the box */
    left: 0;
    top: 0;
    width: 100%; /* Full width */
    height: 100%; /* Full height */
    overflow: auto; /* Enable scroll if needed */
    background-color: rgb(0,0,0); /* Fallback color */
    background-color: rgba(0,0,0,0.5); /* Black w/ opacity */
}

/* Modal Content */
.modal-content {
    background-color: #fefefe;
    margin: auto;
    padding: 20px;
    border: 1px solid #888;
    width: 80%;
}

.modal-opacity {
    opacity: 0.6;
    filter: alpha(opacity=60);
}

.secondary-nav{
    background-color: #161c69;
    /* margin-top: 3.8em; */
}



.mmd-ripple::after {
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    pointer-events: none;
    background-image: radial-gradient(circle,#fff 10%,transparent 10.01%);
    background-repeat: no-repeat;
    background-position: 50%;
    transform: scale(10, 10);
    opacity: 0;
    transition: transform .5s, opacity 1s;
}

.mmd-appbar {
    background-color: var(--nav);
}

.mmd-ripple {
    position: relative;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
}

.mmd-action-item {
    width: 48px;
    height: 48px;
    text-align: center;
    vertical-align: middle;
    border-radius: 50%;
    cursor: pointer;
}

.mmd-appbar-title {
  color: var(--white-dark) !important;
}

div.mmd-appbar-title + div.mmd-appbar-subtitle { margin-top: 1px; padding-top:0px; margin-bottom: 0px }
