
ul.mslistorders-row-actions,
ul.mslistorders-product-options {
	margin: 0;
	padding: 0;
	list-style: none;
}

ul.mslistorders-row-actions li {
	float: left;
}

ul.mslistorders-row-actions li .mslistorders-action {
	margin-right: 5px;
	padding: 5px;
}

.mslistorders-row-actions .mslistorders-action {
	position: relative;
	display: inline-block;
	font: normal normal normal 14px/1 FontAwesome;
	font-size: inherit;
	text-rendering: auto;
	-webkit-font-smoothing: antialiased;
	cursor: pointer;
}

.mslistorders-row-actions .mslistorders-action[value="view"]:before {
	content: "\f06e";
}

.mslistorders-row-actions .mslistorders-action[value="repeat"]:before {
	content: "\f1b8";
}

.mslistorders-row-actions .mslistorders-action[value="cart"]:before {
	content: "\f217";
}

.mslistorders-row-actions .mslistorders-action[value="pay"]:before {
	content: "\f0d6";
}

.mslistorders-row-actions .mslistorders-action[value="cancel"]:before {
	content: "\f1f8";
}

.mslistorders-row-actions .mslistorders-action[value="close"]:before {
	content: "\f00d" !important;
}

/* Logs */
.msOrdersLog {
	width: 100%;
	overflow: auto;
	word-wrap: normal;
	white-space: pre;
}