/* contain youtube videos to single column */
#in-the-news iframe,
#content iframe {width: auto; height: auto;}

/*Specification Pages*/
/*Span with class*/
.glossary-term {
	color: #943634;
    background-color: #deacac; 
  	border: 1px solid #943634;
}
/* For code block wrap code inside div with class code-block*/
.code-block{
  margin-left: 25px;
  background-color: #D9D9D9;
  padding: 5px;
}
.code-block code{
  overflow-wrap: break-word;
}
/*Div with class*/
.note{
  border: 1px solid black;
  margin: 0 15px 20px 15px;
  padding: 5px;
}
.table-with-borders {
	margin-bottom: 20px;
}
.table-with-borders th, .table-with-borders td {
    border: 1px solid black;
	padding: 10px;
}
.table-with-underlines th, .table-with-underlines td {
	border: none;
	text-align: left;
  	vertical-align: top;
}
.table-with-underlines tr {
  border-bottom: 1px solid black;
}
.anchor{
  display: block;
  height: 100px; /*same height as header*/
  margin-top: -100px; /*same height as header*/
  visibility: hidden;
}