body {
    background-color: #eee;
}
#app {
    padding-top: 0% !important;
}
#app td
{
    height: 20px;
    line-height: 20px;
}
.box1, .box2
{
    display: inline-block;
}
.top-row {
    padding: 10px 0px;
    background-color: #fff;
}
label{
    font-size: 13px;
    color: #969696;
}
input {
    border-color: #e6e6e6;
}
input,
input::placeholder {
    font: 0.8rem/3 sans-serif;
    color: #e6e6e6;
}
.searching-div {
    border: 1px solid #e6e6e6;
    padding: 10px 20px;
    margin-bottom: 10px;
}
.table-input {
    padding: 0% !important;
    margin: 0% !important;
    font-family: inherit !important;
    font-size: inherit !important;
    line-height: inherit !important;
    width: 25%;
    border-radius: 5px solid #e6e6e6 !important;
}
th {
    font-size: 12px !important;
    color: #969696;
}
.operate_btn {
    padding: 0.250rem 0.75rem;
    font-size: 0.8rem;
}