.emoji {
    width: 1em;
    min-width: 18px;
    height: 1em;
    min-height: 18px;
}

.codebox code
{
	white-space: pre-wrap !important;
}

.cc-tile-wrapper {
	margin-top: 20px;
	display: flex;
}

.cc-payment-tile {
	padding: 20px;
	cursor: pointer;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
}

.cc-payment-tile div {
	color: #000;
	text-align: center;
	margin-bottom: 15px;
	font-weight: bold;
	font-size: 20px;
	font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.cc-package-tile {
	float: left;
	width: 170px;
	height: 140px;
	margin-right: 20px;
}

.cc-package-tile button {
	cursor: pointer;
	width: 100%;
	height: 100%;
	border: 1px solid rgba(0, 0, 0, 0.1);
	background-color: rgba(255, 255, 255, 0.2);
	color: black;
    font-weight: bold;
	font-size: 16px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cc-product-tile {
	padding: 20px;
	cursor: pointer;
	margin-right: 20px;
	background-color: rgba(255, 255, 255, 0.2);
	border: 1px solid rgba(0, 0, 0, 0.1);
	color: #000;
	text-align: center;
	font-weight: normal;
	font-size: 14px;
	font-family: "Open Sans", Arial, Helvetica, sans-serif;
}

.cc-inactive-tile {
	cursor: not-allowed !important;
	color: #CCCCCC !important;
}

.cc-inactive-tile h3 {
	color: #BBBBBB !important;
}

.cc-payment-tile:hover, .cc-package-tile button:hover, .cc-product-tile:hover {
	background-color: rgba(0, 0, 0, 0.025);
	border-color: rgba(0, 0, 0, 0.05);
}

.cc-inactive-tile:hover {
	background-color: rgba(255, 255, 255, 0.2) !important;
}

.cc_inactive-tile

.cc-clearfix {
	clear: both;
}

.cc-box-wrapper {
    float: right;
    left: -50%;
    position: relative;
}

.cc-box-wrapper-inner {
    left: 50%;
    position: relative;
}

.cc-table thead th {
	padding-left: 20px !important;
	text-align: left;
}

.cc-icon {
	font-size: 20px;
	margin-right: 5px;
}

.cc-fake-label {
	font-weight: 600;
}

/* Homepage */

.cc-float {
	float: left;
}

.cc-wtlogo {
	margin-right: 15px;
}

.cc-title {
	margin-top:10px;
}

.cc-buy-button {
	margin-left: 150px;
	padding: 5px 20px !important;
	height: 43px !important;
}

.cc-buy-button i {
	margin-right: 10px;
	font-size: 20px;
}

.cc-buy-button span {
	position: relative;
	top: -1px;
	font-size: 17px;
	font-weight: bold;
}

.cc-separator {
	clear: both;
	font-size: 1px;
	width: 100%;
	border-bottom: 1px solid #AAAAAA;
	margin-bottom: 30px;
	padding-top: 20px;
}

.cc-float-box {
	float: left;
	width: 50%;
}

.cc-feature-list {
	line-height: 1.5;
	font-size: 12px;
	padding-left: 3em;
	margin-right: 10px;
}

.cc-feature-list ul {
	list-style-type: circle;
	margin-left: 20px;
}

.cc-screen-container {
	padding-left: 20px;
}

.cc-screen-container a img {
	margin: 5px;
	border: 1px solid #AAAAAA;
}

.cc-alert {
	color: #a94442;
	background-color: #f2dede;
	padding: 15px;
	border: 1px solid #ebccd1;
	border-radius: 4px;
}
