@charset "utf-8";
/* CSS Document */

@import url("gallist.css");

/*REALTIME*/
#realtime h2{
margin-bottom:0px;
}
#realtime p.update{
text-align:right;
padding:10px;
font-size:14px;
font-weight:bold;
width:948px;
}
#realtime #layout h4{
text-align:center;
margin:10px 0;
padding:4px;
font-size:16px;
font-weight:bold;
clear:both;

background-color:transparent;
color:#fb901c;
border-bottom:2px solid #fb901c;
border-radius:0px;
}


@media screen and (max-width: 667px) {
#realtime #layout h4{
margin:10px 2px;
}
}
