﻿* {
    font-family: Verdana, Arial, Helvetica, sans-serif;
    font-size: 12px;
}

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    font: inherit;
    font-family: Verdana, Arial, Helvetica, sans-serif;
}

html {
    height: 100%;
    font-size: 100%;
    -ms-text-size-adjust: none;
    -webkit-text-size-adjust: none;
}

body {
    margin: 0 auto 0 auto;
    padding: 0;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.6;
    height: 100%;
    background: #f7f7f7;
}

div#container {
    width: 300px;
    margin: 0 auto;
    min-height: 100%;
    background: #fff;
    position: relative;
    padding:10px;
}

div.centered {
    text-align: center;
}

div.row {
    margin-bottom: 5px;
    clear: both;
}

    div.row input[type="image"] {
        max-width: 49%;
    }

div.numberPanel {
    width: 296px;
    max-width: 95%;
    margin: auto;
    margin-bottom: 10px;
    clear: both;
}

    div.numberPanel input[type="number"] {
        width: 220px;
        height: 38px;
        max-width: 98%;
        float: left;
        font-size: 20px;
        padding: 5px;
        border-radius:5px 0px 0px 5px;
        border:solid 1px #aaaaaa;
    }

    div.numberPanel input[type="image"] {
        height: 50px;
        float: left;
    }

@media screen and (max-width: 1340px) {
    #mh-mobile .container {
        width: 980px;
    }
}

@media screen and (max-width: 1000px) {
    #mh-mobile .container {
        width: 768px;
        margin-top: 0;
    }
}

@media screen and (max-width: 767px) {
    #mh-mobile .container {
        width: 660px;
    }
}

@media screen and (max-width: 680px) {

    #mh-mobile .container {
        width: 10%;
        min-width: 300px;
    }
}

@media only screen and (max-width:320px) {
}
