.notice:not(.oneteamsoftware),
.is-dismissible:not(#woocommerce_errors),
.woocommerce-message:not(.oneteamsoftware),
.updated:not(.oneteamsoftware),
.error:not(.oneteamsoftware),
.promotion:not(.oneteamsoftware) {
	display: none !important;
}

.oneteamsoftware .card {
	max-width: none;
}

.oneteamsoftware .item {
	border-bottom: 1px solid #eee;
	margin: 0;
	padding: 10px 0;
	display: inline-block;
	width: 100%;
}

.oneteamsoftware .card ul {
	list-style-type: inherit;
	padding: inherit;
}

.oneteamsoftware .item:last-child {
	border-bottom: none;
}

.oneteamsoftware .item a {
	display: inline-block;
	width: 100%;
	color: #23282d;
	text-decoration: none;
	outline: none;
	box-shadow: none;
}

.oneteamsoftware .item .num {
	width: 40px;
	height: 40px;
	margin-bottom: 30px;
	float: left;
	margin-right: 10px;
	border-radius: 20px;
	background-color: #0079c6;
	text-align: center;
	line-height: 40px;
	color: #ffffff;
	font-weight: bold;
	font-size: 20px;
}

.oneteamsoftware .item p {
	margin: 5px 0;
}

.oneteamsoftware .item .title {
	font-weight: bold;
}

.oneteamsoftware .item .extra {
	opacity: .5;
}