﻿#all_query_panel {
    height: 100%;
}

#all_query_panel .title {
    text-align: center;
    width: 100%;
    height: 50px;
    line-height: 50px;
    font-size: 16px;
    font-weight: 700;
}

#all_query_panel .loading {
    text-align: center;
    top: 200px;
    position: relative;
}

#all_query_panel .loading img {
    width: 40px;
    height: 40px;
}

#all_query_panel .exception {
    text-align: center;
    font-size: 13px;
    padding: 50px 0;
}
