body {
	background-color: #000;
	color:#ccc;
	font-family: 'source_sans_proregular', sans-serif;
	font-size: 12px;
}

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

#domain {
	position: absolute;
	width: 100%;
	height: 150px;
	top: 40%;
	margin-top:-75px;
	text-align: center;
}

#domain h1 {
	color: #fa015a;
	font-size: 25px;
	font-weight: bold;
}

#domain h2 {
	color: silver;
	font-size: 20px;
}

#domain p {
	
}

.hide {
	display:none;
}

/* ========================================================================
   FOOTER
   ===================================================================== */
   
#footer {
	position: fixed; 
	left: 0px;
	bottom: 3px; 
	width: 100%;
	text-align:center;
	font-size: 10px;
}

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

abbr[title] {
    border-bottom: none;
    text-decoration: none;
}

abbr:hover {
    cursor: pointer;
}

/* ========================================================================
   TOOLTIP
   ===================================================================== */
#tooltip {
    text-align: left;
    color: #ccc;
    font-size: 9px;
    line-height: 1.5em;
    background: #3c3c3c;
    position: absolute;
    z-index: 100;
    padding: 5px;
}


#tooltip:after {  /* triangle decoration */
	width: 0;
	height: 0;
	border-left: 10px solid transparent;
	border-right: 10px solid transparent;
	border-top: 10px solid #3c3c3c;
	content: '';
	position: absolute;
	left: 50%;
	bottom: -10px;
	margin-left: -10px;
}
 
#tooltip.top:after {
    border-top-color: transparent;
    border-bottom: 10px solid #3c3c3c;
    top: -20px;
    bottom: auto;
}
 
#tooltip.left:after {
    left: 10px;
    margin: 0;
}
 
#tooltip.right:after {
    right: 10px;
    left: auto;
    margin: 0;
}
#tooltip a {
	color: #000;
	text-decoration: underline;
}

#tooltip a:hover {
	color: gray;
	text-decoration: underline;
}

#commercials {
	color: #000;	
	text-align: center;
	font-size: .5rem;
	padding: 0;
	margin: 0;		
}

#commercials h2 {
	font-size: .5rem;	
	padding: 0;
	margin: 0;	
}

#commercials a {
	color: #000;	
	text-decoration: none;
	padding: 0;
	margin: 0;	
}

#commercials a.hover {
	color: #000;	
	text-decoration: none;
}