.flex-container {
    display: flex;
    flex-wrap: nowrap;
}

/* Directory Listing - top small title */

.tcell-toplabel {
    font-style: normal;
    font-weight: bold;
    font-size: 22px;
	  line-height: 1.2;
	  vertical-align: top;
	  font-family: Comfortaa;
}


/* Directory Listing - Table title */

.tcell-title {
    font-style: normal;
    font-weight: bold;
    font-size: 26px;
	  line-height: 1.2;
		font-family: Comfortaa;
}

/* Directory Listing - Table links */

.tcell-links {
    font-style: normal;
    font-weight: normal;
    font-size: 20px;
		font-family: Comfortaa;
}

.aligncenter {
	  width: 60%;
}

.alignright {
	  width: 60%;
}

/* Directory Listing - Table Reddit Content Title-First Letter */

.tcell-reddit-title {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
	  line-height: 1.1;
		text-transform: uppercase;
}

/* Directory Listing - Table Reddit Content Title-Remaining Letters */

.tcell-reddit-titleb {
    font-style: normal;
    font-weight: bold;
    font-size: 18px;
	  line-height: 1.2;
		text-transform: uppercase;
}


/* Directory Listing - Table Reddit Content */

#tcell-reddit {
    font-style: normal;
    font-weight: normal;
    font-size: 18px;
		line-height: .5;
}


.bodyDesign {
  line-height: 1.3;
}


/* Kadence Images - Tooltip */

.tippy-content {
  color: #000000;
	font-weight: bold;
	text-align: center;
	font-size: 16px;
  background: #85c742;
	border: none;
	border-radius: 34px;
	padding: 12px 12px 12px;
}

.tippy-box {
		background: none;
}

.tippy-arrow {
  color: #85c742;
}