/* 
 * home.css
 *
 * The home.css file contains CSS styles that are used for all browsers.
 */

.inner {
    margin-right: .8em;
    margin-bottom: .8em;
}

.panel {
    padding: .8em;
    background-color: #fff;
    border-radius: 5px;
}


/* Gutter between body background and content */

#content {
	line-height: 1.6em;
	padding-left: 0.8em;
}

#last_modify {
	text-align: center;
	font-size: 0.7em;
	border-top: thin solid #999;
	padding-top: .5em;
	padding-bottom: .2em;
	background-color: #ddd;
	margin: 0em;
}

#footer {
	text-align: center;
	border: 0px;
}

.history-list dl {overflow:auto; zoom:1; /* clear float */}
.history-list dt, .history-list dd {line-height: 1.8em; padding:0 0 0 10px;}
.history-list dt { float:left;}
.history-list dd { float:left;}
.history-list dt.c1 { width: 40px; }
.history-list dd.c2 {  }
.history-list dd.c3 {  }
.history-list dd.c4 {  }

.last_modify {font-size:0.9em; color:green;}


img.left {float:left}
img.padding-right-2em {padding-right: 2em;}


/* deivces */

/* > 960 */
@media screen and (min-width: 960px) {
    .lastest {float:right; width:50%;background-color:#fff; padding-left: 20px;}
}
/* < 600 */
@media screen and (max-width: 600px) {
    .rgt { float:none;}
    #footer { display: none; }
    #content { position: static; margin-top: 65px; }
}