body {
	text-align:center;
	font-family: Arial, Helvetica, sans-serif;
    background-image: url("stripebg.png");
    background-repeat: repeat;
}

h3 iframe {
	display: inline-block !important;
}

h4 {
    line-height: 23px;
}

ol {
    list-style-type: decimal;
	padding-left: 1.25em;
}

a, a:hover {
	color: blue;
	text-decoration: underline;
}

a:visited {
	color: purple;
}

a:active {
	color: red;
}

#timewatchedall.playing {
	color: green;
}

.showifdesktop, .showifdesktopblock {
	display: none;
}

#centerboxtext {
margin-top: 0; border: 2px red solid; padding: 0 5px; display: inline-block; width:100%;
}

#bottomtext {
	margin-top: 40px;
}

#secondthanks {
text-align:right;
}

span.avoidwrap { display:inline-block; }


@media (max-width: 767px) {

#centerboxtext { font-size: 15px; line-height: 21px; margin-bottom: 0 !important; margin-top: 18px !important; }
h1 { margin-bottom: 10px !important; }
#bottomtext { font-size: 14px; text-align:left; }
#secondthanks { margin-top:12px; text-align:left; }
#toppart h1 { margin: 10px 0 0 !important; line-height: 40px; }
#toppart { margin-bottom: 0 !important; }
#shareh4 { margin-top: 10px !important; text-align:center !important; border: 2px blue solid; }
#cc { font-size: 16px !important; }
#au { font-size: 15px !important; } 
}


@media (min-width: 768px) and (max-width: 991px) {

#centerboxtext { font-size: 17px; line-height: 23px; }
#secondthanks { margin-top:12px; text-align:left; }

}


@media (min-width: 992px) and (max-width: 1199px) {

#centerboxtext { font-size: 17px; }

}


@media (min-width: 1200px) {

}