﻿body {
    font-size:14px;
}
.tableComm {
    width:100%;
    height:3em;line-height:3em;
}  
.appImg{
    width:4em;
    height:4em;
}
.appName {
    text-align:center;
} 
.input_noline {
    height:calc(3em - 2px);
}  
.InputBoxFull{
    border:1px solid #808080; 
    width:calc(100% - 0.5em - 2px);
    height:calc(3em - 4px);
    padding-left:0.5em;  
}
.box {
    min-height: 90px;
    width: 100%;
    overflow: hidden;
}
.listbox {
    min-height: 150px;
    width: 100%;
    overflow: hidden;
}
.movebox {
    min-height: 90px;
    width: 9000px;
    padding: 0;
    position: relative;
    left: 0;
}
.movebox li {
    min-height: 90px;
    float: left;
    list-style: none;
    font-size: 30px;
    color: #fff;
}