/*------------------------------------------------------------------

Author   :     YS (iNetWorx AG)
Last change:   02.07.2024 --> added .text-red

-------------------------------------------------------------------*/

.irc-stats-footer {
	width: 100%;
	position: fixed;
	bottom: 0;
}

.irc-stats-iframe-wrapper {
	padding: 0 20px 0 20px;
}

.irc-stats-iframe {
	width: 100%;
	min-height: 420px;
	pointer-events: none;
}

.irc-stats-info {
	padding-bottom: 60px;
}

.text-red {
	color: red;
}

.iconbox-desc a {
	color: black !important;
	font-weight: bold;
}

.iconbox-desc a:hover {
	text-decoration: underline;
}