/*
Theme Name: Crude Dashboard
Author: You
Version: 1.0
*/

.dashboard-container {
  font-family: Arial, sans-serif;
  color: #fff;
  background: #0B0B0B;
  padding: 30px;
  border-radius: 15px;
}
#tabs button {
  background:#222;
  color:#C9A227;
  padding:12px 25px;
  border:none;
  margin:0 5px;
  border-radius:5px;
  cursor:pointer;
}
table {
  width:100%;
  border-collapse: collapse;
  margin-top:20px;
}
table th, table td {
  padding:8px;
  border:1px solid #333;
  text-align:center;
}
canvas {
  margin-top:30px;
  max-width:100%;
  height:300px;
}
