@charset "UTF-8";

.myclass {
	color: black;
	font-weight: 400;
}

.myimg {
	width: inherit;
	height: inherit;
}

.mybackgroundcolor {
	background-color: white;
}

.myheight {
	min-height: 220px;
}

.mydivheight {
	min-height: 250px;
}

.myleftalign {
	text-align: left;
}

.mycontainer {
	width: 100%;
}

.pweight {
	font-weight: 200;
}

.header {
	position: absolute;
	top: 0;
	/*width: 260px;*/
	/* Set the fixed height of the footer here */
	height: 60px;
	background-color: #f5f5f5;
}

.headerbackground {
	justify-content: center; /* align horizontal */
	display: flex;
	align-items: center;
	background-color: #d9edf7;
}

.divspace {
	margin-top: 10px;
	margin-bottom: 20px;
}

.highlight {
	background: yellow;
	border: 2px solid red;
}
/*.divwidth{
          min-width: 200px;

        }*/
td{padding: 6px; font-weight: 500;}
td img{padding-bottom: 6px;}