
@import url(/style/shared/fontawesome.css);

.toggle {
  display: inline-block;
  vertical-align: top;
  margin-left: 2em;
}

h1 {
	border-bottom: 1px solid #ddd;
    font-size: 1.5em;
    font-weight: normal;
    margin: 1em 0;
}

.content .profileImage {
	height: 60px;
	width: 60px;
	border-radius: 30px;
	font-size: 55px;
}
.content .profileImage .fa {
	line-height: auto;
}

h5 {
	text-align: left;
    border-bottom: 1px solid #DDD;
    color: #071689;
    font-size: 1.2em;
    font-weight: normal;
    margin-left: 1em;
    margin-bottom: .5em;
}

.entry {
	margin-left: 1em;
	margin-bottom: 1em;
    padding: .25em .5em;
    background-color: #FFF;
    border-bottom: 1px solid #DDD;
}
.label {
    font-weight: 600;
    display: block;
}
.presented {
    font-size: .85em;
    color: #999;
    display: block;
}

.linkTo {
    display: inline-block;
    float: right;
    font-size: 1.5em;
}

.entry h6 {
	margin-left: 1em;
}
.meetingTitle {
	font-style: italic;
	margin-bottom: .5em;
}

/* Exchange area */
.notificationStatus {
	text-align: right;
	font-size: 20px;
	background-color: #F6F6F6;
	border-bottom: 1px solid #DDD;
}
 .bookmark {
    font-size: 1.2em;
    color: #787878;
    cursor: pointer;
  }
  .bookmark.favorite {
    color: #FFCF4D;
  }

  .exchangeStatus {
    font-size: 1.2em;
    color: #004B9A;
    cursor: pointer;
  }

.notificationStatus span {
	margin-right: .5em;

}

.personname {
    font-size: 1.2em;
    margin: .5em 0;
}

.keywords {
    margin: .25em 0;
    color: #00489A;
}

.meetingtitle {
    text-align: left;
    font-size: 1.3em;
    font-weight: normal;
    font-style: normal;
    margin: 1em 0;
}


.button {padding: 2px 5px 2px 5px;
  margin-right: 2px;
  border: 1px solid #cccccc;
  text-decoration: none;
  color: #555;
  display: inline-block;
  cursor: pointer; 
  background-color: #FFF;
  box-shadow: none;
  border-radius: 0px;
  margin: .5em 0;
  font-size: 14px;
}

.personHeader {
  display: -ms-grid;
   display: grid;
  -ms-grid-columns: auto auto 1fr;
      grid-template-columns: auto auto 1fr;
  grid-column-gap: 2em;
}

.profileImg {
  height: 100px;
  width: 100px;
  border-radius: 50%;
}
.personHeader > * {
  align-self: center;
}

p {
  margin: 1em 0;
}