
.title-section 
{
  padding: 1px;
  text-align: center;
  background-color: #474e5d;
  color: white;
}
body {
  font-family: Arial, Helvetica, sans-serif;
  margin: 0;
}

html {
  box-sizing: border-box;
}

*, *:before, *:after {
  box-sizing: inherit;
}

.thumbnail {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 65px; /* Set a small width */
  float: left ;
}

.largeLogo {
  border: 1px solid #ddd; /* Gray border */
  border-radius: 4px;  /* Rounded border */
  padding: 5px; /* Some padding */
  width: 300px; /* Set a small width */
  float: left ;
}

/* lg
@media screen and (min-device-width: 1200px)
{
	.contentText
	{
		width: 1000px;
		height: 475px;
		line-height: 1em;
		overflow:scroll;
		border: thin #000 solid;
		padding: 5px;
		white-space: pre-wrap;
		float: right; 
	}
}
* 
* */
	.contentText
	{
		width: 1000px;
		height: 475px;
		line-height: 1em;
		overflow:scroll;
		border: thin #000 solid;
		padding: 5px;
		white-space: pre-wrap;
		float: right; 
	}
	


/* xs < 768 */
@media screen and (min-device-width: 320px) and (max-device-width: 500px) 
{
	.contentText
	{
	
		width: 375px;
		height: 400px;
		line-height: 2em;
		font-size: .8em;		
		overflow:scroll;
		border: thin #000 solid;
		padding: 5px;
		white-space: pre-wrap;
		float: right; 
	}  
}


/* sm 
@media screen and (max-device-width: 768px) {
.contentText
{
	width: 1000px;
	height: 475px;
	line-height: 1em;
	font-size: .5em;
	overflow:scroll;
	border: thin #000 solid;
	padding: 5px;
	white-space: pre-wrap;
	float: right; 
}
}

/* md 
@media screen and (max-device-width: 992px) {
.contentText
{
	width: 1000px;
	height: 475px;
	line-height: 1em;
	overflow:scroll;
	border: thin #000 solid;
	padding: 5px;
	white-space: pre-wrap;
	float: right; 

}
}
*/

.contentTextImage
{
	padding-bottom:5px;
	width:105px ;
	height:105px;
	border: 1px solid ;
}
.navTabs
{
	margin: 1px;
	border-style: solid;
	border-width: 3px;
}


/*
@media screen and (max-width: 650px) {
  .column {
    width: 100%;
    display: block;
  }
}
*/
