div.slb_robot {
	border:1px solid #FDFCE5;
	padding: 5px;
	margin-bottom: 50px;
	text-align: center;
}

div.slb_robot > div {
	margin-left: auto;
	margin-right: auto;
}

.slb_small {
	font-size: 0.8rem;
}

.slb_tiny {
	font-size: 0.7rem;
}

.slb_grey {
	color: #999;
}

.slb_robot a img {
	display: block; /* Ensures the image is treated as a block element */
    margin: 0 auto; /* Automatically centers the image horizontally */
    width: 45px;
    height: 45px;
    border: 0px;
    margin-top: 20px;
    margin-bottom: 20px;

}

div.slb_paddedSmall {
	padding-top: 30px;
	padding-bottom: 10px;
}

div.slb_footer {
	padding: 0px;
	text-align: center;
}

.slb_red {
	color: red;
}