/* *
 * Zestaw styli dla widgetu serwowanego przez Mybloglog.com
 * Sebastian Śledź © 2009
 * */
#mybloglog table#MBL_COMM,
#mybloglog table#MBL_COMM, 
#mybloglog table#MBL_COMM.mbr_h,
#mybloglog table#MBL_COMM.mbl_img,
#mybloglog table#MBL_COMM * tr,
#mybloglog table#MBL_COMM * td,
#mybloglog table#MBL_COMM * th,
#mybloglog table#MBL_COMM * img {
   background: none;
   background-color: white;
   border: none;
   color: black;
   display: block;
   float: left;
   font-size: 1em;
   line-height: 1.2em;
   margin: 0%;
   overflow: hidden;
   padding: 0%;
}

#mybloglog table#MBL_COMM {
	margin: 0.5em;
   margin-left: auto;
   margin-right: auto;
   text-align: center;
   padding: 0%;
	min-width: 100%;
}

#mybloglog table#MBL_COMM * td {
   padding: 1px;
}

#mybloglog table#MBL_COMM * img {
   border: 1px solid black;
   width: 24px;
   height: 24px;
}

#mybloglog table#MBL_COMM * td.mbl_join {
   display: block;
   font-size: 1em;
   padding-right: 10em;
   white-space: nowrap;
}

#mybloglog table#MBL_COMM * td.mbl_join_img {
   display: none;
}

#mybloglog table#MBL_COMM * td.mbl_fo_hidden,
#mybloglog table#MBL_COMM * a {
   clear: both;
   color: black;
   display: block;
   float: none;
   font-size: 0.8em;
   margin-right: 1em;
}
#mybloglog table#MBL_COMM * a:hover {
   text-decoration: underline;
}
#mybloglog table#MBL_COMM * tr:last-child  {
   display: none;
}