
@import url("main.css");


.BbPicture {height:265px;margin-right:15px;float:left;}
.BbMb {font-size: 12px;height:12px;font-weight: bold}
.BbSp {font-size:10px;height:10px}
.BbTable  {border: 0px solid black;border-style:none}


@media screen and (max-width: 400px) {
.BbBody {margin: 0;font-family: Arial;font-size: 12px;background-color:#FFFFFF}
.BbPicture {height:160px;margin-right:1px;}
.BbMb {font-size: 10px;height:10px}
.BbSp {font-size: 6px;height:6px}
}

@media screen and (max-height: 400px) {
.BbBody {margin: 0;font-family: Arial;font-size: 10px;background-color:#FFFFFF}
.BbPicture {height:160px;margin-right:1px;}
.BbMb {font-size: 8px;height:8px}
.BbSp {font-size: 2px;height:1px}
}
