/* static/css/base.css */
/*
header h1 {
  color: red;
}

h1 {
  color: blue;
}

body {
  background-color: lightblue;
}

.column-class-color-gray-center {
  text-align: center;
  color: #b6adb1 !important;
}

.column-class-color-center {
  font-weight: bold;
  text-align: center;
  color: #1826f6 !important;
}
*/
.table-class {
  font-weight: bold;
  color: #FF0000;
}

.row-class {
  font-weight: bold;
  color: #FF0000;
}

.limited-width {
  max-width: 50px; /* Adjust this value to your desired width */
  word-wrap: break-word;
  white-space: normal;
}

.col-30 {
  width: 30%;
}

.col-70 {
  width: 70%;
}
