span.highlight-red {
	padding: 2px 6px;
	color: #fff;
	border-radius: 2px;
	background: #df0029;
}

a.button-color-small {
	padding: 5px 14px 7px 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
	letter-spacing: -0.2px;
	color:#fff;
	background:#df0029;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

a.button-color-medium {
	padding: 9px 18px; font-size: 14px;
	display: inline-block;
	border: 0px;
	font-weight: 500;
	outline: none;
	font-size: 13px;
	cursor: pointer;
	width: auto;
	-webkit-transition: all 200ms ease-in-out;
	-moz-transition: all 200ms ease-in-out;
	-o-transition: all 200ms ease-in-out;
	-ms-transition: all 200ms ease-in-out;
	transition: all 200ms ease-in-out;
	border-radius: 2px;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.2);
	letter-spacing: -0.2px;
	color:#fff;
	background:#df0029;
	box-shadow: inset 0px -1px 0px 0px rgba(0,0,0, 0.15);
}

a.button-color-small:hover, a.button-color-medium:hover {
	background:#aaa;
}


table.standard-table {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
	border:none;
	margin-bottom: 15px;
	-webkit-box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
	box-shadow:  0px 2px 0px 0px rgba(0, 0, 0, 0.03);
}

table.standard-table td:last-child {
	border-right: 1px solid #e0e0e0;
}

table.standard-table th:last-child {
	border-right: 1px solid #e0e0e0;
}

table.standard-table td {
	padding: 10px 15px;
	border: #e0e0e0 1px solid;
	border-top: none;
	border-right: none;
}

table.standard-table tr:hover td {
	background-color: #fafafa;
}

table,tr,td,th {
	border: 1px solid #999;
	border-collapse: collapse;
	font-size: 12px;
}


ul.check-list, ul.sign-list, ul.star-list, ul.plus-list {

}