section p {
	word-wrap: break-word;
	overflow-wrap: break-word;
	word-break: break-word;
}

/* rateit original styles */

.rateit {
	display: -moz-inline-box;
	display: inline-block;
	position: relative;
	-webkit-user-select: none;
	user-select: none;
	-webkit-touch-callout: none;
}

.rateit .rateit-range {
	position: relative;
	display: -moz-inline-box;
	display: inline-block;
	height: 1rem;
	outline: none;
}

.rateit .rateit-range * {
	display: block;
}

/* for IE 6 */
* html .rateit, * html .rateit .rateit-range {
	display: inline;
}

/* for IE 7 */
* + html .rateit, * + html .rateit .rateit-range {
	display: inline;
}

.rateit .rateit-hover, .rateit .rateit-selected {
	position: absolute;
	left: 0;
	top: 0;
	width: 0;
}

.rateit .rateit-hover-rtl, .rateit .rateit-selected-rtl {
	left: auto;
	right: 0;
}

.rateit .rateit-hover-rtl {
	background-position: right -2rem;
}

.rateit .rateit-selected-rtl {
	background-position: right -1rem;
}

.rateit button.rateit-reset {
	width: 1rem;
	height: 1rem;
	display: inline-block;
	float: left;
	outline: none;
	border: none;
	padding: 0;
}

.rateit .rateit-reset span {
	display: none;
}

.rateit button.rateit-reset:hover, .rateit button.rateit-reset:focus {
	background-position: 0 -1rem;
}

/*
 .rateit-font {
	font-size: 1.5rem;
	line-height: 1em;
}
*/
.rateit-font .rateit-range {
	background: none;
	height: auto;
}

.rateit-font .rateit-empty {
	color: #ccc;
	text-shadow: 0 0 0 .12rem #333; /* light outline for all stars */
}

.rateit-font .rateit-range > div, .rateit-font .rateit-range > span {
	background: none;
	overflow: hidden;
	cursor: default;
}

.rateit.rateit-font .rateit-reset {
	font-size: inherit;
	width: 0.6em;
	height: 0.6em;
	margin-top: 0.2em;
	background: gray;
	border-radius: 50%;
	position: relative;
}

.rateit.rateit-font .rateit-reset span {
	display: block;
	font-weight: bold;
	color: white;
	height: calc(50% - 0.045em);
	top: 0;
	position: absolute;
	border-bottom: 0.09em solid white;
	width: 72%;
	margin-left: 14%;
}

.rateit.rateit-font .rateit-reset:hover,
.rateit.rateit-font button.rateit-reset:focus {
	background: #e6574b;
	/* Old browsers */
	background: radial-gradient(ellipse at center, #e6574b 55%, #f6836b 77%, #f9d3cc 100%);
	/* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
	background-position: 0 0;
}

/* Additional Classes to define Star Level */

.rateit-selected.rating100 {
	width: 100%;
}

.rateit-selected.rating75 {
	width: 75%;
}

.rateit-selected.rating50 {
	width: 50%;
}

.rateit-selected.rating25 {
	width: 25%;
}

.evalCont {
	margin-bottom: 1.25rem;
}

.ratingCont {
	margin-bottom: .62rem;
}

.ratingDesc {
	padding-left: 0.5em;
	margin-top: .12rem;
}

.profileRated {
	margin-top: .62rem;
}

.profilePageLeft.ratedPurchases,
.profilePageLeft.ratedSales {
	line-height: 1.2rem;
}

.tableContainer {
	display: flex;
	flex-flow: column nowrap;
	width: 100%;
	margin: 0 auto;
	/* border: 1px solid #444444; */
}

.tableRow.heading {
	display: flex;
	flex-flow: row nowrap;
	width: 100%;
}

.rowItem {
	display: flex;
	flex: 1;
	padding: .31rem 0;
	justify-content: center;
	align-items: center;
	border: .06rem solid #444444;
	margin-top: -.06rem;
	margin-left: -.06rem;
	margin-right: 0;
	margin-bottom: 0;
	text-align: center;
}

.rowItem.Count {
	text-align: right;
	display: flex;
	flex: 1;
	padding: .43rem 0;
	justify-content: center;
	align-items: center;
}

.tableRow {
	display: flex;
	flex: 1;
	justify-content: center;
	/* align-items: center; */
}

/* keep it here for now*/
.lg-9b.sm-12 {
	display: inline;
}

@media screen and (max-width: 480px) {
	.rowItem {
		font-size: 0.62rem;
	}
}