.centuryset_div {
    float: left;
    border: 2px solid #FFFFFF;
    border-radius: 25px;
    margin: 5px;
}

.centuryset_titlediv {
    border-top-left-radius:25px;
    border-top-right-radius:25px;
    color:#FFFFFF;
	background-color:#3F3F3F;
	font-size:24px;
	font-weight:bold;
	font-family:sans-serif;
	/*text-transform:uppercase;*/
	height:34px;
	line-height:24px;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
}

.centuryset_subtitlediv {
    color:#FFFFFF;
	background-color:#3F3F3F;
	font-size:10px;
	font-weight:bold;
	font-family:sans-serif;
	/*text-transform:uppercase;*/
	height:18px;
	line-height:18px;
	white-space: nowrap;
	overflow: hidden;
	text-align:center;
}

.centuryset_imagediv {
    width: 320px;
    height: 170px;
    
    display:table-cell; 
    vertical-align:middle; 
    text-align:center;
}

.centuryset_infodiv {
    width: 310px;
    height: 120px;
	/*white-space: nowrap;*/
	overflow: hidden;
	margin: 5px;
}

.centuryset_type {
    color:#FFFFFF;
	font-size:18px;
	font-weight:bold;
	font-family:sans-serif;
	height:22px;
	line-height:22px;
    white-space: nowrap;
	overflow: hidden;
	text-align:center;
}

.centuryset_location {
    color:#FFFFFF;
	font-style:italic;
	padding: 0px 10px 0px 0px;
}

