

/* Clear floats after the columns */
.title-cell:after {
  content: "";
  display: table;
  clear: both;
}

.contact_inline {
    margin-top:-px;
    float: left;
    width: ;
    padding: auto;
    height: auto; /* Should be removed. Only for demonstration */
}

/* Create two equal columns that floats next to each other */
.my_contact {
  float: left;
  width: auto;
  padding: auto;
  height: auto; /* Should be removed. Only for demonstration */
}

/* Responsive layout - makes the two columns stack on top of each other instead of next to each other */
@media screen and (max-width: 600px) {
  .my_contact {
    width: 100%;
    align-items: center;
  }
}

.top_cont_icon {
    float: left;
    margin: 0 10px 0 0;
}

.top_cont_number {
    float: left;
}

.top_cont_email {
    float: left;
}

.top_cont_add {
    float: left;
}

.top_cont_gif {
    float: left;
}

/*
     FILE ARCHIVED ON 07:19:07 Apr 08, 2025 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 15:44:18 May 10, 2026.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  capture_cache.get: 0.413
  load_resource: 157.704
  PetaboxLoader3.resolve: 139.887
  PetaboxLoader3.datanode: 17.24
*/