nav {
	border-bottom:1px solid black;
}

body {
  background-color: #edeff2;
  padding-top:20px;
 }

.container{
  padding:0px !important;
  max-width:1240px;
}

.blog-title {
  text-align: center;
  margin-bottom: 30px;
}

.blog-container {
  font-size: 1rem;
  line-height: 1.6;
  color: #333;
  background-color: #f9f9f9;
  padding: 20px;
  border-radius: 6px;
  box-shadow: 0 0 10px rgba(0,0,0,0.05);
}

.blog-container hr {
  margin-top: 20px;
  margin-bottom: 20px;
}

.air-table{
  overflow:scroll;
  overflow-y: hidden;
}

.table-center{
  text-align: center;
}

.row-positive{
  background-color: rgb(108, 205, 161);
  
}


.row-negative{
  background-color: rgb(249, 188, 188);
}

.centered-bokeh {
  /* display: flex; */
  justify-content: center;
  overflow:scroll;
  overflow-y: hidden;
}

body {
  margin-top: 20px;
}