.deepGreenBtn{
    background-color: #009688;
}
.blueBtn{
    background: #33b0ea;
}
.yellowBtn{
    background: #ffb800;
}
.greenBtn{
    background: #11bfa8;
}
.grassBtn{
    background: #5FB878;
}
.greyBtn{
    background: #bbbbbb;
}
.lightGreyBtn{
    background: #e6e6e6;
    color: #000000bd !important;
    border: solid 1px #bbbbbb;
}
.redBtn{
    background: #FF5722;
}
.alignCenter{
    text-align: center;
}
.width80{
    width: 80% !important;
}
.hoverNone .layui-table tbody tr:hover, .layui-table thead tr, .layui-table-click, .layui-table-header, .layui-table-hover, .layui-table-mend, .layui-table-patch, .layui-table-tool, .layui-table-total, .layui-table-total tr, .layui-table[lay-even] tr:nth-child(even) {
    background-color: #FFFFFF;
}
.titleDiv{
    padding: 10px;
    font-size: 1.3em;
    color: #009688;
    border-bottom: solid 1px #eee;
}