body{
	background-color:#EBEEF5;
}
button{
	height:35px;
}
.cellbox{
	display: flex;
    align-items: left;
    /*justify-content: space-around;*/
    background-color:#fff;
    padding:15px 0px;
    margin:0px 0px 10px 0px;
}
.cell{
	width:25%;
    text-align:center;
}
.img_big{
	width:50%;
    border-radius:5px;
}
.title{
	font-size:14px;
}
.note{
	font-size:12px;
    color:#FF9045;
}