body
{
    background-color: #135;
}

/*Borders*/
.mm-row
{
    border: solid;
}

#mm-grid div[class*="cell"],
#mm-grid div.row
{
    border-color:#111;
    border-width: 2px;
}

.mm-row
{
    box-shadow: 0px 0px 10px 3px rgba(255,255,255,.4);
    margin-top: 15px;
    margin-bottom: 5px;
}

.mm-choice
{
    border-right: solid;
    opacity: 0.85;
}

#mm-grid .mm-results div.cell.mm-result-0 {border-right: 1px solid #111; border-bottom: 1px solid #111;}
#mm-grid .mm-results div.cell.mm-result-1 {border-bottom: 1px solid #111; border-left: 1px solid #111;}
#mm-grid .mm-results div.cell.mm-result-2 {border-right: 1px solid #111; border-top: 1px solid #111;}
#mm-grid .mm-results div.cell.mm-result-3 {border-left: 1px solid #111; border-top: 1px solid #111;}
/*---*/

#mm-main
{
    padding-top: 15px;
    margin-bottom: 77px;
}

#mm-nav .button.disabled
{
    opacity: 1;
}

.mm-hidden
{
    display: none;
}

.mm-result
{
    min-height: 19px;
    padding:0;
    text-align: center;
    font-size: 0.75rem;
}

#mm-nav button .label
{
    display: inline;
    font-size: 22px;
}

#mm-grid button.mm-select
{
    margin: 0 0 5px 0;
}

@media screen and (max-width: 576px) {
    /*Borders*/
    .mm-row
    {
        border: solid;
    }

    .mm-choice
    {
        border-bottom: solid;
        border-right: none;
        min-height: 20px;
    }
    /*---*/

    #mm-grid button.mm-select
    {
        width: 2rem;
        height: 2rem;
        line-height: 32px;
        margin: 0 3px 0 3px;
        font-size: 1rem;
    }

    #mm-main
    {
        padding-top: 10px;
        margin-bottom: 57px;
    }

    #mm-nav 
    {
        height: 40px;
    }
    
    #mm-nav button span.icon,
    #mm-nav button span.label
    {
        font-size: 18px;
    }
}