i {
    margin-right: .25rem;
}
.footer {
    border-top: 1px solid #f1f1f1;
    text-align: center;
    font-size: .75rem;
    margin: .75rem 0 .75rem 0;
    padding-top: .75rem;
}
.my-menu-btn {
    border: 1px solid #eee;
    width: 12rem;
    margin-right: 1rem;
}
.main-title {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
    background-color: #1565c0;
    color: white;
    font-size: 1.5rem;
}
@media (max-width: 480px) {
    .my-menu-btn {
        width: calc(50vw - 1rem);
        margin-right: 0;
    }
}
.clickable:hover {
    cursor: pointer;
}
[v-cloak] {
    display: none;
}
