/* style sheet for Me, overrides root.css */

.bordered
{
	border-color: silver;
	border-width: 0px 0px 1px 1px;
	border-style: dotted;
	padding:      .6rem;
}


/* Biography */
#Biography p
{
	text-indent:      0em;
}

div.BioTable
{
	display:               grid;
	grid-gap:              1rem;
	grid-template-columns: auto auto;
}

div#IntroImage
{
	clear:       both;
}

#IntroImage p
{
	text-align:       center;
}

/* CurriculumVitae */
#CvTable
{
	margin-left:    auto;
	margin-right:   auto;
	display:        table;
}

.CvCaption
{	display:     table-row;
	font-weight: bold;
	text-align:  center;
	background:  blue; 
	color:       yellow; 
}

.CvRow
{
	display: table-row;
}

.CvCell
{
	display:        table-cell;
	border-style:   solid;
	border-width:   1px;
	border-color:   blue;
	vertical-align: top;
	padding:        1em;
}

.CvCell:nth-child(1)
{
	background:     blue;
	color:          yellow;
	text-align:     center;
	vertical-align: middle;
}
