.custom-row { 
	margin-top: 8px; 
	text-align: center;
}

.custom-row-left { 
	margin-top: 8px; 
	text-align: left;
}

img.custom-center {
    display: block;
    margin-left: auto;
    margin-right: auto;
}

.customhover:hover {background: #f5f5f5;}

img.custom-width{
    max-width:120px;
    max-height:120px;
    margin:2px 0px;
}

.custom-width > * {
 	margin:8px 3px;
}

.vcenter {
    display: inline-block;
    vertical-align: middle;
    float: none;
}

.buffer { 
    margin-bottom: 3px;
    
}

/*
.highlight{
	background-color: #ffff4c;
	font-weight: bold;
	cursor: pointer
}

.normal{
	cursor: pointer
}
*/