html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

:focus {
    outline: 0;
}

* {box-sizing:border-box;}
body {font-family: "Verdana";background:#890000;}
.pull-right {float:right !important;}

.container {padding: 15px;max-width:100%;margin:0 auto;width:100%;}
.row {margin: 0 -15px;clear:both;}
.wolist {padding:15px;float:left;width:50%;}
.info-cell {padding:15px;float:left;width:100%;}
img {display:block;width:100%;height:auto;}
p {font-size: 14px;color:#280000;}
a {color:#fff;text-decoration:none;}
.girl h1 {font-size: 14px;color:#FFCC00;margin-bottom:20px;font-weight:bold;}
.girl p {color:#fff;font-size:14px;margin-bottom:15px;}
.girl p b {color:#FFCC00;font-weight:bold;}
.girl p  strong {font-weight:bold;}
table {width:100%;margin-top:15px;}
td img {display:inline-block;width:auto;max-width:100%;}
.clearfix {display:block;clear:both;}
p.banner {border:2px ridge #EC3333;padding:5px;text-align:center;-webkit-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);
-moz-box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);
box-shadow: inset 0px 0px 15px 0px rgba(0,0,0,0.5);}
.pb-0 {padding-bottom:0 !important;}


@media (min-width:320px) {
	.wolist {width:50%;}
}

@media (min-width:480px) {
	.wolist {width:33.33333333333%;}
}

@media (min-width:600px) {
	.wolist {width:25%;}
}

@media (min-width:768px) {
	.container  {width:750px;}
	.wolist {width:20%;margin-bottom:15px;}
	.info-cell {width:50%;}
}

@media (min-width:992px) {
	.container  {width:990px;}
	.wolist {width:14.285714285%;margin-bottom:30px;}
}
@media (max-width:767px) {
	.ptm-0 {padding-top:0 !important;}
}