/* jqm docs css

Beware: lots of last-minute CSS going on in here 
cobblers, shoes, 
*/

h2 { margin:1.2em 0 .4em 0; }
h3 { margin:0.5em 0 .2em 0;font-size: 14px; display: inline-block; }
p code { font-size:1.2em; font-weight:bold; } 
h4 code {font-size:1.2em; font-weight:bold; }
dt { font-weight: bold; margin: 2em 0 .5em; }
dt code, dd code { font-size:1.3em; line-height:150%; }
pre { white-space: pre; white-space: pre-wrap; word-wrap: break-word; }


    .menu {
        list-style: none;
    }    
    .menu li {
        border:1px solid #eee;
        overflow:hidden;
        padding:10px 0;
        float:left;
        width:107px;
        height:90px;
        border-right-width:0;
        /*
        border-left:none;
        border-bottom:none;
        border-top:none;*/
    }
    .active{
        border-color:red;
    }
    .menu li span{display:inline-block
    }
    .menuitem{
    }

    
    .list {
        list-style: none;
        overflow:hidden;
    }    
    .list li {
        display:block;
        text-align:left;
        float:left;
        width:100%;
        height:28px;
    }
    .list li label{
        float:left;
        width:80px;
        display:block;
        overflow:hidden;
    }
    a:link,
    a:visited{
        color:#000;
    }

    /* »ý·ÖÁ÷Ë®*/
    .hisory_cell{
    padding:0;
    position: relative;
    display: -webkit-box;
    display: -webkit-flex;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    align-items: center;
    }
    .cell_hd{
        padding: 10px 5px;
        border:solid 1px #eee;
        border-right:none;
        border-bottom:none;
        font-size:12px;
    }
    .cell_label1{
        text-align:center;
        display: block;
        width:70px;
    }
    .cell_label2{
        display: block;
        text-align:center;
        width:130px;
    }
    .cell_label3{
        display: block;
        text-align:center;
        width:80px;
    }
    .cell_label4{
        display: block;
        text-align:center;
        width:70px;
        color:orange;
    }
    .decrease{
        color:green;
    }