#content_main h4.subtitle {
	font-size: 18px;
	line-height: 22px;
	font-family: Intro-Bold, 'PT Sans', Helvetica, Arial, sans-serif;
	margin-top: -1em;
}

.alt_title {
	color: #9c9c9c;
	font-weight: normal;
}

div.p_flex {
  display: flex;
  flex-flow: row wrap;
  border-top: 1px solid #c4c4c4;
  padding-top: 30px;
  align-items: flex-start;
}

div.p_boks {
	width: 480px;
	display: flex;
	justify-content: space-between;
	f_ont-size: 12px;
	l_ine-height: 18px;
	margin: 0 0px 30px 0;
	a_lign-items: center;
}

div.p_boks > a {
  width: 80px;
  border-bottom: 0 !important;
}

#content_main div.p_boks img {
	border: 0 !important;
	width: 70px !important;
	height: 70px !important;
	border-radius: 50%;
}

div.p_boks div.p_spotkanie {
  width: 400px;
  display: flex;
  align-content: center;
  flex-flow: row wrap;
}

div.p_boks div.p_spotkanie > * {
  width: 100%;
}

div.p_boks b {
  display: block;
}

div.p_boks .screening_location {
  white-space: nowrap;
}

div.p_boks .screening_location:before {
  content: '/ ';
  color: #f63d6a;
  
}

@media screen and (max-width: 600px)
{
  div.p_flex {
    padding-top: 10px;
  }

	div.p_boks {
		width: 100%;
		height: auto;
		margin: 10px 0 10px 0 !important;
		min-height: 0 !important;
	}
	
  div.p_boks div.p_spotkanie {
    width: calc(100% - 80px);
    font-size: 14px;
    line-height: 18px;
  }
  
  div.p_boks div.p_spotkanie > br {
    display: none;
  }
}

@media screen and (min-width: 601px)
{
  div.p_boks div.p_spotkanie {
    padding: 0 10px 0 0;
    box-sizing: border-box;
  }
}