@charset "UTF-8";
/* CSS Document */
/* edita cada item da lista */


#evt-speaker-list .evt-speaker-list-item {
  font-size: 110%;
  font-weight: bold;
  margin-top: 2px;
  margin-bottom: 20px;
	display: flex;
    align-items: center;
}

#evt-speaker-list .speaker-photo {
	margin-right: 10px;
    height: 150px;
    width: 150px;
    border-radius: 5%;
    overflow: hidden;
    background-color: #e9ecef;
    border: 2px solid #95979c;
    display: block;
  border-width: 0;
}

#evt-speaker-list .speaker-photo img {
	min-width: 100%;
	min-height: 100%;
}
#evt-speaker-list .speaker-name {
	display: block;
}
.plus-circle {
    border-radius: 50%;
    width: 20px;
    height: 20px;
	line-height: 18px;
    background-color: #589104;
    color: #fff;
    position: relative;
    text-align: center;
	font-size: 15px;
	margin-left: 10px;
}
p {
	text-indent: 0!important;
	text-align: left!important;
}

