img#ivan{
	max-width:30%;
	float:left;
	margin-right:1em;
}
ul{
	padding-left:15px;
}
td:nth-child(1){
	width:10%;
	min-width: 115px;
}
td:nth-child(2){
	width:40%;
}
td:nth-child(3){
	width:50%;
}
/*
@-webkit-keyframes progress-bar-stripes{
	from{background-position:0 0}
	to{background-position:40px 0}
}
@keyframes progress-bar-stripes{
	from{background-position:0 0}
	to{background-position:40px 0}
}
*/
.tall-row {
    margin-top: 40px;
}
#style-switch{
	float:right;
}
.nowrap{
	white-space: nowrap;
}

/* responsive table */
@media screen and (max-width: 599px) {
	table.not-mobile{
		display:none;
	}
}
@media screen and (min-width: 600px) {
	table.mobile{
		display:none;
	}
}