.qxt-info-container {
  display: flex;
  flex-wrap: wrap;
}

.qxt-info-box {
  flex: 1 0 21%;
  margin: 5px;
  height: 100px;
  background:#f3f1f1;
  text-align:center;
}

.qxt-info-box p
{
	font-size: 40px;
    line-height: 1px;
    text-align: center;
}


p.qxt-left {
    box-shadow: left;
    display: table-cell;
    vertical-align: middle !important;
    height: inherit;
    background: #6F388B;
    padding: 0 30px;
    width: 18%;
	color:white;
}

p.qxt-right {
    display: table-cell;
    height: inherit;
    vertical-align: middle;
    text-align: center;
    padding: 0 30px;
}

p.qxt-left small {
    display: -webkit-box;
    font-size: 12px;
    line-height: 12px;
}

.qxt-info-box {
    box-shadow: 0 0px 8px rgba(0,0,0,0.2);
}

.qxt-csv-downloader {
    text-align: center;
    padding: 20px 0 0 0;
}

table#qx-datatable td {
    border: 1px solid #ccc;
    text-align: center;
    padding: 10px;
}

table#qx-datatable th {
    font-size: 11px;
    padding: 10px;
    font-weight: bold;
    background: #999;
    color: white;
    border: 1px solid;
}

div#qx-datatable_paginate li {
    display: inline-block;
    background: #73499a;
    padding: 10px;
    color: white !important;
}