.aimogen_normal
{
  color: inherit;
  text-decoration: inherit;
}
a.aimogen_normal:link{
  color: white;
}
a.aimogen_normal:visited{
  color:white;
}
a.aimogen_normal:hover{
  color:white;
}
a.aimogen_normal:focus{
  color:white;
}
a.aimogen_normal:active{
  color:white;
}
.aimogen-statistics {
  --aimogen-spacing: 15px;
  --aimogen-fontSize: 15px;
  --aimogen-borderRadius: 10px;
  --aimogen-fontColor: #000000;
  --aimogen-backgroundPrimaryColor: #454654;
  --aimogen-backgroundSecondaryColor: #343541;
  --aimogen-aiAvatarBackgroundColor: #10a37f;
  --aimogen-userAvatarBackgroundColor: #135ea4;
  --aimogen-headerButtonsColor: #555555;
}

.aimogen-statistics-usage {
  display: flex;
}

.aimogen-statistics-usage .aimogen-statistics-bar-container {
  flex: auto;
  background: var(--aimogen-backgroundSecondaryColor);
  border-radius: var(--aimogen-borderRadius);
  padding: 3px;
  text-align: center;
  height: 30px;
}

.aimogen-statistics-usage .aimogen-statistics-bar-container .aimogen-statistics-bar {
  background: #2c9b80;
  border-radius: var(--aimogen-borderRadius);
  height: 100%;
}

.aimogen-statistics-usage .aimogen-statistics-bar-container .aimogen-statistics-bar .aimogen-statistics-bar-text {
  color: var(--aimogen-fontColor);
  font-size: var(--aimogen-fontSize);
}

.aimogen-statistics-usage .aimogen-statistics-bar-text {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-left: 10px;
  color: var(--aimogen-fontColor);
  font-size: var(--aimogen-fontSize);
}
#stat_table input,textarea,select {
  font-family: "Trebuchet MS", Arial, Helvetica, sans-serif;
}
#stat_table td, #stat_table th {
  border: 1px solid #ddd;
  padding: 2px;
}

#stat_table tr:nth-child(even){background-color: #f2f2f2;}

#stat_table tr:hover {background-color: #ddd;}

#stat_table th {
  padding-top: 12px;
  padding-bottom: 12px;
  text-align: left;
  background-color: #5cb85c;
  color: white;
}
#stat_table th
{
  text-align:center !important;
}
#stat_table th .bws_help_box.dashicons-editor-help
{
  
  color:white;
}