/*
Theme Name: Target Child for Radio G!
Description: Child theme for Target them, customized for Radio G! 
Author: Radio G!
Template: target
*/

@import url("../target/style.css");

.nowplaying
    {
    color: #FFCC00;
    text-decoration: underline;
    }

.information {
background: #0b0c0c;
width: 430px;
height: 135px;
position: absolute;
right: 0px;
bottom: 35px;
padding: 10px;
	background: rgb(0, 0, 0);
/* RGBa with .8 opacity */
background: rgba(0, 0, 0, .8);
}

.info-title{
	color: #FF0000;
	font-size: 23px;
	line-height: 21px;
}

.information p{
	color: #FFCC00;
	margin-bottom: 10px;
	padding-top: 15px;
	line-height:17px;
	font-size:11px;
}