.resume-section {
  background: #1e2a3a;
  color: rgba(255, 255, 255, 0.7);
}
.resume-addr ul{
  list-style-type: none;
}
.resume-addr li{
  padding-bottom: 0.4rem;
}
.resume-addr span,
.resume-obj p,
.work-place,
.work-details,
.skill-details p,
.resume-footer li {
  font-size: 0.9rem;
}
.resume-profile-img img {
  max-width: 120px;
}
.biodata table {
  font-size: 1rem;
}
.biodata table tr td:first-child {
  font-weight: 600;
  color: #f8f9fa;
  width: 150px;
}
.biodata table tr td:last-child {
  padding-left: 40px;
}

a {
  color: #54B689;
  text-decoration: none;
}
a:hover {
  color: #7df3bc;
}

@media screen and (max-width: 780px){
  .biodata table tr td:last-child {
    padding-left: 20px;
  }
  .biodata table tr td:first-child {
    width: 100px;
  }
  .work-place {
    display: block;
    float: none !important;
  }
}