/* ==========================================================================
   JCE Styles
   ========================================================================== */

.button-primary {
	position: relative;
	display: inline-block;
	box-sizing: border-box;
	max-width: 100%;
	border: 0;
	cursor: pointer;
	text-align: center;
	font-family: 'Open Sans', sans-serif;
	font-weight: 700;
	font-size: 1.000em; /* 14px */
	line-height: 1.4;
	color: #fff;
	background-color: #4bc7c7;
	padding: 0.786em 1.429em; /* 11px 20px */
	background-repeat: no-repeat;
	background-position: center center;
	-webkit-border-radius: 0; /* Prevent iOS 6 safari rounding of corners for HTML elements */
	border-radius: 0;
}

.button-primary:hover {
	background-color: #24a6a6;
}

.table {
	border: 1px solid #dbe3e8;
}

.table td {
	padding: 0.929em 1.071em; /*13px 15px*/
	border: 0px solid #dbe3e8;
	border-width: 0 0 1px 1px;
}

.table-head {
	padding: 0.812em 0.938em; /*13px 15px*/
	font-family: 'Open Sans', sans-serif;
	font-size: 1.143em;
	font-weight: 600;
	background-color: #febe10;
	color: #fff;
}

.table .table-head {
	border-width: 0px;
}