*, ::before, ::after {
    box-sizing: border-box;
}

body {
    padding: 0px;
    margin: 0px;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 12px;
    background-color: #FFF;
    color: #000;
}

a:active, a:link, a:visited {
    color: #03c;
}

h1 {
    font-size: 19px;
}

h2 {
    font-size: 16px;
}

h1, h2, h3, h4, h5, h6 {
    font-weight: bold;
    color: #000;
    margin-top: 5px;
    margin-bottom: 3px;
    padding: 0px;
}

/* Channels */

body {
	background: var(--channel-bg);
}

html {
	--channel-bg: #333;
	--channel-link: #56aad6;
	--ibox-header-bg: #56aad6;
	--ibox-header-text: #fff;
	--ibox-body-bg: #ebf4fb;
	--ibox-body-text: #56aad6;
	--cbox-header-bg: #56aad6;
	--cbox-header-text: #fff;
	--cbox-body-bg: #006599;
	--cbox-body-text: #fff;	
}

.c-marquee {
    background: #666;
    color: #fff;
    padding: 2px;
    font-size: 10pt;
    font-weight: bold;
    text-transform: uppercase;
    text-align: center;
    position: relative;
    top: -3px;
    border-radius: 0px 0px 10px 10px
}

.ibox-data ul {
    position: relative;
    top: -8px;
    padding: 0px 0px 0px 5px
}

ul {
	list-style: none;
    padding: 0px;
}
.ibox-username {
    font-size: 14px;
    font-weight: bold;
    padding-top: 5px;
}
a.subbutton {
    padding: 3px 15px;
    border: 1px solid #D70;
    background: linear-gradient(#ffffff 0%, #F90 45%);
    text-shadow: 1px 1px #D70;
    border-radius: 2px;
    color: #fff !important;
    font-weight: bold;
    text-decoration: none;
}

a.subbutton:hover {
    color: #000 !important;
}
.ibox-data {
    
}

.c-container a:active, .c-container a:link, .c-container a:visited {
    color: var(--channel-link);
}

.c-container p {
	margin: 0px;
	padding: 0px;
}
.channel-header {
	margin: 0px;
	background: #fff;
	padding: 4px;
	font-size: 11.5px;
	border-radius: 0px 0px 5px 5px;
}	
.channel-container {
    width: 875px;
    display: flex;
    flex-direction: column;
    margin: 0px auto;
}	

.c-header-left {
	float: left;
}
.c-header-right {
	float: right;
}

.c-header-left a:not(:last-child)::after {
   content:""; 
   border:1px solid #959595;
   border-width: 1px 1px 0 0;
   position:relative; 
   right:-3px;
}

.c-header-left a:not(:last-child) {
    padding-right: 3px;
}

.c-header-right a:not(:last-child)::after {
   content:""; 
   border:1px solid #959595;
   border-width: 1px 1px 0 0;
   position:relative; 
   right:-3.5px;
}

.c-header-right a:not(:last-child) {
    padding-right: 3px;
}

.c-header-right a {
	font-size: 8pt;
}

.c-container {
    padding-top: 10px;
	display: flex;
    flex-direction: row;
}

.cbox-header {
    background: var(--cbox-header-bg);
    color: var(--cbox-header-text);
    padding: 3px 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
}
.cbox {
    background: var(--cbox-body-bg);
    border: 1px solid var(--cbox-header-bg);
    width: 100%;
    margin-bottom: 10px;
}

.cbox-featured {
	width: 425px;
    background: var(--cbox-body-bg);
    border: 1px solid var(--cbox-header-bg);
    margin-bottom: 10px;	
}

.cbox-featured ul {
    margin: 0px;
	font-size: 11px;
}

.c-vidrow  {
	display: flex;
	justify-content: center;
	gap: 45px;
}

.c-vid {
	display: flex;
	flex-direction: column;
}

.c-vid:not(:last-child) {
	margin-bottom: 5px;
}

.c-vid ul {
    margin: 0px;
	font-size: 11px;
}

.c-vid img {
	border: 1px solid var(--cbox-header-bg);
	width: 130px;
	height: 100px;
}

.cbox-body {
    padding: 5px;
    color: var(--cbox-body-text);
}

.cbox-url {
	text-align: center;
}

.cbox-icon {
	width: 80px;
	height: 80px;
	border: 1px solid var(--cbox-header-bg);
}

.cbox-connect {
	list-style: none;
	padding: 0px;
    display: flex;
	flex-direction: row;
	justify-content: center;
	gap: 10px;
}

.connect-links a {
    position: relative;
    top: -5px;
    font-size: 11px;
}

.connect-links {
	flex-direction: column;
}

.ibox-avatar {
	width: 100px;
	height: 100px;
	border: 1px solid var(--cbox-header-bg);
}

.ibox-header {
    background: var(--ibox-header-bg);
    color: var(--ibox-header-text);
    padding: 3px 5px;
    font-size: 14px;
    font-weight: bold;
    font-family: arial,helvetica,sans-serif;
    text-align: left;
}
.ibox {
    background: var(--ibox-body-bg);
    border: 1px solid var(--ibox-header-bg);
	width: 100%;
	margin-bottom: 10px;
}
.ibox-body {
    padding: 5px;
    color: var(--ibox-body-text);
}

.ibox-top {
	display: flex;
	flex-direction: row;
}
.ibox-data {
	display: flex;
	flex-direction: column;
}
.cbox-headertitle {

}
.cbox-right {
    float: right;
}

.c-left {
    display: flex;
    flex-direction: column;
    width: 290px;
    margin-right: 10px;  
    align-items: center;
    display: flex;	
}

.c-right {
    display: flex;
    flex-direction: column;
	width: 575px;
	align-items: center;
    display: flex;
}

.comment {
    display: flex;
    gap: 5px;
	margin-bottom: 5px;
    border-bottom: 1px dashed var(--cbox-header-bg);
    padding: 0px 0px 5px 0px;
}
.comment-avatar {
    height: 60px;
    width: 60px;
    border: 3px solid var(--cbox-header-bg);
}