
#history {
	font-size:17px;
	border-left:1px solid #8c8c8c;
	margin-top:5px;
}

#cache-time,
#history {
	color:#444a59;
}

#history div i {
	font-style:normal;
	margin-right:5px;
}


#history div.current {
	font-weight:bold;
}

#history div {
	line-height:1.8em;
	margin-left:10px;
}

#exec-result .container #history i {
	display:none;
}

#exec-result .container #history span ,
#exec-result .container #cache-time span {
	cursor: auto;
	margin-left: 5px;
	color: #888;
	font-size: 14px;
	display: none;
	font-family: 'Roboto', sans-serif;
	font-weight: normal;
}

#history div a {
	border-bottom:1px dotted #1d4c75;
}

#cache-time {
	margin: 0 0px 30px 0;
	font-size: 17px;
	border-left: 3px solid #8c8c8c;
	padding: 7px 0 4px 12px;
	background:#eee;
}
 
#cache-time a {
	color: #1d4c75;
	border-bottom:1px dotted #1d4c75;
}


@media only screen and (min-width: 540px) {
	#exec-result .container #history i ,
	#exec-result .container #history span ,
	#exec-result .container #cache-time span {
		display:inline;
	}

}
