/* Generated from post: watts-that-matter-true-power-costs-of-led-fixtures-in-high-demand-data-facilities */
/* Builder Custom CSS START */
body {
  font-family: 'Roboto', sans-serif;
  color: #000;
  line-height: 1.6;
  font-size: 16px;
  padding: 15px;
}

h2 {
  font-size: 20px;
}

/* Table of Contents Styling */
.toc {
  background: #f7f8f9;
  border-radius: 12px;
  padding: 20px;
  margin: 20px auto;
  max-width: 700px;
  text-align: left;
}

.toc h2 {
  text-align: center;
}

.toc ol {
  color: #000;
  padding-left: 20px;
}

/* Table Styling */
table {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}

th, td {
  text-align: left;
  padding: 8px;
  border-bottom: 1px solid #ccc;
}

/* Image Styling */
img {
  max-width: 100%;
  height: auto;
}
/* Builder Custom CSS END */