
.profile_border {cursor:pointer;}

.profile_border {
  position: relative;
  height: 42px;
  width: 42px;
  border-radius: 50%;
  display: inline-flex;
  vertical-align: top;
  justify-content: center;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  border: 0;
  margin: 0px;
  background-color:#ccc;
}

a.profile_border:hover {
  background-color:#aaa;
}

.profile_image {
  display: inline-block;
  width: 40px;
  height: 40px;
  border-radius: 50%;

  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
}

.profile_20 { height: 20px; width: 20px; }
.profile_21 { height: 21px; width: 21px; }
.profile_22 { height: 22px; width: 22px; }

.profile_30 { height: 30px; width: 30px; }
.profile_31 { height: 31px; width: 31px; }
.profile_32 { height: 32px; width: 32px; }

.profile_40 { height: 40px; width: 40px; }
.profile_41 { height: 41px; width: 41px; }
.profile_42 { height: 42px; width: 42px; }

.profile_60 { height: 60px; width: 60px; }
.profile_61 { height: 61px; width: 61px; }
.profile_62 { height: 62px; width: 62px; }
