	.startup-tile{
		min-height: 300px;
		margin: 5px 0px 0px 5px;
		border: 1px solid #dddddd;
		border-radius: 5px;
		padding:5px;
		position: relative;
		background-color: #ffffff;
	}
	.startup-tile-badges {
		display: flex;
		position: absolute;
		top: 5px;
		right: 19px;
	}
	.startup-tile-relevant-points {
		color: green;
		font-size: 12px;
		margin: 0 2px;
		position: relative;
		top: 0;
		float: left;
		z-index: 2;
	}
	.startup-tile-relevant-badge {
		background-color: green;
		color: #FFFFFF;
		/*position: absolute;*/
		/*top: 5px;*/
		/*right: 5px;*/
		padding: 5px;
		cursor: pointer;
		display: inline-table;
		z-index: 2;
	}
	.startup-tile-new-badge {
		background-color: orange;
		color: #FFFFFF;
		margin: 0 2px;
		/*position: absolute;*/
		/*top: 5px;*/
		/*right: 5px;*/
		padding: 5px;
		/*cursor: pointer;*/
		display: inline-table;
		z-index: 2;
	}
	.request-date-list-block {
		width: 100%;
		overflow: hidden;
		/*background: #FFFFFF;*/
		padding: 5px;
	}
	.startup-card-logo img{
		width: 95%;
		margin:0 auto;
	}
	.startup-card-logo,
	.startup-card-body,
	.startup-card-right-side {
		min-height: 150px;
	}
	.startup_country_item:not(:first-child)::before,
	.startup_focus_item:not(:first-child)::before,
	.startup_stage_item:not(:first-child)::before {
		display: inline-block;
		content: ' ';
		background-color: #000000;
		width: 5px;
		height: 5px;
		border-radius:5px;
		margin-bottom: 3px;
		margin-left: 5px;
		margin-right: 7px;		
	}
	strong.startup-card-tomarket{
		margin-top: 25px;
	}
	
	.startup-card-country {
		display: inline-block;
		width:20px;
		height:20px;
		margin-right:5px;
		margin-top: 0px;
		
	}
	.startup-card-info{
		height: 200px;
		overflow: hidden;
	}
	.startup-card-right-side {
		padding-top: 25px;
		padding-right: 30px;
	}
	.startup-card-footer{
		width:99%;
		margin: 0 auto;
		height:30px;
		border-top: 2px solid #F3F3F3;
	}
	.startup-card-rating,
	.startup-card-rating a,
	.rate-wrap {
		color:gold;
		font-size:35px;
	}
	.startup-card-label {
 		color: #848484;
 		font-weight: bold;
 		margin-top: 10px;
	}
	.startup-card-revenue-est,
	.startup-card-founded,
	.startup-card-raised,
	.startup-card-seeking {
		font-weight: bold;
	}
	.RateAttendeeForm textarea{
		width:100%;
		border: 1px solid #ccc;		
	}
	#ModalRateAttendee .ratings-list .rating-rater{
		font-weight: bold;
		font-size: 16px;
	}
	#ModalRateAttendee .ratings-list .rating-rating{
		color: gold;
		font-size: 25px;
	}
	#ModalRateAttendee .ratings-list .rating-review{
		font-size: 16px;
		border-bottom: 1px solid #ccc;
	}
	#ModalRateAttendee .ratings-list{
		max-height: 250px;
		overflow-y:auto;
	}
	.startup-tile .startup-card-logo,
	.startup-tile .startup-card-title{
		cursor: pointer;
		font-weight: bold;
	}
	#ModalInviteToDate table.invite-sessions td,
	#ModalRequestToDate table.invite-sessions td
	{
		font-size: 12px;
		padding-right:20px;
	}
	#ModalInviteToDate table.invite-sessions,
	#ModalRequestToDate table.invite-sessions
	{
		margin:5px 0;
	}
	#ModalInviteToDate .modal-footer-ntc:last-child,
	#ModalRequestToDate .modal-footer-ntc:last-child
	{
		display: none;
	}
	.startup-tile .startupMoreInfo {
		color: #5194bb;
		text-decoration: underline;
	}
	.startup-card-region span{
		font-weight: bold;
		padding-right: 0px;
	}
	.startup-card-region span:not(:first-child)::before{
		content: "/";
		padding-right: 2px;
	}
	
	
	.startup-card-size,
	.startup-card-budget {
		min-width: 200px;
		font-weight: bold;
	}
	.startup-card-challenge-groups h4{
		text-decoration: underline;
		/*font-weight: bold;*/
	}
	.startup-card-challenge-groups span{
		/*
		text-transform: uppercase;
		*/
		font-weight: normal;
	}
	.startup-card-challenge-groups span:not(:last-child)::after{
		content: ',';
		margin-left:-3px;
		margin-right: 1px;
	}
	.startup-card-challenge-groups.group-2 h5 {
		font-style: italic;
		font-size: 18px;
		margin-top: -5px;
	}
	.dateInfoQuestionnaire .matched_challenge,
	.dateInfoQuestionnaire .matched_solution {
		background-color: yellow;
	}
	.connect-event-attendees small{
		display: none;
	}
	.connect-event-attendees a.btn{
		width:135px;
	}
