/*
//______________________________________________________________________________
//   |       |
//   | knipp |           Knipp Medien und Kommunikation GmbH
//    -------
//
//
//    CORE GATEWAY WHOIS PROJECT
//
//    Copyright (C) by Knipp Medien und Kommunikation GmbH
//
//    initial author:    Peter Schyma
//    version:           $Revision: 22021 $
//                       $Date: 2019-07-26 10:34:58 +0200 (Fri, 26 Jul 2019) $
//                       $Author: thomas.corte $
//
*/

.registryDescription {
  float: left;
  padding: 10px;
  padding-top: 0;

  font-size: 0;
  line-height: initial;

  text-shadow: 2px 2px 2px rgba(0, 0, 0, 1);

  vertical-align: baseline;
}

.registryDescription > .name,
.registryDescription > .apex {
  display: inline-block;
  color: #baa266;
}

.registryDescription > .name {
  font-size: 28px;
}

.registryDescription > .apex {
  font-size: 20px;
}

.registryDescription > .name + .apex:before {
  content: ":";
  margin-right: .5em;
}

.registryDescription > .flavor {
  font-size: 20px;
}
