tr {
  vertical-align: middle !important;
} /* styles.css */
body {
  background-color: #f8f9fa;
  padding-bottom: 10%;
}

h1,
h3,
h4,
h5,
h6 {
  color: #4b4a4a;
  text-align: center;
}
.main-image {
  max-width: auto;
}
#utc-time {
  font-size: 0.91em;
  font-weight: 600;
}
#utc-time:hover {
  text-decoration: none;
}
.navbar a {
  font-size: 1.2em;
  margin-left: 10px;
}
.decor-line {
  height: 10px;
  background-color: #7db7ff;
}
#utc-time {
  padding-top: 3px;
  color: black;
}
.logo {
  width: 270px;
}
.nav-item a.active {
  border-bottom: 2px solid #7db7ff;
  font-weight: 600;
}
.avatar {
  margin: auto;
}
/* Cookie Notice */
.cookie-notice {
  position: fixed;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #333;
  color: #fff;
  padding: 15px;
  text-align: center;
  z-index: 1000;
}
.cookie-notice p {
  margin: 0;
  font-size: 14px;
}
.cookie-notice a {
  color: #4caf50;
  text-decoration: none;
}
/*.cookie-notice button {
    margin-left: 15px;
    background-color: #4CAF50;
    color: #fff;
    border: none;
    padding: 10px 20px;
    cursor: pointer;
}
.cookie-notice button:hover {
    background-color: #45a049;
}*/
.privacy {
  text-decoration: none;
}
.footer a {
  text-decoration: none;
}
footer {
  position: fixed;
  bottom: 0;
  text-align: center;
  width: 100%;
}
.profile-rank {
  margin-bottom: 0px;
}
/* Countdowm */
.countdown-title {
  /*background-color: #ffd787;*/
  /*background-color: rgb(252, 188, 96);*/
  background: radial-gradient(
    circle,
    rgb(198, 198, 198) 24%,
    rgba(255, 255, 255, 1) 89%
  );
  font-size: 45px;
  font-weight: bold;
  font-family: "Roboto", Courier, monospace;
  padding: 20px;
  display: inline-block;
  border-radius: 5px;
}
.profile-name {
  font-weight: 700;
  color: #161616 !important;
}
.profile-email {
  font-weight: 600;
}

#coming1 {
  background-color: #161616;
}

.coming {
  color: #fff;
  margin-top: 25%;
}

#pilots {
  color: #fff;
}

.partner {
  width: auto;
  height: 50px;
  background-color: #404040;
}

.stats {
  display: ;
}

.online {
  display: none;
}

.stats-row {
  border-bottom: 0px;
}

.summary {
  text-align: center;
  font-size: 16px;
  color: #2c3e50;
  margin-top: 20px;
}
