.box{
    
    text-align: center;
    display:inline-block;
    border-right: 1px solid gainsboro;
}

.title{
    display: block;
    text-align: center;
    font-size: 12px;
    cursor:default;
}
.item{
    width: 30px;
    display: inline-block;
    cursor:pointer; 
    margin: 2px 2px 2px 2px;
    color: #504c4c;
    font-size: 16px;
	font-style: italic;
    color: #007fff;
}
.ROUND{
    width: 60px;
}
.AND{
    width: 40px;
}
.account{
    width: 75px;
}

.itemtitle{
	margin: 0px 0px 0px 5px;
    cursor:default;
	color:#ababab;
	font-size: 14px;
}

.item:hover{
    background-color:gainsboro;
}
.inputarea{
	padding: 10px;
    border-top: 1px solid gainsboro;
	height: 100%;
    overflow: scroll;
}
#toolbar{
    background: rgba(231, 229, 229, 0.493);
    box-shadow: 0px 1px 5px gainsboro;
	height: 15%;
}
#formulaeditor{
    border: 1px solid gainsboro;
	width: 100%;
    height: 100%;
}

.membinput{
    background:url(./img/open.png) no-repeat 0 0;
	background-position-x:right;
	cursor: pointer;
	border-top:none;
	border-left:none;
	border-right:none;
	border-color:black;
	border-width:1px;
	font-size:12px;
	width:288px;
	height:18px;
}
.acoountPanel{
    display:none;
    position: fixed;
    height: 300px;
    width: 300px;
    background-color: rgba(39, 35, 32, 0.14);
}

.acoountPanel li:hover{
    background-color:gainsboro;
    cursor:pointer;
}
.metricDiv{
    height: 300px;
    width: 150px;
    display: inline-block;
    float: left;
    background-color: #5db8e1;
}
.accountDiv{
    height: 300px;
    width: 150px;
    display: inline-block;
    float: left;
    background-color:#007fff;
}