/* CSS Document */
.full-width .ccm-block-button {
	width:100%;
	text-align:center;
}
.ccm-custom-style-container.display-inline {
	display: inline-block;
}
.align-center .ccm-block-button-wrapper {
	text-align: center;
}
.align-right .ccm-block-button-wrapper {
	text-align:right;
}
.ccm-page .wrappable-text a.ccm-block-button {
	white-space: normal; 
	text-align: center;
}
.white-hover-text .ccm-block-button:hover {
	color: #fff !important;
}
.smallest-button .ccm-block-button-wrapper a { 
	font-size:.55rem; 
	/*padding:.6em 1.125em;*/ 
	line-height: 1.11em; 
}
.smaller-button .ccm-block-button-wrapper a { 
	font-size:.75rem; 
	/*padding:.75em 1em;*/
	line-height: 1.11em; 
}
.larger-button .ccm-block-button-wrapper a { 
	font-size:1.16rem; 
	/*padding:.6em 2.5em;*/
	line-height: 1.11em; 
}
.monster-button .ccm-block-button-wrapper a { 
	font-size:1.45rem; 
	/*padding:.6em 2.5em;*/
}