
/* harclog / chat css
 * Android desktop nezet 980px szeles! 
 * de a dizajn 110-ra huzza szet ezet media query kell
 */
div#jjshoutbox129 {
margin-top: -7px;
@media (min-width:481px) {
   max-width: 450px;
}

@media (min-width:981px) {
   max-width: 474px;
}

width: 100%;

}

/* logok iframeje 
 * 544px ha desktop
 * 450px ha mobilon desktop view
 */
#harclogs {
	height: 290px;
@media (min-width:481px) {
    width: 450px;
}
@media (min-width:981px) {
	width: 544px;
}
}

#cbody {
	clear: left;
}
