.profil_sidbar {
  width: 100%;
  overflow: auto;
}

/* Navigation links */
.profil_sidbar a {
  float: left;
  padding: 12px 5px 12px 5px;
  color: #377ba8;
  text-decoration: none;
  font-size: 16px;
  width: 20%; /* 5 links of equal widths */
  max-width: 60px;
  text-align: center;
}

.profil_sidbar sida {
  float: left;
  padding: 12px 12px 12px 0px;
  color: #222;
  text-decoration: none;
  font-size: 16px;
  width: 10%; /* Ten links of equal widths */
  max-width: 60px;
  min-width: 40px;
  text-align: left;
}

/* Add a background color on mouse-over */
.profil_sidbar a:hover {
  color: #204762;
  /* background-color: #eee; */
}

/* Style the current/active link */
.profil_sidbar a.active {
  color: #222;
}
