body {
	background-color: #000000;
	font-family: "Lato",sans-serif;
	font-size: 13pt;
	color: #CCCCCC;
}

a:link {color:#02c1f8} 
a:visited {color:#02c1f8}
a:hover {color:#FFFFFF}
a:active {color:#FFFFFF}

div.topcontainer {
	width: 100%;
    overflow: hidden;
	margin: 0;
	padding: 4px;
	border-style:none;
	border-width:0;
    display: flex;
    flex-direction: row;
    align-items: center;
}

div.topcontainerleft {
	float: left; 
    width: auto; 
    margin: auto;
    height: auto;
}

div.topcontainerright {
    float: right;
    width: 450px;
}

div.block {
	width: 85%;
	margin-left: auto;
	margin-right: auto;
	margin-top: 20px;
	margin-bottom: 20px;
	padding: 12px;
}

table {
    border-collapse: collapse;
    margin: auto;
}

table, th, td, th {
    border: 1px solid white;
    padding: 5px;
    text-align: left;
    vertical-align: top;
}

.boxContainer {
	width: 100%;
	margin: 0px;
	overflow: hidden;
}

.boxContainerLarge {
	width: 100%;
	margin-top: 0px;
	margin-bottom: 0px;
	margin-left: auto;
	margin-right: auto;
	overflow: hidden;
}

.largerphoto {
	display: inline-block;
	vertical-align: top;
	float:right; 
	width: 125px;
	height: 125px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.largerphoto img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	max-height: 250px;
}

.largerphotopair {
	display: inline-block;
	vertical-align: top;
	float:right; 
	width: 125px;
	height: 265px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.largerphotopair img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
	max-height: 250px;
}

.largephoto {
	display: inline-block;
	vertical-align: top;
	float:right; 
	width: 100px;
	height: 100px;
	margin-left: 15px;
	margin-right: 0px;
	margin-top: 0px;
	margin-bottom: 0px;
}

.largephoto img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.smallphoto {
	display: inline-block;
    vertical-align: middle;
	width: 70px;
	height: 70px;
	margin:  0;
}

.smallphoto img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}
.boxItemWide {
	float: left;
	width: 130px;
	height: 150px;
	text-align: center;
	margin:  2% 2% 2% 2%;
}

.boxItemWide img {
	width: 90px;
	max-width: 90px;
	margin-left: 20px;
	margin-right: 20px;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.boxItemSmall {
	float: left;
	width: 90px;
	height: 150px;
	margin:  2% 2% 2% 2%;
}

.boxItemSmall img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.boxItemLarge {
	float: left;
	width: 355px;
	height: 200px;
	margin-top:  0%;
	margin-bottom:  0%;
	margin-left: auto;
	margin-right: auto;
}

.boxItemLarge img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 35px;
	-moz-border-radius: 35px;
	border-radius: 35px;
}

.boxItem {
	float: left;
	width: 125px;
	height: 175px;
	margin:  2% 2% 2% 2%;
}

.boxItem img {
	width: 100%;
	max-width: 100%;
	-webkit-border-radius: 15px;
	-moz-border-radius: 15px;
	border-radius: 15px;
}

.session {
    color: #d4a1f4;
    font-weight: bold;
}
