.verified-table table{
	border-collapse:separate !important;
}

.verified-table tr:not(:first-child) strong{
	color: #FF1616;
}

.verified-table td{
	border:1px solid #ececec !important;
	padding-bottom:5px !important;
	padding-left:5px !important;
}

.verified-table tr:nth-child(odd) td {
	background-color: #FFE2E2;
}

.verified-table tr:first-child td{
	background-color: #FF1616;
	color: white !important;
	border-top-left-radius: 10px;
	border-top-right-radius: 10px;
	font-size: 14px !important;
	padding-top: 5px;
	padding-bottom: 5px !important;
}

.verified-table tr:first-child td a {
	color: white !important;
	text-decoration: none;
}

.verified-table tr:first-child td a:hover {
	color: white !important;
	text-decoration: underline;
}

.verified-table tr:last-child td{
	border-bottom-left-radius: 10px !important;
	border-bottom-right-radius: 10px !important;
}

.tribe-events-widget-events-list{
	overflow:hidden
}

.tribe-events-widget-events-list__header-title:before {
    left: 110%;
}

.tribe-events-widget-events-list__header-title:before {
	content: '';
	display: block;
	height: 4px;
	position: absolute;
	top: 50%;
	margin-top: -2px;
	width: 2000px;
	background-color: #FF1616;
}
.tribe-events-widget-events-list__header-title
{
	font-family: Rubik !important;
  font-size: 17px !important;
  font-weight: 500 !important;
  text-transform: uppercase !important;
	position: relative;
  padding-right: 20px;
  color: #FF1616 !important; 
	display: inline-block;
}

.verified-accordion{
	background-color: #FFE2E2;
	border-radius:10px;
	margin-bottom:8px;
}

.verified-accordion h5{

	border-radius:10px;
	padding-left:10px;
	padding-right:10px;
	margin-bottom: 0px
}

.verified-accordion p{
	background-color: #FAF9F6;
	padding:10px;
/* 	padding-right:10px; */
	margin-bottom: 0px;
}
.verified-social{
	background-color: #FAF9F6;
	margin-top: 0px !important;
	margin-bottom: 0px !important;
	padding-left:10px;
	padding-right:10px;
	border-bottom-left-radius:10px;
	border-bottom-right-radius:10px;
}
.verified-social li{
	margin-bottom: 10px !important;
	background-color: #f0f0f0;
	color: #444;
}
}