.business-header-hitschart{
	border: 1px solid #ccc;
	border-bottom: 0px;
	padding: 10px;
	background-color: #f9f1f1;
}
.business-chart-body{
	border: 1px solid #ccc;
	padding: 10px;
}
.business-chart-body-m{
	border: 1px solid #ccc;
	border-top: 0px; 
	padding: 10px;
}

#business-table-hitschart {
  border-collapse: collapse;
  width: 100%;
}

#business-table-hitschart td, #business-table-hitschart th {
  border: 1px solid #ddd;
  padding: 8px;
}

#business-table-hitschart tr:nth-child(even){background-color: #f2f2f2;}

#business-table-hitschart tr:hover {background-color: #ddd;}

#business-table-hitschart th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  border-bottom: 1px solid black;
  border-top: 0px;
  border-right: 0px;
  border-left: 0px;

}

.business-hitschart-view-more{
	margin-top: 5px;
	text-align: right;
}

.business-search-statistic{
	margin-bottom: 5px;
}

.business-search-statistic button{
	margin-left: 15px;
	padding: 3px;
}

#business-table-hitschart img{
	 border-radius: 50%;
}

.business-ul-hits{
  list-style-type: none;
  padding-left: 0px;
}

.business-table-hitschart-all tr{
  border-bottom: 1px solid #f1f1f1 !important;
}

.business-table-hitschart-all tr td{
  border:0px !important;
}

.business-statistic-back{
  text-align: center;
  padding: 10px;
}

.body-dark .business-header-hitschart{
  border: 1px solid #ccc;
  border-bottom: 0px;
  padding: 10px;
  background-color: #18191a;
}

.business-select-statistic{
  max-width: 100px;
 /* #a19a9a*/
}

.body-dark #business-table-hitschart tr:nth-child(even)
 {background-color: #423e3e;}

/*.viewMore_Btn a{
	background-color: #F2F5F7!important;
    padding: 10px 30px!important;
    display: inline-block!important;
    border: 1px solid #ccc!important;
    border-radius: 3px;
    font-size: 14px;
    text-transform: uppercase;
    background-color: #fff!important;
    color: #777!important;
    box-shadow: 0 2px 3px rgba(0,0,0,0.1);
    margin-top: 20px;
    height: auto!important;
    width: auto!important;
}*/