/**
 * CSS-Styles for about.html
 */

div.divAbout {
	margin-left: 15px;
}

div.divAbout>img {
	box-shadow: 0 2px 12px #222222;
}

div#productInfo {
    position: absolute;
    top: 115px;
    left: 178px;
    font-weight: bold;	
}

div#productInfo>span {
	font-size:10px;	
}

div#productInfo span:first-child {
    margin-left: 15px;
}

p.copyright {
	margin-left: 15px;
	position: absolute;
	top: 325px;
	left: 20px;
}

input#MoreInfo {
	margin-left: 15px;
	position:absolute;
	top:320px;
	left:199px;
}

div#showInfo {
	display:none;
	margin:15px;
}

#open_source_list {
	overflow: auto;
	max-height: 350px;
}


#legalNotice,
#companyInfo {
    position: absolute;
    left: 194px;
}

#legalNotice,
#platoAddress,
#platoLinkHotspot {
    font-size: 10px;
}

#legalNotice,
#platoAddress {
    white-space: pre-line;
    color: #696969;
}

#companyInfo {
    top: 233px;
}

#legalNotice {
    top: 155px;
}

#platoLinkHotspot {
    color: #C20D00;
    text-decoration: underline;
    display: block;
} 