Team:Lethbridge/team css

  1. team_quick_nav {
 display: block;
 float: left;
 list-style: none;
 padding-left: 0;
 width: 224px;

}

  1. team_quick_nav ul {
 list-style: none;

}

  1. team_profiles {
 float: left;
 width: calc(100% - 244px);

}

  1. team_profiles .team_member {
 padding: 0 0px 8px 0px;
 width: 100%;

}

  1. team_profiles .team_member img {
 float: left;
 height: 256px;
 width: 256px;

}

  1. team_profiles .team_member > div {
 float: left;
 padding: 0 8px;
 width: calc(100% - 272px);

}

  1. team_profiles .team_member:after {
 clear: both;
 content: '.';
 display: block;
 height: 0;
 line-height: 0;
 visibility: hidden;

}