/* dvsl_re_html2.css  */

body {
	font-size:18px;
	font-family: arial;
	line-height: 1.3;
}
.img-left  {
  float: left;    
  margin: 0.5em 1em 0.5em 0.5em;
}
.img-center {
  margin: auto;
  display: block;
}
.img-middle {
  margin: auto;
  display: block;
}
.img-right  {
  float: right;    
  margin: 0.5em 1em 0.5em 0.5em;
}
.img-text {
  padding-left: 10em;
  padding-right: 10em;
  color: #848484;
}


ital {
  font-style: italic;
}
ul {
	font-family: arial;
}
/* 
ul li {
	list-style-type: square;
}
*/
.ulPhpHtml {
	padding-left: 2em;
	list-style-type: square;
}
/* for the 'original' description */
.original {
	font-size: 0.8em;
	font-style: italic;
	color: #404040;
}

/* fir figure description (unter the figure) */
.fig_descript {
	font-size: 0.88em;
	font-style: italic;
	color: #494949;
}

/* for content table */
.strong {
	font-weight: bold;
}
italic {
	font-style: italic;
}
.italic {
	font-style: italic;
}
.colorized-content {
	background: #CEECF5;
	border: #0101DF 1px solid;
	padding: 5px;
	width: 555px;
}

/* Footer section */
.footer-section {
	background: #000000;
	color     : #e0e0e0;
	font-size : 0.8em;
	overflow  : hidden;
	/* margin    : 0 auto; */
	padding   : 15px 0 10px 30px;
}
.footer-section  a {
	 text-decoration: none;
	 color          : #e0e0e0;
}

/* position in the middle, not full width */

.content-wrapper-middle890 {
	min-width: 460px;
	max-width: 890px;
    margin-left: auto;
    margin-right: auto;
}
.content-wrapper-middle560 {
	min-width: 460px;
	max-width: 560px;
    margin-left: auto;
    margin-right: auto;
}
 .blueContentPlane630 {
	background: #CEECF5;
	border: #0101DF 1px solid;
	padding: 4px;
	width: 630px;"
}

.paddingLeft20 {
	padding-left: 2em;
}
.paddingLeft30 {
	padding-left: 3em;
}
.max100 {
	max-width: 100%;
}

/* blue button */

.blue-button {
  align-items: center;
  appearance: none;
  background-image: radial-gradient(100% 100% at 100% 0, #5adaff 0, #5468ff 100%);
  border: 0;
  border-radius: 6px;
  box-shadow: rgba(45, 35, 66, .4) 0 2px 4px,rgba(45, 35, 66, .3) 0 7px 13px -3px,rgba(58, 65, 111, .5) 0 -3px 0 inset;
  box-sizing: border-box;
  color: #fff;
  cursor: pointer;
  display: inline-flex;
  font-family: "JetBrains Mono",monospace;
  height: 48px;
  justify-content: center;
  line-height: 1;
  list-style: none;
  overflow: hidden;
  padding-left: 16px;
  padding-right: 16px;
  position: relative;
  text-align: left;
  text-decoration: none;
  transition: box-shadow .15s,transform .15s;
  user-select: none;
  -webkit-user-select: none;
  touch-action: manipulation;
  white-space: nowrap;
  will-change: box-shadow,transform;
  font-size: 18px;
}

.blue-button:focus {
  box-shadow: #3c4fe0 0 0 0 1.5px inset, rgba(45, 35, 66, .4) 0 2px 4px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
}

.blue-button:hover {
  box-shadow: rgba(45, 35, 66, .4) 0 4px 8px, rgba(45, 35, 66, .3) 0 7px 13px -3px, #3c4fe0 0 -3px 0 inset;
  transform: translateY(-2px);
}

.blue-button:active {
  box-shadow: #3c4fe0 0 3px 7px inset;
  transform: translateY(2px);
}

/* 2023-03-06 */
.strong-blue {
	color: #00C;
	font-weight: bold;
}
.pre-40lines {
	max-height: 40em;
	margin-bottom: 20px;
}
.text-intend20 {
	margin-left: 2em;
}

/* 2024-06-26 */
/* anchor */
a:link, a:hover, a:visited {
	color:#0f3cf1 !important;
	text-decoration:none
}

