/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Sep 26 2025 | 21:48:14 */
#nexus-tool {
  font-family: Arial, sans-serif;
  max-width: 1100px;
  margin: auto;
  padding: 20px;
}
 
.row-flex {
  display: flex;
  gap: 20px;
  flex-wrap: wrap;
}
 
.company-info, .nexus-analysis, .thresholds-table {
  background: #fff;
  padding: 20px;
  border-radius: 10px;
  box-shadow: 0 2px 6px rgba(0,0,0,0.1);
}
 
.company-info {
  flex: 7 1 300px;
}
 
.nexus-analysis {
  flex: 3 1 200px;
  max-height: 400px;
  overflow-y: auto;
}
 
.thresholds-table {
  margin-top: 20px;
}
 
.thresholds-table table {
  width: 100%;
  border-collapse: collapse;
  text-align: left;
}
 
.thresholds-table th, 
.thresholds-table td {
  padding: 8px;
  border: 1px solid #ddd;
}
 
.thresholds-table thead {
  background: #f5f5f5;
}
 
.scroll-box {
  max-height: 300px;
  overflow-y: auto;
}
 
.btn-row {
  margin-top: 20px;
  display: flex;
  gap: 10px;
}
 
.btn-row button,
.company-info button {
  flex: 1;
  background: #1a4fd0;
  color: #fff;
  padding: 10px;
  border: none;
  border-radius: 6px;
  cursor: pointer;
}
 
.btn-row button {
  background: #007bff;
}