/* ========== *
 * ## Logo ##
 * ========== */

.flighttracking-header .logo-container.client-logo .logo {
   padding: 10px;
}

.flighttracking-header .logo-container.client-logo .logo:after {
   background-image: url("../../../svg/logo.png");
   background-position: center;
   background-repeat: no-repeat;
   background-size: contain;
   content: "";
   float: left;
   height: 100%;
   position: relative;
   width: 100%
}


/* ============== *
 * ## Settings ##
 * ============== */

.gui-setting.inbound .label:after,
.gui-setting.outbound .label:after {
   content: " (KLNA)" !important;
}
