/* Add some shadows to create a card effect */
.card {
  box-shadow: 0 4px 8px 0 rgba(0, 0, 0, 0.2);
  margin-bottom:10px;
  width:100%;
}

.title{
    font-weight:700;
    margin-bottom:5px;
}

.qualifications{
    font-size:13px;
    margin-bottom:5px;
}

input.toggle {
  display: none;
  visibility: hidden;
}
label.toggle {
  display: block;
  text-align: right;
  color: #666;
  margin-bottom: 0px;
  padding-bottom: 0px;
  font-weight: 500;
  cursor:pointer;
}
label.toggle:hover {
  color: #000;
  
}
label.toggle::before {
  font-size: 15px;
  content: "\2BC6  Read More";
  vertical-align: text-top;
  display: inline-block;
  width: 100px;
  height: 20px;
  margin-right: 3px;
  
}

.bio p{
    padding-right:20px;
}

.bio label{
    padding-right:10px;
    padding-bottom:10px;
}


