@charset "utf-8";
/* CSS Document */

/* footnote style */
#mobile-footer {
    position: static;
    bottom: 0;
    width: 100%;
}
#mobile-menu {
    background: #FFF;
}
#mobile-footer-container {
    display: flex;
    justify-content: space-around;
    flex-wrap: nowrap;
    overflow: hidden;
}
.mobile-link {
    padding-top: 0.75em;
    padding-bottom: 0.75em;
	text-align:center;
}
.mobile-link a {
    font-size: 10px;
    color: #000;
	text-decoration: none;
}

