body.bw_mobile {
        margin: 0;
        width: 100%;
        font-family: arial;
        background-image: none !important;
}
.bw_mobile table.bw_column td {
	float: left;
	width: 100%;
}
.bw_title {
        margin: 5px 0 0 10px;
        font-size: 14px;
}
div#bw_customstyle_background_effect {
        background-image: none !important;*/
}
#header #bw_header {
        background-image: none !important;
}
div#header div#bw_header {
        width: 100% !important;
        height: 45px !important;
        background-image: -moz-linear-gradient(center top , rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.2)), to(rgba(255,255,255,0.2))) !important;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-repeat: repeat !important;
        background-color: inherit !important;
}
#header #bw_header img {
        display: none !important;
}
#header #bw_header_title, #header #bw_header_subtitle {
        color: inherit !important;
        position: static !important;
	width: 85%;
}
div#bw_header_title, div#bw_header_subtitle {
        padding: 0px !important;
}
#header #bw_header_title {
        margin: 8px 0 0 10px !important;
        line-height: 18px !important;
        font-size: 20px !important;
        font-weight: bold !important;
        /*text-shadow: 0px 0px 1px rgba(0,0,0,0.6) !important;*/
}
#header #bw_header_subtitle {
        margin: 0 0 0 11px !important;
        line-height: 15px !important;
        font-size: 11px !important;
        font-weight: normal !important;
        /*text-shadow: 0px 0px 1px #555 !important;*/
}
#content {
        padding: 10px;
        padding-bottom: 0;
        min-height: 250px;
}

#footer {
        font-size: 11px;
        margin-top: 15px;
        line-height: 25px;
        background-image: -moz-linear-gradient(center top , rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: -webkit-gradient(linear, 0 0, 0 100%, from(rgba(255,255,255,0.2)), to(rgba(255,255,255,0.2))) !important;
        background-image: -webkit-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: -o-linear-gradient(top, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
        background-image: linear-gradient(to bottom, rgba(255,255,255,0.2), rgba(0,0,0,0.2)) !important;
}
del { display: none; }

@media screen and (max-width: 450px) {
	#header #bw_header_title {
		font-size: 16px !important;
		line-height: 16px !important;
	}
}
