body {
  max-width: 750px;
  margin: 0 auto;
  background-color: #343a40;
  color: #fff;
  font-size: 14px;
  padding-bottom: 80px;
}

a {
  color: #fff;
}

a:hover {
  color: #fff;
  text-decoration: none;
}

a[title] {
  display: block;
  width: 1px;
  height: 1px;
  overflow: hidden;
}

p {
  margin-bottom: 0;
}

img {
  max-width: 100%;
}


h3 {
  margin-bottom: 0;
  font-size: 1rem;
}

.ptr--ptr,
.ptr--icon,
.ptr--text {
  color: #fff !important;
}

.navbar {
  justify-content: space-between;
  align-content: center;
  background-color: #121216 !important;
}

.navbar .left {
  float: left !important;
}

.navbar a {
  height: 40px;
  width: 40px;
}

.navbar a img {
  background-color: #222225;
  border-radius: 5px;
}

.navbar h1 {
  color: #fe9900;
  font-size: 1.25rem;
  margin-bottom: 0;
}

.childs {
  margin-bottom: 0.5rem;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.childs a {
  display: inline-block;
  border-radius: 1rem;
  margin-right: 1.5%;
  margin-bottom: 0.5rem;
  margin-right: 0.2rem;
  padding: 0.25rem 0.75rem;
  background-color: #222225;
  color: #969696;
}

.childs2 a {
  display: inline-block;
  width: 23.5%;
  text-align: center;
  border-radius: 1rem;
  margin-right: 1.5%;
  margin-bottom: 0.5rem;

  /*  margin-right: 0.2rem;*/
  /*  padding: 0.25rem 0.75rem;*/

  padding: 0.25rem 0;
  background-color: #222225;
  color: #969696;
}

.childs a:last-child {
  margin-right: auto;
}

.childs a.active {
  background-color: #fe9900;
  color: #fff;
}

.childs a:focus {
  background-color: #fe9900;
  color: #fff;
}

#carousel img {
  border-radius: 0.5rem;
}

.speaker {
  background-color: #fed952;
  border-radius: 20px;
  padding: 5px;
  margin-top: 1rem;
  color: #000;
  display: flex;
  align-content: center;
}

.speaker .marquee {
  overflow: hidden;
  white-space: nowrap;
}

.speaker img {
  height: 21px;
  margin-right: 0.5rem;
}

.speaker p {
  font-size: 14px;
}

.banner a {
  margin: 5px 0;
  display: block;
}

.banner a img {
  /*border-radius: 0.5rem;*/
}

.float-app {
  z-index: 100;
  position: fixed;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: #000000cc;
  padding-bottom: env(safe-area-inset-bottom);
}

.float-app a {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 0.5rem 1rem;
}

.float-app img {
  height: 50px;
  width: 50px;
  border-radius: 0.25rem;
}

.float-app .info {
  flex: 1;
  padding-left: 1rem;
}

.float-app span {
  background-color: #fe9900;
  font-weight: bold;
  border-radius: 1rem;
  padding: 0.25rem 0.5rem;
}

.lists {
  margin-left: -5px;
  margin-right: -5px;
}

.lists>div {
  padding-left: 5px;
  padding-right: 5px;
  margin-bottom: 15px;
}

.lists .image {
  position: relative;
  text-align: center;
  min-height: 100px;
}

.lists img {
  border-radius: 5px;
}

p.time {
  position: absolute;
  text-align: right;
  right: 1px;
  bottom: 1px;
  color: #fff;
  font-size: 12px;
  background-color: #000000;
  padding: 0 0.5rem;
  margin-bottom: 0;
  border-radius: 5px;
}

p.title {
  white-space: nowrap;
  text-overflow: ellipsis;
  overflow: hidden;
  font-size: 12px;
  color: #eee;
}