/* ============================================================
   User-Agent Parser Styling - Scenic IT Solutions
   ============================================================ */

.ua-table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 14px;
}

.ua-table th,
.ua-table td {
  padding: 10px 14px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  text-align: left;
  font-size: 13px;
}

.ua-table th {
  background: rgba(0, 153, 229, 0.15);
  color: #0099E5;
  font-weight: 700;
}

.ua-table td:first-child {
  font-weight: 600;
  color: #f093fb;
  width: 35%;
}

.ua-table td:last-child {
  font-weight: 600;
  color: #27ae60;
}
